Translation projects API.

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

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

[
    {
        "total": 483,
        "total_words": 1644,
        "total_chars": 10262,
        "last_change": "2025-05-07T03:59:41.813146Z",
        "recent_changes": 0,
        "translated": 483,
        "translated_words": 1644,
        "translated_percent": 100.0,
        "translated_words_percent": 100.0,
        "translated_chars": 10262,
        "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": 8,
        "failing_percent": 1.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": "en",
        "name": "English",
        "url": "https://weblate.osgeo.org/projects/gtt-project/-/en/",
        "translate_url": "https://weblate.osgeo.org/translate/gtt-project/-/en/"
    },
    {
        "total": 483,
        "total_words": 1644,
        "total_chars": 10262,
        "last_change": "2025-05-07T03:59:41.974132Z",
        "recent_changes": 36,
        "translated": 312,
        "translated_words": 1163,
        "translated_percent": 64.5,
        "translated_words_percent": 70.7,
        "translated_chars": 7300,
        "translated_chars_percent": 71.1,
        "fuzzy": 4,
        "fuzzy_percent": 0.8,
        "fuzzy_words": 9,
        "fuzzy_words_percent": 0.5,
        "fuzzy_chars": 43,
        "fuzzy_chars_percent": 0.4,
        "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": "de",
        "name": "German",
        "url": "https://weblate.osgeo.org/projects/gtt-project/-/de/",
        "translate_url": "https://weblate.osgeo.org/translate/gtt-project/-/de/"
    },
    {
        "total": 483,
        "total_words": 1644,
        "total_chars": 10262,
        "last_change": "2025-05-07T03:59:42.076298Z",
        "recent_changes": 8,
        "translated": 468,
        "translated_words": 1601,
        "translated_percent": 96.8,
        "translated_words_percent": 97.3,
        "translated_chars": 10004,
        "translated_chars_percent": 97.4,
        "fuzzy": 4,
        "fuzzy_percent": 0.8,
        "fuzzy_words": 9,
        "fuzzy_words_percent": 0.5,
        "fuzzy_chars": 43,
        "fuzzy_chars_percent": 0.4,
        "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": "ja",
        "name": "Japanese",
        "url": "https://weblate.osgeo.org/projects/gtt-project/-/ja/",
        "translate_url": "https://weblate.osgeo.org/translate/gtt-project/-/ja/"
    },
    {
        "total": 483,
        "total_words": 1644,
        "total_chars": 10262,
        "last_change": "2025-06-04T17:47:41.923644Z",
        "recent_changes": 2,
        "translated": 376,
        "translated_words": 1310,
        "translated_percent": 77.8,
        "translated_words_percent": 79.6,
        "translated_chars": 8261,
        "translated_chars_percent": 80.5,
        "fuzzy": 0,
        "fuzzy_percent": 0.0,
        "fuzzy_words": 0,
        "fuzzy_words_percent": 0.0,
        "fuzzy_chars": 0,
        "fuzzy_chars_percent": 0.0,
        "failing": 7,
        "failing_percent": 1.4,
        "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": "sv",
        "name": "Swedish",
        "url": "https://weblate.osgeo.org/projects/gtt-project/-/sv/",
        "translate_url": "https://weblate.osgeo.org/translate/gtt-project/-/sv/"
    }
]