Translation components API.

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

GET /api/translations/fallout/fixt/de/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 24666,
    "total_words": 243289,
    "last_change": "2024-05-19T03:23:27.043564Z",
    "recent_changes": 1,
    "translated": 655,
    "translated_words": 4605,
    "translated_percent": 2.6,
    "translated_words_percent": 1.8,
    "translated_chars": 25233,
    "translated_chars_percent": 1.9,
    "total_chars": 1291566,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 81,
    "failing_percent": 0.3,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 4,
    "comments": 0,
    "code": "de",
    "name": "German",
    "url": "https://hive.bgforge.net/projects/fallout/fixt/de/",
    "translate_url": "https://hive.bgforge.net/translate/fallout/fixt/de/"
}