Translation components API.

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

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

{
    "total": 677,
    "total_words": 3795,
    "total_chars": 23997,
    "last_change": "2023-03-23T15:41:12.592986Z",
    "recent_changes": 0,
    "translated": 416,
    "translated_words": 1240,
    "translated_percent": 61.4,
    "translated_words_percent": 32.6,
    "translated_chars": 7978,
    "translated_chars_percent": 33.2,
    "fuzzy": 180,
    "fuzzy_percent": 26.5,
    "fuzzy_words": 1205,
    "fuzzy_words_percent": 31.7,
    "fuzzy_chars": 7744,
    "fuzzy_chars_percent": 32.2,
    "failing": 27,
    "failing_percent": 3.9,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 4,
    "readonly_percent": 0.5,
    "readonly_words": 4,
    "readonly_words_percent": 0.1,
    "readonly_chars": 15,
    "readonly_chars_percent": 0.1,
    "suggestions": 0,
    "comments": 0,
    "code": "nb_NO",
    "name": "Norwegian Bokmål",
    "url": "https://hosted.weblate.org/projects/jexiftoolgui/program_strings/nb_NO/",
    "translate_url": "https://hosted.weblate.org/translate/jexiftoolgui/program_strings/nb_NO/"
}