Translation components API.

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

GET /api/translations/ooops/ooops_partner_multi_relation/it/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 20,
    "total_words": 61,
    "last_change": null,
    "recent_changes": 0,
    "translated": 11,
    "translated_words": 30,
    "translated_percent": 55.0,
    "translated_words_percent": 49.1,
    "translated_chars": 173,
    "translated_chars_percent": 42.7,
    "total_chars": 405,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "code": "it",
    "name": "Italian",
    "url": "http://weblate.ops404.it/projects/ooops/ooops_partner_multi_relation/it/",
    "translate_url": "http://weblate.ops404.it/translate/ooops/ooops_partner_multi_relation/it/"
}