Translation components API.

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

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

{
    "total": 33,
    "total_words": 291,
    "total_chars": 2250,
    "last_change": "2025-04-09T19:40:46.987403Z",
    "recent_changes": 20,
    "translated": 22,
    "translated_words": 146,
    "translated_percent": 66.6,
    "translated_words_percent": 50.1,
    "translated_chars": 1199,
    "translated_chars_percent": 53.2,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "fuzzy_words": 0,
    "fuzzy_words_percent": 0.0,
    "fuzzy_chars": 0,
    "fuzzy_chars_percent": 0.0,
    "failing": 3,
    "failing_percent": 9.0,
    "approved": 22,
    "approved_percent": 66.6,
    "approved_words": 146,
    "approved_words_percent": 50.1,
    "approved_chars": 1199,
    "approved_chars_percent": 53.2,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "ca",
    "name": "Catalan",
    "url": "https://translate.tails.net/projects/tails/wikisrcnewsversion_6-13-po/ca/",
    "translate_url": "https://translate.tails.net/translate/tails/wikisrcnewsversion_6-13-po/ca/"
}