Translation components API.

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

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

{
    "total": 1543,
    "total_words": 3756,
    "last_change": null,
    "recent_changes": 0,
    "translated": 1389,
    "translated_words": 3285,
    "translated_percent": 90.0,
    "translated_words_percent": 87.4,
    "translated_chars": 19798,
    "translated_chars_percent": 87.0,
    "total_chars": 22753,
    "fuzzy": 87,
    "fuzzy_percent": 5.6,
    "failing": 99,
    "failing_percent": 6.4,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "pl",
    "name": "Polish",
    "url": "https://t.naviter.com/projects/seeyoumobile/mcu/pl/",
    "translate_url": "https://t.naviter.com/translate/seeyoumobile/mcu/pl/"
}