Translation components API.

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

GET /api/components/the-long-dark/Jokoa/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "total": 13604,
            "total_words": 97004,
            "total_chars": 543250,
            "last_change": null,
            "recent_changes": 0,
            "translated": 13591,
            "translated_words": 97004,
            "translated_percent": 99.9,
            "translated_words_percent": 100.0,
            "translated_chars": 543250,
            "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": 11,
            "failing_percent": 0.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": 0,
            "comments": 0,
            "code": "en",
            "name": "English",
            "url": "https://itzulpenak.gamerauntsia.eus/projects/the-long-dark/Jokoa/en/",
            "translate_url": "https://itzulpenak.gamerauntsia.eus/translate/the-long-dark/Jokoa/en/"
        },
        {
            "total": 13604,
            "total_words": 97004,
            "total_chars": 543250,
            "last_change": "2024-03-18T21:10:42.809959Z",
            "recent_changes": 21,
            "translated": 8751,
            "translated_words": 68242,
            "translated_percent": 64.3,
            "translated_words_percent": 70.3,
            "translated_chars": 382996,
            "translated_chars_percent": 70.5,
            "fuzzy": 295,
            "fuzzy_percent": 2.1,
            "fuzzy_words": 1723,
            "fuzzy_words_percent": 1.7,
            "fuzzy_chars": 9857,
            "fuzzy_chars_percent": 1.8,
            "failing": 36,
            "failing_percent": 0.2,
            "approved": 0,
            "approved_percent": 0.0,
            "approved_words": 0,
            "approved_words_percent": 0.0,
            "approved_chars": 0,
            "approved_chars_percent": 0.0,
            "readonly": 13,
            "readonly_percent": 0.1,
            "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/the-long-dark/Jokoa/eu/",
            "translate_url": "https://itzulpenak.gamerauntsia.eus/translate/the-long-dark/Jokoa/eu/"
        }
    ]
}