Translation components API.

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

GET /api/translations/phpmyadmin/documentation/ja/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-02-20T17:26:47.294117Z",
    "recent_changes": 2,
    "translated": 2624,
    "translated_words": 35971,
    "translated_percent": 97.2,
    "translated_words_percent": 96.8,
    "translated_chars": 252190,
    "translated_chars_percent": 95.7,
    "fuzzy": 65,
    "fuzzy_percent": 2.4,
    "fuzzy_words": 1069,
    "fuzzy_words_percent": 2.8,
    "fuzzy_chars": 10148,
    "fuzzy_chars_percent": 3.8,
    "failing": 1,
    "failing_percent": 0.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": 0,
    "comments": 1,
    "code": "ja",
    "name": "Japanese",
    "url": "https://hosted.weblate.org/projects/phpmyadmin/documentation/ja/",
    "translate_url": "https://hosted.weblate.org/translate/phpmyadmin/documentation/ja/"
}