Translation components API.

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

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

{
    "total": 338,
    "total_words": 2654,
    "last_change": "2021-05-04T08:44:42.026945Z",
    "recent_changes": 3,
    "translated": 79,
    "translated_words": 222,
    "translated_percent": 23.3,
    "translated_words_percent": 8.3,
    "translated_chars": 1367,
    "translated_chars_percent": 8.2,
    "total_chars": 16476,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 1,
    "readonly_percent": 0.2,
    "suggestions": 8,
    "comments": 0,
    "code": "sv",
    "name": "Swedish",
    "url": "https://weblate.rikka.app/projects/app-ops/app/sv/",
    "translate_url": "https://weblate.rikka.app/translate/app-ops/app/sv/"
}