Translation components API.

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

GET /api/translations/phpmyadmin/5-2/sv/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": "2023-12-05T18:50:56.183601Z",
    "recent_changes": 0,
    "translated": 2863,
    "translated_words": 18692,
    "translated_percent": 83.5,
    "translated_words_percent": 82.4,
    "translated_chars": 114893,
    "translated_chars_percent": 80.9,
    "fuzzy": 445,
    "fuzzy_percent": 12.9,
    "fuzzy_words": 2771,
    "fuzzy_words_percent": 12.2,
    "fuzzy_chars": 19148,
    "fuzzy_chars_percent": 13.4,
    "failing": 132,
    "failing_percent": 3.8,
    "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": 9,
    "comments": 0,
    "code": "sv",
    "name": "Swedish",
    "url": "https://hosted.weblate.org/projects/phpmyadmin/5-2/sv/",
    "translate_url": "https://hosted.weblate.org/translate/phpmyadmin/5-2/sv/"
}