Translation components API.

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

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

{
    "total": 5042,
    "total_words": 35540,
    "last_change": "2024-05-24T21:24:50.643247Z",
    "recent_changes": 67,
    "translated": 1445,
    "translated_words": 4007,
    "translated_percent": 28.6,
    "translated_words_percent": 11.2,
    "translated_chars": 24092,
    "translated_chars_percent": 11.0,
    "total_chars": 218767,
    "fuzzy": 3366,
    "fuzzy_percent": 66.7,
    "failing": 538,
    "failing_percent": 10.6,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "de",
    "name": "German",
    "url": "http://translate.cacti.net/projects/cacti/core/de/",
    "translate_url": "http://translate.cacti.net/translate/cacti/core/de/"
}