Translation components API.

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

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

{
    "total": 457,
    "total_words": 2347,
    "last_change": "2021-05-31T07:43:05.773381Z",
    "recent_changes": 33,
    "translated": 35,
    "translated_words": 38,
    "translated_percent": 7.6,
    "translated_words_percent": 1.6,
    "translated_chars": 226,
    "translated_chars_percent": 1.5,
    "total_chars": 14533,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 142,
    "failing_percent": 31.0,
    "code": "el",
    "name": "Greek",
    "url": "http://i18n.foe-helper.com/projects/foe-helper/website/el/",
    "translate_url": "http://i18n.foe-helper.com/translate/foe-helper/website/el/"
}