Translation components API.

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

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

{
    "total": 2698,
    "total_words": 37154,
    "total_chars": 263250,
    "last_change": "2024-05-06T21:28:51.272739Z",
    "recent_changes": 39,
    "translated": 801,
    "translated_words": 2518,
    "translated_percent": 29.6,
    "translated_words_percent": 6.7,
    "translated_chars": 22913,
    "translated_chars_percent": 8.7,
    "fuzzy": 24,
    "fuzzy_percent": 0.8,
    "fuzzy_words": 255,
    "fuzzy_words_percent": 0.6,
    "fuzzy_chars": 1647,
    "fuzzy_chars_percent": 0.6,
    "failing": 32,
    "failing_percent": 1.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": 13,
    "comments": 0,
    "code": "ru",
    "name": "Russian",
    "url": "https://hosted.weblate.org/projects/phpmyadmin/documentation/ru/",
    "translate_url": "https://hosted.weblate.org/translate/phpmyadmin/documentation/ru/"
}