Translation components API.

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

GET /api/translations/phpmyadmin/documentation/hu/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": "2023-11-29T23:02:39.113409Z",
    "recent_changes": 0,
    "translated": 659,
    "translated_words": 4797,
    "translated_percent": 24.4,
    "translated_words_percent": 12.9,
    "translated_chars": 33899,
    "translated_chars_percent": 12.8,
    "fuzzy": 447,
    "fuzzy_percent": 16.5,
    "fuzzy_words": 3547,
    "fuzzy_words_percent": 9.5,
    "fuzzy_chars": 35001,
    "fuzzy_chars_percent": 13.2,
    "failing": 53,
    "failing_percent": 1.9,
    "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/phpmyadmin/documentation/hu/",
    "translate_url": "https://hosted.weblate.org/translate/phpmyadmin/documentation/hu/"
}