Translation components API.

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

GET /api/translations/pretalx/pretalx/ar/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:17.305881Z",
    "recent_changes": 11,
    "translated": 1168,
    "translated_words": 8716,
    "translated_percent": 75.6,
    "translated_words_percent": 74.8,
    "translated_chars": 51816,
    "translated_chars_percent": 74.6,
    "fuzzy": 178,
    "fuzzy_percent": 11.5,
    "failing": 73,
    "failing_percent": 4.7,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "ar",
    "name": "Arabic",
    "url": "http://translate.pretalx.com/projects/pretalx/pretalx/ar/",
    "translate_url": "http://translate.pretalx.com/translate/pretalx/pretalx/ar/"
}