Languages API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/languages/my/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 208,
    "code": "my",
    "name": "Burmese",
    "plural": {
        "id": 208,
        "source": 0,
        "number": 1,
        "formula": "0",
        "type": 0
    },
    "aliases": [
        "bur",
        "mya"
    ],
    "direction": "ltr",
    "population": 3655923110,
    "web_url": "https://translations.documentfoundation.org/languages/my/",
    "url": "https://translations.documentfoundation.org/api/languages/my/?format=api",
    "statistics_url": "https://translations.documentfoundation.org/api/languages/my/statistics/?format=api"
}