Translation components API.

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

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

{
    "total": 2367,
    "total_words": 14771,
    "total_chars": 116233,
    "last_change": "2024-04-24T12:57:38.852497Z",
    "recent_changes": 0,
    "translated": 1002,
    "translated_words": 3588,
    "translated_percent": 42.3,
    "translated_words_percent": 24.2,
    "translated_chars": 26164,
    "translated_chars_percent": 22.5,
    "fuzzy": 1365,
    "fuzzy_percent": 57.6,
    "fuzzy_words": 11183,
    "fuzzy_words_percent": 75.7,
    "fuzzy_chars": 90069,
    "fuzzy_chars_percent": 77.4,
    "failing": 1287,
    "failing_percent": 54.3,
    "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": "el",
    "name": "Greek",
    "url": "https://weblate.framasoft.org/projects/peertube/angular/el/",
    "translate_url": "https://weblate.framasoft.org/translate/peertube/angular/el/"
}