Translation components API.

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

GET /api/translations/infinity-engine/tweaks-and-tricks/pl/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 490,
    "total_words": 3564,
    "last_change": "2024-01-20T23:14:58.299423Z",
    "recent_changes": 6,
    "translated": 18,
    "translated_words": 54,
    "translated_percent": 3.6,
    "translated_words_percent": 1.5,
    "translated_chars": 295,
    "translated_chars_percent": 1.3,
    "total_chars": 21349,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 5,
    "failing_percent": 1.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "pl",
    "name": "Polish",
    "url": "https://hive.bgforge.net/projects/infinity-engine/tweaks-and-tricks/pl/",
    "translate_url": "https://hive.bgforge.net/translate/infinity-engine/tweaks-and-tricks/pl/"
}