Translation components API.

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

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

{
    "total": 55,
    "total_words": 272,
    "total_chars": 1654,
    "last_change": "2024-01-30T10:52:28.711487Z",
    "recent_changes": 0,
    "translated": 34,
    "translated_words": 133,
    "translated_percent": 61.8,
    "translated_words_percent": 48.8,
    "translated_chars": 801,
    "translated_chars_percent": 48.4,
    "fuzzy": 21,
    "fuzzy_percent": 38.1,
    "fuzzy_words": 139,
    "fuzzy_words_percent": 51.1,
    "fuzzy_chars": 853,
    "fuzzy_chars_percent": 51.5,
    "failing": 15,
    "failing_percent": 27.2,
    "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": "nb_NO",
    "name": "Norwegian Bokmål",
    "url": "https://hosted.weblate.org/projects/onionshare/onionshare-ios/nb_NO/",
    "translate_url": "https://hosted.weblate.org/translate/onionshare/onionshare-ios/nb_NO/"
}