Translation components API.

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

GET /api/translations/ayana/music/ja/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 97,
    "total_words": 398,
    "total_chars": 2599,
    "last_change": "2023-09-16T08:38:04.530850Z",
    "recent_changes": 14,
    "translated": 85,
    "translated_words": 325,
    "translated_percent": 87.6,
    "translated_words_percent": 81.6,
    "translated_chars": 2117,
    "translated_chars_percent": 81.4,
    "fuzzy": 4,
    "fuzzy_percent": 4.1,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 1,
    "approved_percent": 1.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "ja",
    "name": "Japanese",
    "url": "https://translate.ayana.io/projects/ayana/music/ja/",
    "translate_url": "https://translate.ayana.io/translate/ayana/music/ja/"
}