Translation components API.

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

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

{
    "total": 1156,
    "total_words": 3882,
    "total_chars": 24081,
    "last_change": "2024-06-23T18:44:06.461660Z",
    "recent_changes": 0,
    "translated": 975,
    "translated_words": 3006,
    "translated_percent": 84.3,
    "translated_words_percent": 77.4,
    "translated_chars": 18685,
    "translated_chars_percent": 77.5,
    "fuzzy": 9,
    "fuzzy_percent": 0.7,
    "fuzzy_words": 15,
    "fuzzy_words_percent": 0.3,
    "fuzzy_chars": 92,
    "fuzzy_chars_percent": 0.3,
    "failing": 114,
    "failing_percent": 9.8,
    "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": "nl",
    "name": "Dutch",
    "url": "https://hosted.weblate.org/projects/mainsail/mainsail/nl/",
    "translate_url": "https://hosted.weblate.org/translate/mainsail/mainsail/nl/"
}