Translation components API.

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

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

{
    "total": 222,
    "total_words": 569,
    "last_change": null,
    "recent_changes": 0,
    "translated": 154,
    "translated_words": 385,
    "translated_percent": 69.3,
    "translated_words_percent": 67.6,
    "translated_chars": 2237,
    "translated_chars_percent": 66.5,
    "total_chars": 3363,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 44,
    "failing_percent": 19.8,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 21,
    "readonly_percent": 9.4,
    "suggestions": 0,
    "comments": 0,
    "code": "hu",
    "name": "Hungarian",
    "url": "https://translate.opensourcepos.org/projects/opensourcepos/sales/hu/",
    "translate_url": "https://translate.opensourcepos.org/translate/opensourcepos/sales/hu/"
}