Languages API.

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

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

{
    "id": 144,
    "code": "pt",
    "name": "Portuguese",
    "plural": {
        "id": 208,
        "source": 0,
        "number": 2,
        "formula": "n > 1",
        "type": 1
    },
    "aliases": [
        "por_pt",
        "ptg",
        "por"
    ],
    "direction": "ltr",
    "population": 237496883,
    "web_url": "https://l10n.elementary.io/languages/pt/",
    "url": "https://l10n.elementary.io/api/languages/pt/?format=api",
    "statistics_url": "https://l10n.elementary.io/api/languages/pt/statistics/?format=api"
}