Translation components API.

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

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

{
    "total": 13,
    "total_words": 133,
    "total_chars": 1601,
    "last_change": "2024-05-01T18:46:37.657597Z",
    "recent_changes": 15,
    "translated": 12,
    "translated_words": 101,
    "translated_percent": 92.3,
    "translated_words_percent": 75.9,
    "translated_chars": 1255,
    "translated_chars_percent": 78.3,
    "fuzzy": 1,
    "fuzzy_percent": 7.6,
    "fuzzy_words": 32,
    "fuzzy_words_percent": 24.0,
    "fuzzy_chars": 346,
    "fuzzy_chars_percent": 21.6,
    "failing": 1,
    "failing_percent": 7.6,
    "approved": 12,
    "approved_percent": 92.3,
    "approved_words": 101,
    "approved_words_percent": 75.9,
    "approved_chars": 1255,
    "approved_chars_percent": 78.3,
    "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": "fr",
    "name": "French",
    "url": "https://translate.tails.boum.org/projects/tails/office_suite/fr/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/office_suite/fr/"
}