Translation components API.

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

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

{
    "total": 2367,
    "total_words": 14771,
    "total_chars": 116230,
    "last_change": "2024-04-15T09:46:57.390752Z",
    "recent_changes": 0,
    "translated": 102,
    "translated_words": 385,
    "translated_percent": 4.3,
    "translated_words_percent": 2.6,
    "translated_chars": 3229,
    "translated_chars_percent": 2.7,
    "fuzzy": 2265,
    "fuzzy_percent": 95.6,
    "fuzzy_words": 14386,
    "fuzzy_words_percent": 97.3,
    "fuzzy_chars": 113001,
    "fuzzy_chars_percent": 97.2,
    "failing": 1942,
    "failing_percent": 82.0,
    "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": "da",
    "name": "Danish",
    "url": "https://weblate.framasoft.org/projects/peertube/angular/da/",
    "translate_url": "https://weblate.framasoft.org/translate/peertube/angular/da/"
}