Translation projects API.

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

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

[
    {
        "total": 1062,
        "total_words": 7407,
        "total_chars": 45572,
        "last_change": "2025-09-16T05:15:15.367596Z",
        "recent_changes": 0,
        "translated": 934,
        "translated_words": 6419,
        "translated_percent": 87.9,
        "translated_words_percent": 86.6,
        "translated_chars": 39399,
        "translated_chars_percent": 86.4,
        "fuzzy": 0,
        "fuzzy_percent": 0.0,
        "fuzzy_words": 0,
        "fuzzy_words_percent": 0.0,
        "fuzzy_chars": 0,
        "fuzzy_chars_percent": 0.0,
        "failing": 254,
        "failing_percent": 23.9,
        "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": 1,
        "comments": 0,
        "code": "bn",
        "name": "Bengali",
        "url": "http://translate.gtaf.org/projects/greentech/-/bn/",
        "translate_url": "http://translate.gtaf.org/translate/greentech/-/bn/"
    },
    {
        "total": 1062,
        "total_words": 7407,
        "total_chars": 45572,
        "last_change": "2025-09-08T13:10:43.288276Z",
        "recent_changes": 0,
        "translated": 1062,
        "translated_words": 7407,
        "translated_percent": 100.0,
        "translated_words_percent": 100.0,
        "translated_chars": 45572,
        "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": 156,
        "failing_percent": 14.6,
        "approved": 0,
        "approved_percent": 0.0,
        "approved_words": 0,
        "approved_words_percent": 0.0,
        "approved_chars": 0,
        "approved_chars_percent": 0.0,
        "readonly": 1062,
        "readonly_percent": 100.0,
        "readonly_words": 7407,
        "readonly_words_percent": 100.0,
        "readonly_chars": 45572,
        "readonly_chars_percent": 100.0,
        "suggestions": 0,
        "comments": 0,
        "code": "en",
        "name": "English",
        "url": "http://translate.gtaf.org/projects/greentech/-/en/",
        "translate_url": "http://translate.gtaf.org/translate/greentech/-/en/"
    },
    {
        "total": 36,
        "total_words": 293,
        "total_chars": 1731,
        "last_change": "2025-09-07T14:21:06.397481Z",
        "recent_changes": 0,
        "translated": 0,
        "translated_words": 0,
        "translated_percent": 0.0,
        "translated_words_percent": 0.0,
        "translated_chars": 0,
        "translated_chars_percent": 0.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": "ha",
        "name": "Hausa",
        "url": "http://translate.gtaf.org/projects/greentech/-/ha/",
        "translate_url": "http://translate.gtaf.org/translate/greentech/-/ha/"
    },
    {
        "total": 1062,
        "total_words": 7407,
        "total_chars": 45572,
        "last_change": "2025-09-18T01:50:31.937871Z",
        "recent_changes": 113,
        "translated": 812,
        "translated_words": 5024,
        "translated_percent": 76.4,
        "translated_words_percent": 67.8,
        "translated_chars": 31115,
        "translated_chars_percent": 68.2,
        "fuzzy": 4,
        "fuzzy_percent": 0.3,
        "fuzzy_words": 4,
        "fuzzy_words_percent": 0.1,
        "fuzzy_chars": 35,
        "fuzzy_chars_percent": 0.1,
        "failing": 187,
        "failing_percent": 17.6,
        "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": "id",
        "name": "Indonesian",
        "url": "http://translate.gtaf.org/projects/greentech/-/id/",
        "translate_url": "http://translate.gtaf.org/translate/greentech/-/id/"
    }
]