Translation projects API.

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

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

[
    {
        "total": 2162,
        "total_words": 13126,
        "total_chars": 79764,
        "last_change": "2023-06-29T22:08:10.468906Z",
        "recent_changes": 69,
        "translated": 144,
        "translated_words": 452,
        "translated_percent": 6.6,
        "translated_words_percent": 3.4,
        "translated_chars": 2848,
        "translated_chars_percent": 3.5,
        "fuzzy": 1973,
        "fuzzy_percent": 91.2,
        "fuzzy_words": 12163,
        "fuzzy_words_percent": 92.6,
        "fuzzy_chars": 73892,
        "fuzzy_chars_percent": 92.6,
        "failing": 1774,
        "failing_percent": 82.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": "eu",
        "name": "Basque",
        "url": "https://itzulpenak.gamerauntsia.eus/projects/nina/-/eu/",
        "translate_url": "https://itzulpenak.gamerauntsia.eus/translate/nina/-/eu/"
    },
    {
        "total": 2163,
        "total_words": 13127,
        "total_chars": 79766,
        "last_change": null,
        "recent_changes": 0,
        "translated": 2163,
        "translated_words": 13127,
        "translated_percent": 100.0,
        "translated_words_percent": 100.0,
        "translated_chars": 79766,
        "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": 0.3,
        "approved": 0,
        "approved_percent": 0.0,
        "approved_words": 0,
        "approved_words_percent": 0.0,
        "approved_chars": 0,
        "approved_chars_percent": 0.0,
        "readonly": 2136,
        "readonly_percent": 98.7,
        "readonly_words": 13096,
        "readonly_words_percent": 99.7,
        "readonly_chars": 79561,
        "readonly_chars_percent": 99.7,
        "suggestions": 0,
        "comments": 0,
        "code": "en",
        "name": "English",
        "url": "https://itzulpenak.gamerauntsia.eus/projects/nina/-/en/",
        "translate_url": "https://itzulpenak.gamerauntsia.eus/translate/nina/-/en/"
    }
]