Translation components API.

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

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

{
    "total": 45,
    "total_words": 617,
    "total_chars": 4804,
    "last_change": "2025-04-04T18:11:29.874813Z",
    "recent_changes": 7,
    "translated": 28,
    "translated_words": 291,
    "translated_percent": 62.2,
    "translated_words_percent": 47.1,
    "translated_chars": 2503,
    "translated_chars_percent": 52.1,
    "fuzzy": 2,
    "fuzzy_percent": 4.4,
    "fuzzy_words": 40,
    "fuzzy_words_percent": 6.4,
    "fuzzy_chars": 216,
    "fuzzy_chars_percent": 4.4,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 21,
    "approved_percent": 46.6,
    "approved_words": 100,
    "approved_words_percent": 16.2,
    "approved_chars": 1130,
    "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": 17,
    "comments": 0,
    "code": "pt",
    "name": "Portuguese",
    "url": "https://translate.tails.net/projects/tails/src-donate/pt/",
    "translate_url": "https://translate.tails.net/translate/tails/src-donate/pt/"
}