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": 1063,
        "total_words": 7408,
        "total_chars": 45576,
        "last_change": "2025-11-21T23:54:23.170272Z",
        "recent_changes": 0,
        "translated": 935,
        "translated_words": 6420,
        "translated_percent": 87.9,
        "translated_words_percent": 86.6,
        "translated_chars": 39403,
        "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": 257,
        "failing_percent": 24.1,
        "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": 2,
        "comments": 0,
        "code": "bn",
        "name": "Bengali",
        "url": "http://translate.gtaf.org/projects/greentech/-/bn/",
        "translate_url": "http://translate.gtaf.org/translate/greentech/-/bn/"
    },
    {
        "total": 1118,
        "total_words": 16323,
        "total_chars": 97168,
        "last_change": "2025-11-25T11:14:17.301945Z",
        "recent_changes": 0,
        "translated": 1118,
        "translated_words": 16323,
        "translated_percent": 100.0,
        "translated_words_percent": 100.0,
        "translated_chars": 97168,
        "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": 171,
        "failing_percent": 15.2,
        "approved": 0,
        "approved_percent": 0.0,
        "approved_words": 0,
        "approved_words_percent": 0.0,
        "approved_chars": 0,
        "approved_chars_percent": 0.0,
        "readonly": 1118,
        "readonly_percent": 100.0,
        "readonly_words": 16323,
        "readonly_words_percent": 100.0,
        "readonly_chars": 97168,
        "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-11-29T10:30:16.354042Z",
        "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": 1,
        "comments": 0,
        "code": "ha",
        "name": "Hausa",
        "url": "http://translate.gtaf.org/projects/greentech/-/ha/",
        "translate_url": "http://translate.gtaf.org/translate/greentech/-/ha/"
    },
    {
        "total": 1117,
        "total_words": 16322,
        "total_chars": 97164,
        "last_change": "2025-11-25T11:21:50.173941Z",
        "recent_changes": 109,
        "translated": 833,
        "translated_words": 5183,
        "translated_percent": 74.5,
        "translated_words_percent": 31.7,
        "translated_chars": 32078,
        "translated_chars_percent": 33.0,
        "fuzzy": 4,
        "fuzzy_percent": 0.3,
        "fuzzy_words": 4,
        "fuzzy_words_percent": 0.1,
        "fuzzy_chars": 35,
        "fuzzy_chars_percent": 0.1,
        "failing": 208,
        "failing_percent": 18.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/"
    }
]