Translation components API.

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

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

{
    "total": 53,
    "total_words": 219,
    "total_chars": 1383,
    "last_change": "2022-09-09T10:08:24.314350Z",
    "recent_changes": 3,
    "translated": 52,
    "translated_words": 212,
    "translated_percent": 98.1,
    "translated_words_percent": 96.8,
    "translated_chars": 1335,
    "translated_chars_percent": 96.5,
    "fuzzy": 1,
    "fuzzy_percent": 1.8,
    "fuzzy_words": 7,
    "fuzzy_words_percent": 3.1,
    "fuzzy_chars": 48,
    "fuzzy_chars_percent": 3.4,
    "failing": 2,
    "failing_percent": 3.7,
    "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": 0,
    "comments": 0,
    "code": "nb_NO",
    "name": "Norwegian Bokmål",
    "url": "https://hosted.weblate.org/projects/indicator-kde-connect/translations/nb_NO/",
    "translate_url": "https://hosted.weblate.org/translate/indicator-kde-connect/translations/nb_NO/"
}