Translation components API.

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

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

{
    "total": 77,
    "total_words": 307,
    "total_chars": 1940,
    "last_change": "2023-05-11T18:48:10.942913Z",
    "recent_changes": 0,
    "translated": 75,
    "translated_words": 285,
    "translated_percent": 97.4,
    "translated_words_percent": 92.8,
    "translated_chars": 1814,
    "translated_chars_percent": 93.5,
    "fuzzy": 2,
    "fuzzy_percent": 2.5,
    "fuzzy_words": 22,
    "fuzzy_words_percent": 7.1,
    "fuzzy_chars": 126,
    "fuzzy_chars_percent": 6.4,
    "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": 1,
    "readonly_percent": 1.2,
    "readonly_words": 2,
    "readonly_words_percent": 0.6,
    "readonly_chars": 15,
    "readonly_chars_percent": 0.7,
    "suggestions": 1,
    "comments": 0,
    "code": "nb_NO",
    "name": "Norwegian Bokmål",
    "url": "https://hosted.weblate.org/projects/asteroidos/sync/nb_NO/",
    "translate_url": "https://hosted.weblate.org/translate/asteroidos/sync/nb_NO/"
}