Translation components API.

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

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

{
    "total": 580,
    "total_words": 3842,
    "total_chars": 25045,
    "last_change": "2024-05-14T10:25:22.660236Z",
    "recent_changes": 0,
    "translated": 299,
    "translated_words": 1742,
    "translated_percent": 51.5,
    "translated_words_percent": 45.3,
    "translated_chars": 11490,
    "translated_chars_percent": 45.8,
    "fuzzy": 203,
    "fuzzy_percent": 35.0,
    "fuzzy_words": 1387,
    "fuzzy_words_percent": 36.1,
    "fuzzy_chars": 8902,
    "fuzzy_chars_percent": 35.5,
    "failing": 83,
    "failing_percent": 14.3,
    "approved": 1,
    "approved_percent": 0.1,
    "approved_words": 3,
    "approved_words_percent": 0.1,
    "approved_chars": 22,
    "approved_chars_percent": 0.1,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 30,
    "comments": 1,
    "code": "nb_NO",
    "name": "Norwegian Bokmål",
    "url": "https://hosted.weblate.org/projects/f-droid/fdroidserver/nb_NO/",
    "translate_url": "https://hosted.weblate.org/translate/f-droid/fdroidserver/nb_NO/"
}