Translation components API.

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

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

{
    "total": 95,
    "total_words": 705,
    "total_chars": 5688,
    "last_change": "2018-04-23T08:39:40Z",
    "recent_changes": 0,
    "translated": 47,
    "translated_words": 195,
    "translated_percent": 49.4,
    "translated_words_percent": 27.6,
    "translated_chars": 1636,
    "translated_chars_percent": 28.7,
    "fuzzy": 15,
    "fuzzy_percent": 15.7,
    "fuzzy_words": 79,
    "fuzzy_words_percent": 11.2,
    "fuzzy_chars": 681,
    "fuzzy_chars_percent": 11.9,
    "failing": 8,
    "failing_percent": 8.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": 0,
    "comments": 0,
    "code": "pl",
    "name": "Polish",
    "url": "https://hosted.weblate.org/projects/gammu/wammu-doc/pl/",
    "translate_url": "https://hosted.weblate.org/translate/gammu/wammu-doc/pl/"
}