Translation components API.

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

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

{
    "total": 334,
    "total_words": 3117,
    "total_chars": 16680,
    "last_change": "2014-05-31T06:27:27Z",
    "recent_changes": 2,
    "translated": 236,
    "translated_words": 2243,
    "translated_percent": 70.6,
    "translated_words_percent": 71.9,
    "translated_chars": 12166,
    "translated_chars_percent": 72.9,
    "fuzzy": 13,
    "fuzzy_percent": 3.8,
    "fuzzy_words": 123,
    "fuzzy_words_percent": 3.9,
    "fuzzy_chars": 698,
    "fuzzy_chars_percent": 4.1,
    "failing": 36,
    "failing_percent": 10.7,
    "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": 3,
    "comments": 0,
    "code": "ru",
    "name": "Russian",
    "url": "https://hosted.weblate.org/projects/sumwars/tutorial/ru/",
    "translate_url": "https://hosted.weblate.org/translate/sumwars/tutorial/ru/"
}