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": 627,
    "total_words": 3046,
    "last_change": "2021-05-31T07:43:05.773381Z",
    "recent_changes": 33,
    "translated": 35,
    "translated_words": 38,
    "translated_percent": 5.5,
    "translated_words_percent": 1.2,
    "translated_chars": 226,
    "translated_chars_percent": 1.2,
    "total_chars": 18529,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 141,
    "failing_percent": 22.4,
    "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/"
}