Translation components API.

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

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

{
    "total": 53875,
    "total_words": 590248,
    "last_change": "2024-05-16T16:31:59.527474Z",
    "recent_changes": 5,
    "translated": 53634,
    "translated_words": 584384,
    "translated_percent": 99.5,
    "translated_words_percent": 99.0,
    "translated_chars": 3129729,
    "translated_chars_percent": 98.9,
    "total_chars": 3161457,
    "fuzzy": 54,
    "fuzzy_percent": 0.1,
    "failing": 6452,
    "failing_percent": 11.9,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 36,
    "comments": 2,
    "code": "de",
    "name": "German",
    "url": "https://hive.bgforge.net/projects/fallout/rp/de/",
    "translate_url": "https://hive.bgforge.net/translate/fallout/rp/de/"
}