System Info: Languages
The Languages sub-resource returns a list of supported languages. This list can vary per MLS.
- Supported Roles
- Available Services
- Languages Metadata
- Response Description
- Expansions
- API Explorer
Supported Roles
| Role |
Reads? |
Writes? |
| IDX |
Yes |
No |
| VOW |
Yes |
No |
| Private |
Yes |
No |
More information about roles
may be found here.
Available Services
Languages Metadata
URI: /<API Version>/system/languages
| HTTP Method |
Description |
Notes |
| GET |
Returns a list of supported languages. |
|
| POST,PUT,DELETE |
Returns HTTP 405 (Method Not Allowed) |
Not implemented |
GET Request
Parameters:
GET Response (Sample)
{
"D": {
"Success": true,
"Results": [
{
"en": {
"Label" : "English"
},
"esp": {
"Label" : "Spanish"
}
}
]
}
}
Response Description
| Attribute |
Description |
| Label |
The human readable name of the supported language |
Expansions
None.
API Explorer
Interact with this service using the
API Explorer.