Translation components API.

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

GET /api/translations/sumwars/the_poolmonster/it/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 23,
    "total_words": 85,
    "total_chars": 448,
    "last_change": "2019-08-26T12:23:00Z",
    "recent_changes": 0,
    "translated": 19,
    "translated_words": 60,
    "translated_percent": 82.6,
    "translated_words_percent": 70.5,
    "translated_chars": 324,
    "translated_chars_percent": 72.3,
    "fuzzy": 1,
    "fuzzy_percent": 4.3,
    "fuzzy_words": 5,
    "fuzzy_words_percent": 5.8,
    "fuzzy_chars": 32,
    "fuzzy_chars_percent": 7.1,
    "failing": 4,
    "failing_percent": 17.3,
    "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": 0,
    "comments": 0,
    "code": "it",
    "name": "Italian",
    "url": "https://hosted.weblate.org/projects/sumwars/the_poolmonster/it/",
    "translate_url": "https://hosted.weblate.org/translate/sumwars/the_poolmonster/it/"
}