Translation components API.

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

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

{
    "total": 49,
    "total_words": 1911,
    "total_chars": 13170,
    "last_change": "2024-04-29T17:21:53.548962Z",
    "recent_changes": 1,
    "translated": 2,
    "translated_words": 30,
    "translated_percent": 4.0,
    "translated_words_percent": 1.5,
    "translated_chars": 176,
    "translated_chars_percent": 1.3,
    "fuzzy": 1,
    "fuzzy_percent": 2.0,
    "fuzzy_words": 249,
    "fuzzy_words_percent": 13.0,
    "fuzzy_chars": 2034,
    "fuzzy_chars_percent": 15.4,
    "failing": 2,
    "failing_percent": 4.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": "nb_NO",
    "name": "Norwegian Bokmål",
    "url": "https://hosted.weblate.org/projects/quickweather/quickweather-fastlane/nb_NO/",
    "translate_url": "https://hosted.weblate.org/translate/quickweather/quickweather-fastlane/nb_NO/"
}