Languages API.

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

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

{
    "id": 319,
    "code": "ur",
    "name": "Urdu",
    "plural": {
        "id": 319,
        "source": 0,
        "number": 2,
        "formula": "n != 1",
        "type": 1
    },
    "aliases": [
        "ur_ur",
        "urd"
    ],
    "direction": "rtl",
    "population": 290790290,
    "web_url": "https://translate.fedoraproject.org/languages/ur/",
    "url": "https://translate.fedoraproject.org/api/languages/ur/?format=api",
    "statistics_url": "https://translate.fedoraproject.org/api/languages/ur/statistics/?format=api"
}