Translation components API.

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

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

{
    "total": 1579,
    "total_words": 6501,
    "last_change": "2024-10-04T18:57:49.733797Z",
    "recent_changes": 11,
    "translated": 1453,
    "translated_words": 5876,
    "translated_percent": 92.0,
    "translated_words_percent": 90.3,
    "translated_chars": 37458,
    "translated_chars_percent": 90.8,
    "total_chars": 41228,
    "fuzzy": 25,
    "fuzzy_percent": 1.5,
    "failing": 4,
    "failing_percent": 0.2,
    "code": "nl",
    "name": "Dutch",
    "url": "http://i18n.foe-helper.com/projects/foe-helper/extension/nl/",
    "translate_url": "http://i18n.foe-helper.com/translate/foe-helper/extension/nl/"
}