Translation components API.

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

GET /api/translations/tails/pidgin/es/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 30,
    "total_words": 331,
    "total_chars": 2574,
    "last_change": "2024-04-24T13:43:58.633398Z",
    "recent_changes": 3,
    "translated": 7,
    "translated_words": 40,
    "translated_percent": 23.3,
    "translated_words_percent": 12.0,
    "translated_chars": 336,
    "translated_chars_percent": 13.0,
    "fuzzy": 4,
    "fuzzy_percent": 13.3,
    "fuzzy_words": 69,
    "fuzzy_words_percent": 20.8,
    "fuzzy_chars": 458,
    "fuzzy_chars_percent": 17.7,
    "failing": 3,
    "failing_percent": 10.0,
    "approved": 7,
    "approved_percent": 23.3,
    "approved_words": 40,
    "approved_words_percent": 12.0,
    "approved_chars": 336,
    "approved_chars_percent": 13.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 3,
    "comments": 0,
    "code": "es",
    "name": "Spanish",
    "url": "https://translate.tails.boum.org/projects/tails/pidgin/es/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/pidgin/es/"
}