Translation components API.

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

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

{
    "total": 53876,
    "total_words": 590250,
    "last_change": "2024-05-08T23:45:02.957316Z",
    "recent_changes": 36,
    "translated": 46306,
    "translated_words": 471443,
    "translated_percent": 85.9,
    "translated_words_percent": 79.8,
    "translated_chars": 2518156,
    "translated_chars_percent": 79.6,
    "total_chars": 3161466,
    "fuzzy": 3539,
    "fuzzy_percent": 6.5,
    "failing": 4635,
    "failing_percent": 8.6,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 57,
    "comments": 0,
    "code": "it",
    "name": "Italian",
    "url": "https://hive.bgforge.net/projects/fallout/rp/it/",
    "translate_url": "https://hive.bgforge.net/translate/fallout/rp/it/"
}