Translation components API.

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

GET /api/translations/app-ops/application/fil/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 441,
    "total_words": 2895,
    "last_change": "2023-07-11T09:34:15.854459Z",
    "recent_changes": 20,
    "translated": 32,
    "translated_words": 183,
    "translated_percent": 7.2,
    "translated_words_percent": 6.3,
    "translated_chars": 1261,
    "translated_chars_percent": 6.8,
    "total_chars": 18385,
    "fuzzy": 1,
    "fuzzy_percent": 0.2,
    "failing": 3,
    "failing_percent": 0.6,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 11,
    "readonly_percent": 2.4,
    "suggestions": 0,
    "comments": 0,
    "code": "fil",
    "name": "Filipino",
    "url": "https://weblate.rikka.app/projects/app-ops/application/fil/",
    "translate_url": "https://weblate.rikka.app/translate/app-ops/application/fil/"
}