Translation components API.

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

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

{
    "total": 179,
    "total_words": 3109,
    "total_chars": 21974,
    "last_change": "2025-04-04T18:18:16.927389Z",
    "recent_changes": 2,
    "translated": 60,
    "translated_words": 896,
    "translated_percent": 33.5,
    "translated_words_percent": 28.8,
    "translated_chars": 6288,
    "translated_chars_percent": 28.6,
    "fuzzy": 37,
    "fuzzy_percent": 20.6,
    "fuzzy_words": 648,
    "fuzzy_words_percent": 20.8,
    "fuzzy_chars": 5006,
    "fuzzy_chars_percent": 22.7,
    "failing": 23,
    "failing_percent": 12.8,
    "approved": 10,
    "approved_percent": 5.5,
    "approved_words": 63,
    "approved_words_percent": 2.0,
    "approved_chars": 563,
    "approved_chars_percent": 2.5,
    "readonly": 1,
    "readonly_percent": 0.5,
    "readonly_words": 1,
    "readonly_words_percent": 0.1,
    "readonly_chars": 7,
    "readonly_chars_percent": 0.1,
    "suggestions": 129,
    "comments": 0,
    "code": "pt",
    "name": "Portuguese",
    "url": "https://translate.tails.net/projects/tails/faq/pt/",
    "translate_url": "https://translate.tails.net/translate/tails/faq/pt/"
}