Translation components API.

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

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

{
    "total": 1543,
    "total_words": 3756,
    "last_change": "2025-01-22T13:43:14.329238Z",
    "recent_changes": 4,
    "translated": 1523,
    "translated_words": 3703,
    "translated_percent": 98.7,
    "translated_words_percent": 98.5,
    "translated_chars": 22436,
    "translated_chars_percent": 98.6,
    "total_chars": 22753,
    "fuzzy": 18,
    "fuzzy_percent": 1.1,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "sl",
    "name": "Slovenian",
    "url": "https://t.naviter.com/projects/seeyoumobile/mcu/sl/",
    "translate_url": "https://t.naviter.com/translate/seeyoumobile/mcu/sl/"
}