Translation components API.

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

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

{
    "total": 42,
    "total_words": 336,
    "last_change": "2024-01-31T00:12:09.512308Z",
    "recent_changes": 20,
    "translated": 24,
    "translated_words": 101,
    "translated_percent": 57.1,
    "translated_words_percent": 30.0,
    "translated_chars": 624,
    "translated_chars_percent": 31.0,
    "total_chars": 2012,
    "fuzzy": 18,
    "fuzzy_percent": 42.8,
    "failing": 0,
    "failing_percent": 0.0,
    "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/npc/nl/",
    "translate_url": "http://translate.cacti.net/translate/cacti/npc/nl/"
}