Translation components API.

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

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

{
    "total": 22,
    "total_words": 88,
    "last_change": null,
    "recent_changes": 0,
    "translated": 20,
    "translated_words": 74,
    "translated_percent": 90.9,
    "translated_words_percent": 84.0,
    "translated_chars": 400,
    "translated_chars_percent": 68.1,
    "total_chars": 587,
    "fuzzy": 1,
    "fuzzy_percent": 4.5,
    "failing": 0,
    "failing_percent": 0.0,
    "code": "it",
    "name": "Italian",
    "url": "http://weblate.ops404.it/projects/ooops/ooops_project_guest/it/",
    "translate_url": "http://weblate.ops404.it/translate/ooops/ooops_project_guest/it/"
}