Translation components API.

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

GET /api/translations/fallout/fixt/fr/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-06T22:53:44.572536Z",
    "recent_changes": 1,
    "translated": 17846,
    "translated_words": 203170,
    "translated_percent": 72.3,
    "translated_words_percent": 83.5,
    "translated_chars": 1067297,
    "translated_chars_percent": 82.6,
    "total_chars": 1291566,
    "fuzzy": 1,
    "fuzzy_percent": 0.1,
    "failing": 1349,
    "failing_percent": 5.4,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "fr",
    "name": "French",
    "url": "https://hive.bgforge.net/projects/fallout/fixt/fr/",
    "translate_url": "https://hive.bgforge.net/translate/fallout/fixt/fr/"
}