Translation components API.

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

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

{
    "total": 645,
    "total_words": 4552,
    "total_chars": 28098,
    "last_change": "2023-05-23T23:19:55.420608Z",
    "recent_changes": 1,
    "translated": 605,
    "translated_words": 4306,
    "translated_percent": 93.7,
    "translated_words_percent": 94.5,
    "translated_chars": 26608,
    "translated_chars_percent": 94.6,
    "fuzzy": 2,
    "fuzzy_percent": 0.3,
    "failing": 4,
    "failing_percent": 0.6,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "eo",
    "name": "Esperanto",
    "url": "https://wl.bs2k.me/projects/semicolon/main/eo/",
    "translate_url": "https://wl.bs2k.me/translate/semicolon/main/eo/"
}