Languages API.

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

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

{
    "code": "pt_BR",
    "name": "Portuguese (Brazil)",
    "plural": {
        "id": 206,
        "source": 0,
        "number": 2,
        "formula": "n > 1",
        "type": 1
    },
    "aliases": [
        "braz_por",
        "portuguese_br",
        "ptb"
    ],
    "direction": "ltr",
    "web_url": "https://l10n.opensuse.org/languages/pt_BR/",
    "url": "https://l10n.opensuse.org/api/languages/pt_BR/?format=api",
    "statistics_url": "https://l10n.opensuse.org/api/languages/pt_BR/statistics/?format=api"
}