Translation components API.

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

GET /api/translations/phpmyadmin/5-2/sk/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 3427,
    "total_words": 22679,
    "total_chars": 141877,
    "last_change": "2024-05-15T13:34:32.956213Z",
    "recent_changes": 0,
    "translated": 2496,
    "translated_words": 14091,
    "translated_percent": 72.8,
    "translated_words_percent": 62.1,
    "translated_chars": 86183,
    "translated_chars_percent": 60.7,
    "fuzzy": 417,
    "fuzzy_percent": 12.1,
    "fuzzy_words": 2155,
    "fuzzy_words_percent": 9.5,
    "fuzzy_chars": 15091,
    "fuzzy_chars_percent": 10.6,
    "failing": 141,
    "failing_percent": 4.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": 8,
    "comments": 0,
    "code": "sk",
    "name": "Slovak",
    "url": "https://hosted.weblate.org/projects/phpmyadmin/5-2/sk/",
    "translate_url": "https://hosted.weblate.org/translate/phpmyadmin/5-2/sk/"
}