Translation components API.

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

GET /api/translations/turris/pkglists/es/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 98,
    "total_words": 726,
    "total_chars": 4787,
    "last_change": "2022-09-10T15:25:55.020287Z",
    "recent_changes": 19,
    "translated": 32,
    "translated_words": 191,
    "translated_percent": 32.6,
    "translated_words_percent": 26.3,
    "translated_chars": 1341,
    "translated_chars_percent": 28.0,
    "fuzzy": 6,
    "fuzzy_percent": 6.1,
    "fuzzy_words": 30,
    "fuzzy_words_percent": 4.1,
    "fuzzy_chars": 207,
    "fuzzy_chars_percent": 4.3,
    "failing": 5,
    "failing_percent": 5.1,
    "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": "es",
    "name": "Spanish",
    "url": "https://hosted.weblate.org/projects/turris/pkglists/es/",
    "translate_url": "https://hosted.weblate.org/translate/turris/pkglists/es/"
}