Translation components API.

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

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

{
    "total": 1450,
    "total_words": 5009,
    "total_chars": 31321,
    "last_change": "2024-06-14T16:02:22.737426Z",
    "recent_changes": 0,
    "translated": 364,
    "translated_words": 1091,
    "translated_percent": 25.1,
    "translated_words_percent": 21.7,
    "translated_chars": 6509,
    "translated_chars_percent": 20.7,
    "fuzzy": 418,
    "fuzzy_percent": 28.8,
    "fuzzy_words": 1160,
    "fuzzy_words_percent": 23.1,
    "fuzzy_chars": 7249,
    "fuzzy_chars_percent": 23.1,
    "failing": 5,
    "failing_percent": 0.3,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 2,
    "comments": 0,
    "code": "pl",
    "name": "Polish",
    "url": "https://hosted.weblate.org/projects/tiled/translations/pl/",
    "translate_url": "https://hosted.weblate.org/translate/tiled/translations/pl/"
}