Translation components API.

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

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

{
    "total": 692,
    "total_words": 2343,
    "total_chars": 15492,
    "last_change": "2024-03-11T17:27:09.201789Z",
    "recent_changes": 3,
    "translated": 242,
    "translated_words": 634,
    "translated_percent": 34.9,
    "translated_words_percent": 27.0,
    "translated_chars": 3906,
    "translated_chars_percent": 25.2,
    "fuzzy": 29,
    "fuzzy_percent": 4.1,
    "fuzzy_words": 68,
    "fuzzy_words_percent": 2.9,
    "fuzzy_chars": 538,
    "fuzzy_chars_percent": 3.4,
    "failing": 0,
    "failing_percent": 0.0,
    "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": 53,
    "comments": 0,
    "code": "ja",
    "name": "Japanese",
    "url": "https://hosted.weblate.org/projects/routeconverter/translations/ja/",
    "translate_url": "https://hosted.weblate.org/translate/routeconverter/translations/ja/"
}