Translation components API.

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

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

{
    "total": 2420,
    "total_words": 15659,
    "total_chars": 132307,
    "last_change": "2024-06-24T07:45:07.377829Z",
    "recent_changes": 0,
    "translated": 1787,
    "translated_words": 10011,
    "translated_percent": 73.8,
    "translated_words_percent": 63.9,
    "translated_chars": 82192,
    "translated_chars_percent": 62.1,
    "fuzzy": 626,
    "fuzzy_percent": 25.8,
    "fuzzy_words": 5580,
    "fuzzy_words_percent": 35.6,
    "fuzzy_chars": 49562,
    "fuzzy_chars_percent": 37.4,
    "failing": 585,
    "failing_percent": 24.1,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 1,
    "comments": 0,
    "code": "tok",
    "name": "Toki Pona",
    "url": "https://weblate.framasoft.org/projects/peertube/angular/tok/",
    "translate_url": "https://weblate.framasoft.org/translate/peertube/angular/tok/"
}