Translation components API.

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

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

{
    "total": 457,
    "total_words": 2347,
    "last_change": "2021-12-31T15:49:22.352682Z",
    "recent_changes": 35,
    "translated": 184,
    "translated_words": 309,
    "translated_percent": 40.2,
    "translated_words_percent": 13.1,
    "translated_chars": 1921,
    "translated_chars_percent": 13.2,
    "total_chars": 14533,
    "fuzzy": 10,
    "fuzzy_percent": 2.1,
    "failing": 9,
    "failing_percent": 1.9,
    "code": "hu",
    "name": "Hungarian",
    "url": "http://i18n.foe-helper.com/projects/foe-helper/website/hu/",
    "translate_url": "http://i18n.foe-helper.com/translate/foe-helper/website/hu/"
}