Translation components API.

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

GET /api/translations/phpmyadmin/5-2/ro/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-01-26T03:52:45.428501Z",
    "recent_changes": 0,
    "translated": 3144,
    "translated_words": 19082,
    "translated_percent": 91.7,
    "translated_words_percent": 84.1,
    "translated_chars": 119034,
    "translated_chars_percent": 83.8,
    "fuzzy": 196,
    "fuzzy_percent": 5.7,
    "fuzzy_words": 1857,
    "fuzzy_words_percent": 8.1,
    "fuzzy_chars": 12350,
    "fuzzy_chars_percent": 8.7,
    "failing": 7,
    "failing_percent": 0.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": 6,
    "comments": 1,
    "code": "ro",
    "name": "Romanian",
    "url": "https://hosted.weblate.org/projects/phpmyadmin/5-2/ro/",
    "translate_url": "https://hosted.weblate.org/translate/phpmyadmin/5-2/ro/"
}