Translation components API.

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

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

{
    "total": 132,
    "total_words": 686,
    "total_chars": 3941,
    "last_change": "2023-01-10T23:56:40.135604Z",
    "recent_changes": 0,
    "translated": 81,
    "translated_words": 390,
    "translated_percent": 61.3,
    "translated_words_percent": 56.8,
    "translated_chars": 2211,
    "translated_chars_percent": 56.1,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "fuzzy_words": 0,
    "fuzzy_words_percent": 0.0,
    "fuzzy_chars": 0,
    "fuzzy_chars_percent": 0.0,
    "failing": 1,
    "failing_percent": 0.7,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 2,
    "readonly_percent": 1.5,
    "readonly_words": 2,
    "readonly_words_percent": 0.2,
    "readonly_chars": 15,
    "readonly_chars_percent": 0.3,
    "suggestions": 0,
    "comments": 0,
    "code": "nb_NO",
    "name": "Norwegian Bokmål",
    "url": "https://hosted.weblate.org/projects/dicio-android/strings/nb_NO/",
    "translate_url": "https://hosted.weblate.org/translate/dicio-android/strings/nb_NO/"
}