Translation components API.

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

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

{
    "total": 2367,
    "total_words": 14773,
    "total_chars": 116290,
    "last_change": "2024-04-24T12:59:07.224376Z",
    "recent_changes": 0,
    "translated": 2221,
    "translated_words": 13496,
    "translated_percent": 93.8,
    "translated_words_percent": 91.3,
    "translated_chars": 106237,
    "translated_chars_percent": 91.3,
    "fuzzy": 146,
    "fuzzy_percent": 6.1,
    "fuzzy_words": 1277,
    "fuzzy_words_percent": 8.6,
    "fuzzy_chars": 10053,
    "fuzzy_chars_percent": 8.6,
    "failing": 123,
    "failing_percent": 5.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": 0,
    "comments": 0,
    "code": "sk",
    "name": "Slovak",
    "url": "https://weblate.framasoft.org/projects/peertube/angular/sk/",
    "translate_url": "https://weblate.framasoft.org/translate/peertube/angular/sk/"
}