Translation projects API.

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

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

[
    {
        "total": 104943,
        "total_words": 513659,
        "total_chars": 3319807,
        "last_change": null,
        "recent_changes": 0,
        "translated": 104943,
        "translated_words": 513659,
        "translated_percent": 100.0,
        "translated_words_percent": 100.0,
        "translated_chars": 3319807,
        "translated_chars_percent": 100.0,
        "fuzzy": 0,
        "fuzzy_percent": 0.0,
        "fuzzy_words": 0,
        "fuzzy_words_percent": 0.0,
        "fuzzy_chars": 0,
        "fuzzy_chars_percent": 0.0,
        "failing": 3918,
        "failing_percent": 3.7,
        "approved": 0,
        "approved_percent": 0.0,
        "approved_words": 0,
        "approved_words_percent": 0.0,
        "approved_chars": 0,
        "approved_chars_percent": 0.0,
        "readonly": 104931,
        "readonly_percent": 99.9,
        "readonly_words": 513647,
        "readonly_words_percent": 99.9,
        "readonly_chars": 3319743,
        "readonly_chars_percent": 99.9,
        "suggestions": 0,
        "comments": 0,
        "code": "en",
        "name": "English",
        "url": "https://translate.fedoraproject.org/projects/kde/-/en/",
        "translate_url": "https://translate.fedoraproject.org/translate/kde/-/en/"
    },
    {
        "total": 104942,
        "total_words": 513667,
        "total_chars": 3319804,
        "last_change": "2024-03-25T07:45:03.545637Z",
        "recent_changes": 585,
        "translated": 41989,
        "translated_words": 178911,
        "translated_percent": 40.0,
        "translated_words_percent": 34.8,
        "translated_chars": 1099904,
        "translated_chars_percent": 33.1,
        "fuzzy": 32875,
        "fuzzy_percent": 31.3,
        "fuzzy_words": 114116,
        "fuzzy_words_percent": 22.2,
        "fuzzy_chars": 761525,
        "fuzzy_chars_percent": 22.9,
        "failing": 10200,
        "failing_percent": 9.7,
        "approved": 0,
        "approved_percent": 0.0,
        "approved_words": 0,
        "approved_words_percent": 0.0,
        "approved_chars": 0,
        "approved_chars_percent": 0.0,
        "readonly": 0,
        "readonly_percent": 0.0,
        "readonly_words": 0,
        "readonly_words_percent": 0.0,
        "readonly_chars": 0,
        "readonly_chars_percent": 0.0,
        "suggestions": 14408,
        "comments": 1,
        "code": "he",
        "name": "Hebrew",
        "url": "https://translate.fedoraproject.org/projects/kde/-/he/",
        "translate_url": "https://translate.fedoraproject.org/translate/kde/-/he/"
    },
    {
        "total": 7,
        "total_words": 7,
        "total_chars": 8,
        "last_change": "2023-09-15T08:35:44.347164Z",
        "recent_changes": 0,
        "translated": 7,
        "translated_words": 7,
        "translated_percent": 100.0,
        "translated_words_percent": 100.0,
        "translated_chars": 8,
        "translated_chars_percent": 100.0,
        "fuzzy": 0,
        "fuzzy_percent": 0.0,
        "fuzzy_words": 0,
        "fuzzy_words_percent": 0.0,
        "fuzzy_chars": 0,
        "fuzzy_chars_percent": 0.0,
        "failing": 0,
        "failing_percent": 0.0,
        "approved": 0,
        "approved_percent": 0.0,
        "approved_words": 0,
        "approved_words_percent": 0.0,
        "approved_chars": 0,
        "approved_chars_percent": 0.0,
        "readonly": 0,
        "readonly_percent": 0.0,
        "readonly_words": 0,
        "readonly_words_percent": 0.0,
        "readonly_chars": 0,
        "readonly_chars_percent": 0.0,
        "suggestions": 0,
        "comments": 0,
        "code": "pt_BR",
        "name": "Portuguese (Brazil)",
        "url": "https://translate.fedoraproject.org/projects/kde/-/pt_BR/",
        "translate_url": "https://translate.fedoraproject.org/translate/kde/-/pt_BR/"
    }
]