Translation components API.

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

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

{
    "total": 23,
    "total_words": 244,
    "total_chars": 2335,
    "last_change": "2024-05-16T21:10:51.536450Z",
    "recent_changes": 1,
    "translated": 21,
    "translated_words": 232,
    "translated_percent": 91.3,
    "translated_words_percent": 95.0,
    "translated_chars": 2268,
    "translated_chars_percent": 97.1,
    "fuzzy": 1,
    "fuzzy_percent": 4.3,
    "fuzzy_words": 5,
    "fuzzy_words_percent": 2.0,
    "fuzzy_chars": 32,
    "fuzzy_chars_percent": 1.3,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 19,
    "approved_percent": 82.6,
    "approved_words": 214,
    "approved_words_percent": 87.7,
    "approved_chars": 2090,
    "approved_chars_percent": 89.5,
    "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/thanks/es/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/thanks/es/"
}