Translation components API.

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

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

{
    "total": 179,
    "total_words": 1424,
    "total_chars": 8525,
    "last_change": "2021-01-17T17:55:07.380224Z",
    "recent_changes": 5,
    "translated": 97,
    "translated_words": 612,
    "translated_percent": 54.1,
    "translated_words_percent": 42.9,
    "translated_chars": 3590,
    "translated_chars_percent": 42.1,
    "fuzzy": 39,
    "fuzzy_percent": 21.7,
    "fuzzy_words": 382,
    "fuzzy_words_percent": 26.8,
    "fuzzy_chars": 2502,
    "fuzzy_chars_percent": 29.3,
    "failing": 17,
    "failing_percent": 9.4,
    "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": 17,
    "comments": 0,
    "code": "nb_NO",
    "name": "Norwegian Bokmål",
    "url": "https://weblate.framasoft.org/projects/contribateliers/contribute/nb_NO/",
    "translate_url": "https://weblate.framasoft.org/translate/contribateliers/contribute/nb_NO/"
}