Languages API.

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

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

{
    "code": "ja",
    "name": "Japanese",
    "plural": {
        "id": 117,
        "source": 0,
        "number": 1,
        "formula": "0",
        "type": 0
    },
    "aliases": [
        "jp",
        "ja_ja",
        "jpn"
    ],
    "direction": "ltr",
    "web_url": "https://translate.pdfforge.org/languages/ja/",
    "url": "https://translate.pdfforge.org/api/languages/ja/?format=api",
    "statistics_url": "https://translate.pdfforge.org/api/languages/ja/statistics/?format=api"
}