Translation components API.

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

GET /api/translations/app-ops/glossary/sk/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 70,
    "total_words": 100,
    "last_change": null,
    "recent_changes": 0,
    "translated": 58,
    "translated_words": 73,
    "translated_percent": 82.8,
    "translated_words_percent": 73.0,
    "translated_chars": 1099,
    "translated_chars_percent": 86.7,
    "total_chars": 1267,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 8,
    "readonly_percent": 11.4,
    "suggestions": 1,
    "comments": 0,
    "code": "sk",
    "name": "Slovak",
    "url": "https://weblate.rikka.app/projects/app-ops/glossary/sk/",
    "translate_url": "https://weblate.rikka.app/translate/app-ops/glossary/sk/"
}