Translation components API.

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

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

{
    "total": 42,
    "total_words": 336,
    "last_change": null,
    "recent_changes": 0,
    "translated": 5,
    "translated_words": 8,
    "translated_percent": 11.9,
    "translated_words_percent": 2.3,
    "translated_chars": 49,
    "translated_chars_percent": 2.4,
    "total_chars": 2012,
    "fuzzy": 37,
    "fuzzy_percent": 88.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "it",
    "name": "Italian",
    "url": "http://translate.cacti.net/projects/cacti/npc/it/",
    "translate_url": "http://translate.cacti.net/translate/cacti/npc/it/"
}