Translation components API.

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

GET /api/translations/phpmyadmin/5-2/fy/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": "2023-12-05T18:49:43.226659Z",
    "recent_changes": 0,
    "translated": 553,
    "translated_words": 870,
    "translated_percent": 16.1,
    "translated_words_percent": 3.8,
    "translated_chars": 5091,
    "translated_chars_percent": 3.5,
    "fuzzy": 326,
    "fuzzy_percent": 9.5,
    "fuzzy_words": 729,
    "fuzzy_words_percent": 3.2,
    "fuzzy_chars": 5112,
    "fuzzy_chars_percent": 3.6,
    "failing": 76,
    "failing_percent": 2.2,
    "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": "fy",
    "name": "Frisian",
    "url": "https://hosted.weblate.org/projects/phpmyadmin/5-2/fy/",
    "translate_url": "https://hosted.weblate.org/translate/phpmyadmin/5-2/fy/"
}