Translation components API.

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

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

{
    "total": 457,
    "total_words": 2347,
    "last_change": "2023-08-21T03:57:26.632814Z",
    "recent_changes": 31,
    "translated": 452,
    "translated_words": 2193,
    "translated_percent": 98.9,
    "translated_words_percent": 93.4,
    "translated_chars": 13517,
    "translated_chars_percent": 93.0,
    "total_chars": 14533,
    "fuzzy": 4,
    "fuzzy_percent": 0.8,
    "failing": 2,
    "failing_percent": 0.4,
    "code": "sv",
    "name": "Swedish",
    "url": "http://i18n.foe-helper.com/projects/foe-helper/website/sv/",
    "translate_url": "http://i18n.foe-helper.com/translate/foe-helper/website/sv/"
}