Translation components API.

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

GET /api/translations/peertube/angular/oc/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:58:54.052614Z",
    "recent_changes": 0,
    "translated": 805,
    "translated_words": 2924,
    "translated_percent": 34.0,
    "translated_words_percent": 19.7,
    "translated_chars": 20299,
    "translated_chars_percent": 17.4,
    "fuzzy": 1562,
    "fuzzy_percent": 65.9,
    "fuzzy_words": 11847,
    "fuzzy_words_percent": 80.2,
    "fuzzy_chars": 95934,
    "fuzzy_chars_percent": 82.5,
    "failing": 1432,
    "failing_percent": 60.4,
    "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": "oc",
    "name": "Occitan",
    "url": "https://weblate.framasoft.org/projects/peertube/angular/oc/",
    "translate_url": "https://weblate.framasoft.org/translate/peertube/angular/oc/"
}