Skip to main content
GET
/
api
/
v1
/
Globalization
/
Cultures
cURL
curl --request GET \
  --url https://saas.pads365.com/rdx/NDS.Services.Globalization/api/v1/Globalization/Cultures
[
  {
    "LCID": 123,
    "Name": "<string>",
    "NativeName": "<string>",
    "DisplayName": "<string>"
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.pads4.com/llms.txt

Use this file to discover all available pages before exploring further.

Response

200 - application/json
LCID
integer<int32> | null
Name
string | null
NativeName
string | null
DisplayName
string | null