Translation components API.

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

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

{
    "total": 279,
    "total_words": 1118,
    "last_change": "2024-01-31T00:25:31.119844Z",
    "recent_changes": 61,
    "translated": 118,
    "translated_words": 266,
    "translated_percent": 42.2,
    "translated_words_percent": 23.7,
    "translated_chars": 1564,
    "translated_chars_percent": 23.9,
    "total_chars": 6535,
    "fuzzy": 161,
    "fuzzy_percent": 57.7,
    "failing": 6,
    "failing_percent": 2.1,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "nl",
    "name": "Dutch",
    "url": "http://translate.cacti.net/projects/cacti/routerconfigs/nl/",
    "translate_url": "http://translate.cacti.net/translate/cacti/routerconfigs/nl/"
}