Translation components API.

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

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

{
    "total": 75,
    "total_words": 1036,
    "total_chars": 7087,
    "last_change": "2024-05-16T22:45:01.255863Z",
    "recent_changes": 2,
    "translated": 41,
    "translated_words": 335,
    "translated_percent": 54.6,
    "translated_words_percent": 32.3,
    "translated_chars": 2339,
    "translated_chars_percent": 33.0,
    "fuzzy": 1,
    "fuzzy_percent": 1.3,
    "fuzzy_words": 12,
    "fuzzy_words_percent": 1.1,
    "fuzzy_chars": 72,
    "fuzzy_chars_percent": 1.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 38,
    "approved_percent": 50.6,
    "approved_words": 295,
    "approved_words_percent": 28.4,
    "approved_chars": 2076,
    "approved_chars_percent": 29.2,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 30,
    "comments": 0,
    "code": "es",
    "name": "Spanish",
    "url": "https://translate.tails.boum.org/projects/tails/wikisrcdocanonymous_internettorpo/es/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/wikisrcdocanonymous_internettorpo/es/"
}