Translation components API.

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

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

{
    "total": 5099,
    "total_words": 25526,
    "total_chars": 156451,
    "last_change": "2024-05-11T00:34:30.404857Z",
    "recent_changes": 0,
    "translated": 4898,
    "translated_words": 23680,
    "translated_percent": 96.0,
    "translated_words_percent": 92.7,
    "translated_chars": 144553,
    "translated_chars_percent": 92.3,
    "fuzzy": 90,
    "fuzzy_percent": 1.7,
    "fuzzy_words": 1350,
    "fuzzy_words_percent": 5.2,
    "fuzzy_chars": 8913,
    "fuzzy_chars_percent": 5.6,
    "failing": 7,
    "failing_percent": 0.1,
    "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": 5,
    "code": "pl",
    "name": "Polish",
    "url": "https://hosted.weblate.org/projects/osmand/main/pl/",
    "translate_url": "https://hosted.weblate.org/translate/osmand/main/pl/"
}