Translation components API.

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

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

{
    "total": 233,
    "total_words": 1934,
    "last_change": "2023-07-23T21:15:30.282818Z",
    "recent_changes": 6,
    "translated": 47,
    "translated_words": 239,
    "translated_percent": 20.1,
    "translated_words_percent": 12.3,
    "translated_chars": 1544,
    "translated_chars_percent": 13.1,
    "total_chars": 11723,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "pl",
    "name": "Polish",
    "url": "https://i18n.tweaked.cc/projects/cc-tweaked/minecraft/pl/",
    "translate_url": "https://i18n.tweaked.cc/translate/cc-tweaked/minecraft/pl/"
}