Translation components API.

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

GET /api/translations/semicolon/main/en_UK/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": "2022-08-31T02:53:12.960307Z",
    "recent_changes": 2,
    "translated": 565,
    "translated_words": 3882,
    "translated_percent": 87.5,
    "translated_words_percent": 85.2,
    "translated_chars": 23969,
    "translated_chars_percent": 85.3,
    "fuzzy": 7,
    "fuzzy_percent": 1.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "en_UK",
    "name": "English",
    "url": "https://wl.bs2k.me/projects/semicolon/main/en_UK/",
    "translate_url": "https://wl.bs2k.me/translate/semicolon/main/en_UK/"
}