Translation components API.

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

GET /api/translations/peertube/angular/gd/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:52.903305Z",
    "recent_changes": 0,
    "translated": 2174,
    "translated_words": 13008,
    "translated_percent": 91.8,
    "translated_words_percent": 88.0,
    "translated_chars": 101919,
    "translated_chars_percent": 87.6,
    "fuzzy": 193,
    "fuzzy_percent": 8.1,
    "fuzzy_words": 1763,
    "fuzzy_words_percent": 11.9,
    "fuzzy_chars": 14314,
    "fuzzy_chars_percent": 12.3,
    "failing": 170,
    "failing_percent": 7.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": "gd",
    "name": "Gaelic",
    "url": "https://weblate.framasoft.org/projects/peertube/angular/gd/",
    "translate_url": "https://weblate.framasoft.org/translate/peertube/angular/gd/"
}