Translation components API.

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

GET /api/translations/foe-helper/extension/nn/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 1392,
    "total_words": 5748,
    "last_change": "2020-07-25T09:36:58.355621Z",
    "recent_changes": 2,
    "translated": 3,
    "translated_words": 6,
    "translated_percent": 0.2,
    "translated_words_percent": 0.1,
    "translated_chars": 34,
    "translated_chars_percent": 0.1,
    "total_chars": 37131,
    "fuzzy": 1,
    "fuzzy_percent": 0.1,
    "failing": 1,
    "failing_percent": 0.1,
    "code": "nn",
    "name": "Norwegian Nynorsk",
    "url": "http://i18n.foe-helper.com/projects/foe-helper/extension/nn/",
    "translate_url": "http://i18n.foe-helper.com/translate/foe-helper/extension/nn/"
}