Translation projects API.

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

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

[
    {
        "total": 629,
        "total_words": 15666,
        "total_chars": 123672,
        "last_change": "2022-02-07T17:01:22.636234Z",
        "recent_changes": 27,
        "translated": 437,
        "translated_words": 10415,
        "translated_percent": 69.4,
        "translated_words_percent": 66.4,
        "translated_chars": 79862,
        "translated_chars_percent": 64.5,
        "fuzzy": 35,
        "fuzzy_percent": 5.5,
        "failing": 42,
        "failing_percent": 6.6,
        "approved": 0,
        "approved_percent": 0.0,
        "readonly": 0,
        "readonly_percent": 0.0,
        "suggestions": 4,
        "comments": 0,
        "code": "en",
        "name": "English",
        "url": "https://translate.edugit.org/projects/teckids/-/en/",
        "translate_url": "https://translate.edugit.org/translate/teckids/-/en/"
    },
    {
        "total": 629,
        "total_words": 15666,
        "total_chars": 123672,
        "last_change": null,
        "recent_changes": 0,
        "translated": 629,
        "translated_words": 15666,
        "translated_percent": 100.0,
        "translated_words_percent": 100.0,
        "translated_chars": 123672,
        "translated_chars_percent": 100.0,
        "fuzzy": 0,
        "fuzzy_percent": 0.0,
        "failing": 9,
        "failing_percent": 1.4,
        "approved": 0,
        "approved_percent": 0.0,
        "readonly": 629,
        "readonly_percent": 100.0,
        "suggestions": 0,
        "comments": 0,
        "code": "de",
        "name": "German",
        "url": "https://translate.edugit.org/projects/teckids/-/de/",
        "translate_url": "https://translate.edugit.org/translate/teckids/-/de/"
    }
]