Translation components API.

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

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

{
    "total": 590,
    "total_words": 3552,
    "last_change": "2024-01-31T00:07:00.159405Z",
    "recent_changes": 3,
    "translated": 155,
    "translated_words": 239,
    "translated_percent": 26.2,
    "translated_words_percent": 6.7,
    "translated_chars": 1430,
    "translated_chars_percent": 6.5,
    "total_chars": 21676,
    "fuzzy": 435,
    "fuzzy_percent": 73.7,
    "failing": 31,
    "failing_percent": 5.2,
    "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/reportit/nl/",
    "translate_url": "http://translate.cacti.net/translate/cacti/reportit/nl/"
}