Translation components API.

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

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

{
    "total": 1541,
    "total_words": 11686,
    "total_chars": 69432,
    "last_change": "2024-05-03T13:55:40.788006Z",
    "recent_changes": 14,
    "translated": 1409,
    "translated_words": 10781,
    "translated_percent": 91.4,
    "translated_words_percent": 92.2,
    "translated_chars": 64134,
    "translated_chars_percent": 92.3,
    "fuzzy": 23,
    "fuzzy_percent": 1.4,
    "failing": 31,
    "failing_percent": 2.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "nl",
    "name": "Dutch",
    "url": "http://translate.pretalx.com/projects/pretalx/pretalx/nl/",
    "translate_url": "http://translate.pretalx.com/translate/pretalx/pretalx/nl/"
}