Translation components API.

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

GET /api/translations/tor/tor-browser%252Ftb-base-browser/nb_NO/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 65,
    "total_words": 538,
    "total_chars": 3402,
    "last_change": "2024-05-16T23:55:43.973601Z",
    "recent_changes": 0,
    "translated": 33,
    "translated_words": 167,
    "translated_percent": 50.7,
    "translated_words_percent": 31.0,
    "translated_chars": 1042,
    "translated_chars_percent": 30.6,
    "fuzzy": 1,
    "fuzzy_percent": 1.5,
    "fuzzy_words": 7,
    "fuzzy_words_percent": 1.3,
    "fuzzy_chars": 45,
    "fuzzy_chars_percent": 1.3,
    "failing": 1,
    "failing_percent": 1.5,
    "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": 5,
    "comments": 0,
    "code": "nb_NO",
    "name": "Norwegian Bokmål",
    "url": "https://hosted.weblate.org/projects/tor/tor-browser/tb-base-browser/nb_NO/",
    "translate_url": "https://hosted.weblate.org/translate/tor/tor-browser/tb-base-browser/nb_NO/"
}