Translation components API.

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

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

{
    "total": 1543,
    "total_words": 3756,
    "last_change": "2024-10-26T18:51:30.775138Z",
    "recent_changes": 30,
    "translated": 1157,
    "translated_words": 2556,
    "translated_percent": 74.9,
    "translated_words_percent": 68.0,
    "translated_chars": 15357,
    "translated_chars_percent": 67.4,
    "total_chars": 22753,
    "fuzzy": 69,
    "fuzzy_percent": 4.4,
    "failing": 54,
    "failing_percent": 3.4,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "sv",
    "name": "Swedish",
    "url": "https://t.naviter.com/projects/seeyoumobile/mcu/sv/",
    "translate_url": "https://t.naviter.com/translate/seeyoumobile/mcu/sv/"
}