Translation components API.

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

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

{
    "total": 15,
    "total_words": 156,
    "total_chars": 1139,
    "last_change": "2025-04-02T19:03:15.866585Z",
    "recent_changes": 2,
    "translated": 13,
    "translated_words": 127,
    "translated_percent": 86.6,
    "translated_words_percent": 81.4,
    "translated_chars": 884,
    "translated_chars_percent": 77.6,
    "fuzzy": 2,
    "fuzzy_percent": 13.3,
    "fuzzy_words": 29,
    "fuzzy_words_percent": 18.5,
    "fuzzy_chars": 255,
    "fuzzy_chars_percent": 22.3,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 12,
    "approved_percent": 80.0,
    "approved_words": 122,
    "approved_words_percent": 78.2,
    "approved_chars": 855,
    "approved_chars_percent": 75.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 2,
    "comments": 0,
    "code": "pt",
    "name": "Portuguese",
    "url": "https://translate.tails.net/projects/tails/shutdown/pt/",
    "translate_url": "https://translate.tails.net/translate/tails/shutdown/pt/"
}