language

Get language

  • GET /language.json will return all languages in an array. The system url parameter is required for language and at the point in time only the Resource Database(5) uses language.

language is select2 friendly and will accept the url parameters of Page,Term,Id.

{
    "total": 1,
    "items": [
        {
            "id": 1,
            "text": "English",
            "count": 1677
        }
    ]
}