Translation components API.

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

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

{
    "total": 1541,
    "total_words": 11641,
    "total_chars": 69432,
    "last_change": "2024-05-04T11:04:33.259630Z",
    "recent_changes": 95,
    "translated": 1537,
    "translated_words": 11603,
    "translated_percent": 99.7,
    "translated_words_percent": 99.6,
    "translated_chars": 69179,
    "translated_chars_percent": 99.6,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 1,
    "failing_percent": 0.1,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "cs",
    "name": "Czech",
    "url": "http://translate.pretalx.com/projects/pretalx/pretalx/cs/",
    "translate_url": "http://translate.pretalx.com/translate/pretalx/pretalx/cs/"
}