Translation components API.

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

GET /api/translations/opensourcepos/expenses_categories/bg/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 19,
    "total_words": 75,
    "last_change": null,
    "recent_changes": 0,
    "translated": 18,
    "translated_words": 64,
    "translated_percent": 94.7,
    "translated_words_percent": 85.3,
    "translated_chars": 448,
    "translated_chars_percent": 87.6,
    "total_chars": 511,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 17,
    "failing_percent": 89.4,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "bg",
    "name": "Bulgarian",
    "url": "https://translate.opensourcepos.org/projects/opensourcepos/expenses_categories/bg/",
    "translate_url": "https://translate.opensourcepos.org/translate/opensourcepos/expenses_categories/bg/"
}