Translation components API.

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

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

{
    "total": 53882,
    "total_words": 590342,
    "last_change": "2023-11-03T17:20:37.932199Z",
    "recent_changes": 10,
    "translated": 53862,
    "translated_words": 589899,
    "translated_percent": 99.9,
    "translated_words_percent": 99.9,
    "translated_chars": 3159272,
    "translated_chars_percent": 99.9,
    "total_chars": 3161912,
    "fuzzy": 13,
    "fuzzy_percent": 0.1,
    "failing": 5751,
    "failing_percent": 10.6,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 85,
    "comments": 0,
    "code": "pl",
    "name": "Polish",
    "url": "https://hive.bgforge.net/projects/fallout/rp/pl/",
    "translate_url": "https://hive.bgforge.net/translate/fallout/rp/pl/"
}