Translation components API.

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

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

{
    "total": 19,
    "total_words": 162,
    "total_chars": 1669,
    "last_change": "2024-04-29T13:03:10.333131Z",
    "recent_changes": 4,
    "translated": 4,
    "translated_words": 25,
    "translated_percent": 21.0,
    "translated_words_percent": 15.4,
    "translated_chars": 420,
    "translated_chars_percent": 25.1,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "fuzzy_words": 0,
    "fuzzy_words_percent": 0.0,
    "fuzzy_chars": 0,
    "fuzzy_chars_percent": 0.0,
    "failing": 7,
    "failing_percent": 36.8,
    "approved": 1,
    "approved_percent": 5.2,
    "approved_words": 4,
    "approved_words_percent": 2.4,
    "approved_chars": 67,
    "approved_chars_percent": 4.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 7,
    "comments": 0,
    "code": "pl",
    "name": "Polish",
    "url": "https://translate.tails.boum.org/projects/tails/wikisrcdocaboutwarningspo/pl/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/wikisrcdocaboutwarningspo/pl/"
}