Translation components API.

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

GET /api/translations/pretalx/pretalx/pt_PT/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:44.276436Z",
    "recent_changes": 13,
    "translated": 1375,
    "translated_words": 10484,
    "translated_percent": 89.1,
    "translated_words_percent": 90.0,
    "translated_chars": 62318,
    "translated_chars_percent": 89.7,
    "fuzzy": 118,
    "fuzzy_percent": 7.6,
    "failing": 36,
    "failing_percent": 2.3,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "pt_PT",
    "name": "Portuguese (Portugal)",
    "url": "http://translate.pretalx.com/projects/pretalx/pretalx/pt_PT/",
    "translate_url": "http://translate.pretalx.com/translate/pretalx/pretalx/pt_PT/"
}