Translation components API.

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

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

{
    "total": 8,
    "total_words": 103,
    "total_chars": 1092,
    "last_change": "2025-02-19T19:03:32.388462Z",
    "recent_changes": 1,
    "translated": 5,
    "translated_words": 70,
    "translated_percent": 62.5,
    "translated_words_percent": 67.9,
    "translated_chars": 809,
    "translated_chars_percent": 74.0,
    "fuzzy": 2,
    "fuzzy_percent": 25.0,
    "fuzzy_words": 28,
    "fuzzy_words_percent": 27.1,
    "fuzzy_chars": 245,
    "fuzzy_chars_percent": 22.4,
    "failing": 2,
    "failing_percent": 25.0,
    "approved": 2,
    "approved_percent": 25.0,
    "approved_words": 34,
    "approved_words_percent": 33.0,
    "approved_chars": 343,
    "approved_chars_percent": 31.4,
    "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": "pt",
    "name": "Portuguese",
    "url": "https://translate.tails.net/projects/tails/verify_up-to-dateinline/pt/",
    "translate_url": "https://translate.tails.net/translate/tails/verify_up-to-dateinline/pt/"
}