Translation components API.

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

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

{
    "total": 34,
    "total_words": 223,
    "last_change": "2021-04-25T03:19:05.289619Z",
    "recent_changes": 2,
    "translated": 31,
    "translated_words": 128,
    "translated_percent": 91.1,
    "translated_words_percent": 57.3,
    "translated_chars": 998,
    "translated_chars_percent": 63.9,
    "total_chars": 1560,
    "fuzzy": 3,
    "fuzzy_percent": 8.8,
    "failing": 16,
    "failing_percent": 47.0,
    "code": "nn",
    "name": "Norwegian Nynorsk",
    "url": "http://i18n.foe-helper.com/projects/foe-helper/app/nn/",
    "translate_url": "http://i18n.foe-helper.com/translate/foe-helper/app/nn/"
}