Translation components API.

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

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

{
    "total": 11,
    "total_words": 202,
    "total_chars": 2506,
    "last_change": "2024-09-17T08:20:45.764001Z",
    "recent_changes": 3,
    "translated": 7,
    "translated_words": 77,
    "translated_percent": 63.6,
    "translated_words_percent": 38.1,
    "translated_chars": 926,
    "translated_chars_percent": 36.9,
    "fuzzy": 2,
    "fuzzy_percent": 18.1,
    "fuzzy_words": 86,
    "fuzzy_words_percent": 42.5,
    "fuzzy_chars": 1346,
    "fuzzy_chars_percent": 53.7,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 6,
    "approved_percent": 54.5,
    "approved_words": 57,
    "approved_words_percent": 28.2,
    "approved_chars": 591,
    "approved_chars_percent": 23.5,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 4,
    "comments": 0,
    "code": "pt",
    "name": "Portuguese",
    "url": "https://translate.tails.net/projects/tails/downloadinline/pt/",
    "translate_url": "https://translate.tails.net/translate/tails/downloadinline/pt/"
}