Translation components API.

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

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

{
    "total": 60,
    "total_words": 188,
    "last_change": "2024-01-30T22:40:15.771246Z",
    "recent_changes": 5,
    "translated": 40,
    "translated_words": 82,
    "translated_percent": 66.6,
    "translated_words_percent": 43.6,
    "translated_chars": 468,
    "translated_chars_percent": 43.7,
    "total_chars": 1069,
    "fuzzy": 20,
    "fuzzy_percent": 33.3,
    "failing": 1,
    "failing_percent": 1.6,
    "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/audit/nl/",
    "translate_url": "http://translate.cacti.net/translate/cacti/audit/nl/"
}