Translation components API.

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

GET /api/translations/semicolon/main/tok/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-12-05T22:28:21.505021Z",
    "recent_changes": 3,
    "translated": 95,
    "translated_words": 706,
    "translated_percent": 14.7,
    "translated_words_percent": 15.5,
    "translated_chars": 4244,
    "translated_chars_percent": 15.1,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 4,
    "failing_percent": 0.6,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 2,
    "comments": 0,
    "code": "tok",
    "name": "Toki Pona",
    "url": "https://wl.bs2k.me/projects/semicolon/main/tok/",
    "translate_url": "https://wl.bs2k.me/translate/semicolon/main/tok/"
}