Translation components API.

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

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

{
    "total": 32,
    "total_words": 273,
    "total_chars": 2083,
    "last_change": "2024-06-19T09:15:23.519071Z",
    "recent_changes": 2,
    "translated": 32,
    "translated_words": 273,
    "translated_percent": 100.0,
    "translated_words_percent": 100.0,
    "translated_chars": 2083,
    "translated_chars_percent": 100.0,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "fuzzy_words": 0,
    "fuzzy_words_percent": 0.0,
    "fuzzy_chars": 0,
    "fuzzy_chars_percent": 0.0,
    "failing": 1,
    "failing_percent": 3.1,
    "approved": 31,
    "approved_percent": 96.8,
    "approved_words": 266,
    "approved_words_percent": 97.4,
    "approved_chars": 2034,
    "approved_chars_percent": 97.6,
    "readonly": 1,
    "readonly_percent": 3.1,
    "readonly_words": 7,
    "readonly_words_percent": 2.5,
    "readonly_chars": 49,
    "readonly_chars_percent": 2.3,
    "suggestions": 0,
    "comments": 0,
    "code": "ca",
    "name": "Catalan",
    "url": "https://translate.tails.boum.org/projects/tails/wikisrcnewsversion_54po/ca/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/wikisrcnewsversion_54po/ca/"
}