Translation components API.

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

GET /api/translations/otrs/administration-manual/es_MX/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 6907,
    "total_words": 81473,
    "total_chars": 545868,
    "last_change": "2024-02-15T19:41:29.222534Z",
    "recent_changes": 2,
    "translated": 544,
    "translated_words": 2274,
    "translated_percent": 7.8,
    "translated_words_percent": 2.7,
    "translated_chars": 14535,
    "translated_chars_percent": 2.6,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "fuzzy_words": 0,
    "fuzzy_words_percent": 0.0,
    "fuzzy_chars": 0,
    "fuzzy_chars_percent": 0.0,
    "failing": 4,
    "failing_percent": 0.1,
    "approved": 346,
    "approved_percent": 5.0,
    "approved_words": 1483,
    "approved_words_percent": 1.8,
    "approved_chars": 9466,
    "approved_chars_percent": 1.7,
    "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": "es_MX",
    "name": "Spanish (Mexico)",
    "url": "http://translate.otrs.com/projects/otrs/administration-manual/es_MX/",
    "translate_url": "http://translate.otrs.com/translate/otrs/administration-manual/es_MX/"
}