Translation components API.

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

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

{
    "total": 28,
    "total_words": 131,
    "total_chars": 948,
    "last_change": "2023-03-04T09:54:25.795670Z",
    "recent_changes": 14,
    "translated": 20,
    "translated_words": 98,
    "translated_percent": 71.4,
    "translated_words_percent": 74.8,
    "translated_chars": 733,
    "translated_chars_percent": 77.3,
    "fuzzy": 8,
    "fuzzy_percent": 28.5,
    "fuzzy_words": 33,
    "fuzzy_words_percent": 25.1,
    "fuzzy_chars": 215,
    "fuzzy_chars_percent": 22.6,
    "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": "nb_NO",
    "name": "Norwegian Bokmål",
    "url": "https://hosted.weblate.org/projects/turris/reforis-netmetr-plugin/nb_NO/",
    "translate_url": "https://hosted.weblate.org/translate/turris/reforis-netmetr-plugin/nb_NO/"
}