Translation components API.

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

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

{
    "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/"
}