Translation components API.

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

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

{
    "total": 455,
    "total_words": 2326,
    "last_change": "2023-02-22T19:18:49.814269Z",
    "recent_changes": 2,
    "translated": 3,
    "translated_words": 4,
    "translated_percent": 0.6,
    "translated_words_percent": 0.1,
    "translated_chars": 20,
    "translated_chars_percent": 0.1,
    "total_chars": 14396,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 1,
    "failing_percent": 0.2,
    "code": "ro",
    "name": "Romanian",
    "url": "http://i18n.foe-helper.com/projects/foe-helper/website/ro/",
    "translate_url": "http://i18n.foe-helper.com/translate/foe-helper/website/ro/"
}