Translation components API.

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

GET /api/translations/debian-handbook/03_existing-setup/pl/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 128,
    "total_words": 2056,
    "total_chars": 15513,
    "last_change": "2022-12-23T22:00:28.807437Z",
    "recent_changes": 0,
    "translated": 83,
    "translated_words": 1121,
    "translated_percent": 64.8,
    "translated_words_percent": 54.5,
    "translated_chars": 7711,
    "translated_chars_percent": 49.7,
    "fuzzy": 38,
    "fuzzy_percent": 29.6,
    "fuzzy_words": 883,
    "fuzzy_words_percent": 42.9,
    "fuzzy_chars": 7089,
    "fuzzy_chars_percent": 45.6,
    "failing": 21,
    "failing_percent": 16.4,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 25,
    "comments": 0,
    "code": "pl",
    "name": "Polish",
    "url": "https://hosted.weblate.org/projects/debian-handbook/03_existing-setup/pl/",
    "translate_url": "https://hosted.weblate.org/translate/debian-handbook/03_existing-setup/pl/"
}