Translation components API.

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

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

{
    "total": 53875,
    "total_words": 590248,
    "last_change": "2023-09-05T16:51:33.417873Z",
    "recent_changes": 3,
    "translated": 602,
    "translated_words": 3514,
    "translated_percent": 1.1,
    "translated_words_percent": 0.5,
    "translated_chars": 20595,
    "translated_chars_percent": 0.6,
    "total_chars": 3161457,
    "fuzzy": 2,
    "fuzzy_percent": 0.1,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "sv",
    "name": "Swedish",
    "url": "https://hive.bgforge.net/projects/fallout/rp/sv/",
    "translate_url": "https://hive.bgforge.net/translate/fallout/rp/sv/"
}