Translation components API.

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

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

{
    "total": 1543,
    "total_words": 11644,
    "total_chars": 69451,
    "last_change": "2024-05-03T13:55:28.069204Z",
    "recent_changes": 12,
    "translated": 1288,
    "translated_words": 9802,
    "translated_percent": 83.4,
    "translated_words_percent": 84.1,
    "translated_chars": 58086,
    "translated_chars_percent": 83.6,
    "fuzzy": 177,
    "fuzzy_percent": 11.4,
    "failing": 43,
    "failing_percent": 2.7,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 4,
    "code": "es",
    "name": "Spanish",
    "url": "http://translate.pretalx.com/projects/pretalx/pretalx/es/",
    "translate_url": "http://translate.pretalx.com/translate/pretalx/pretalx/es/"
}