Translation components API.

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

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

{
    "total": 3333,
    "total_words": 15554,
    "total_chars": 94960,
    "last_change": "2024-05-04T20:31:13.376107Z",
    "recent_changes": 0,
    "translated": 3275,
    "translated_words": 14955,
    "translated_percent": 98.2,
    "translated_words_percent": 96.1,
    "translated_chars": 91527,
    "translated_chars_percent": 96.3,
    "fuzzy": 21,
    "fuzzy_percent": 0.6,
    "fuzzy_words": 165,
    "fuzzy_words_percent": 1.0,
    "fuzzy_chars": 878,
    "fuzzy_chars_percent": 0.9,
    "failing": 5,
    "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": 0,
    "comments": 8,
    "code": "fr",
    "name": "French",
    "url": "https://hosted.weblate.org/projects/osmand/ios/fr/",
    "translate_url": "https://hosted.weblate.org/translate/osmand/ios/fr/"
}