Translation components API.

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

GET /api/translations/turris/pkglists/hu/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": "2021-05-29T16:25:50.947712Z",
    "recent_changes": 8,
    "translated": 88,
    "translated_words": 632,
    "translated_percent": 89.7,
    "translated_words_percent": 87.0,
    "translated_chars": 4104,
    "translated_chars_percent": 85.7,
    "fuzzy": 6,
    "fuzzy_percent": 6.1,
    "fuzzy_words": 70,
    "fuzzy_words_percent": 9.6,
    "fuzzy_chars": 503,
    "fuzzy_chars_percent": 10.5,
    "failing": 1,
    "failing_percent": 1.0,
    "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": "hu",
    "name": "Hungarian",
    "url": "https://hosted.weblate.org/projects/turris/pkglists/hu/",
    "translate_url": "https://hosted.weblate.org/translate/turris/pkglists/hu/"
}