Translation components API.

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

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

{
    "total": 3309,
    "total_words": 22025,
    "total_chars": 137414,
    "last_change": "2022-03-29T04:20:22.645123Z",
    "recent_changes": 3,
    "translated": 2153,
    "translated_words": 13089,
    "translated_percent": 65.0,
    "translated_words_percent": 59.4,
    "translated_chars": 80361,
    "translated_chars_percent": 58.4,
    "fuzzy": 773,
    "fuzzy_percent": 23.3,
    "fuzzy_words": 4197,
    "fuzzy_words_percent": 19.0,
    "fuzzy_chars": 26759,
    "fuzzy_chars_percent": 19.4,
    "failing": 325,
    "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": 12,
    "comments": 4,
    "code": "nb_NO",
    "name": "Norwegian Bokmål",
    "url": "https://hosted.weblate.org/projects/phpmyadmin/4-9/nb_NO/",
    "translate_url": "https://hosted.weblate.org/translate/phpmyadmin/4-9/nb_NO/"
}