Translation components API.

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

GET /api/translations/iso-codes/iso-4217/sr/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 179,
    "total_words": 379,
    "total_chars": 2422,
    "last_change": "2022-06-01T13:21:24.566484Z",
    "recent_changes": 7,
    "translated": 148,
    "translated_words": 275,
    "translated_percent": 82.6,
    "translated_words_percent": 72.5,
    "translated_chars": 1738,
    "translated_chars_percent": 71.7,
    "fuzzy": 24,
    "fuzzy_percent": 13.4,
    "fuzzy_words": 81,
    "fuzzy_words_percent": 21.3,
    "fuzzy_chars": 545,
    "fuzzy_chars_percent": 22.5,
    "failing": 0,
    "failing_percent": 0.0,
    "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": 0,
    "code": "sr",
    "name": "Serbian",
    "url": "https://hosted.weblate.org/projects/iso-codes/iso-4217/sr/",
    "translate_url": "https://hosted.weblate.org/translate/iso-codes/iso-4217/sr/"
}