Translation components API.

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

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

{
    "total": 60,
    "total_words": 128,
    "last_change": null,
    "recent_changes": 0,
    "translated": 59,
    "translated_words": 114,
    "translated_percent": 98.3,
    "translated_words_percent": 89.0,
    "translated_chars": 685,
    "translated_chars_percent": 85.5,
    "total_chars": 801,
    "fuzzy": 1,
    "fuzzy_percent": 1.6,
    "failing": 0,
    "failing_percent": 0.0,
    "code": "it",
    "name": "Italian",
    "url": "http://weblate.ops404.it/projects/ooops/cx_404_pos/it/",
    "translate_url": "http://weblate.ops404.it/translate/ooops/cx_404_pos/it/"
}