Translation projects API.

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

GET /api/projects/pathfinder-wotr/languages/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

[
    {
        "language": "한국어 (기계번역) (ko_mt)",
        "code": "ko_mt",
        "total": 0,
        "translated": 0,
        "translated_percent": 100.0,
        "total_words": 0,
        "translated_words": 0,
        "translated_words_percent": 100.0,
        "total_chars": 0,
        "translated_chars": 0,
        "translated_chars_percent": 100.0,
        "approved": 0,
        "approved_words": 0,
        "approved_percent": 0.0
    },
    {
        "language": "Korean",
        "code": "ko",
        "total": 105143,
        "translated": 99202,
        "translated_percent": 94.3,
        "total_words": 2562720,
        "translated_words": 2429627,
        "translated_words_percent": 94.8,
        "total_chars": 15663111,
        "translated_chars": 14907228,
        "translated_chars_percent": 95.1,
        "approved": 0,
        "approved_words": 0,
        "approved_percent": 0.0
    }
]