Translation components API.

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

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

{
    "total": 381,
    "total_words": 2363,
    "last_change": null,
    "recent_changes": 0,
    "translated": 106,
    "translated_words": 128,
    "translated_percent": 27.8,
    "translated_words_percent": 5.4,
    "translated_chars": 795,
    "translated_chars_percent": 5.4,
    "total_chars": 14580,
    "fuzzy": 275,
    "fuzzy_percent": 72.1,
    "failing": 18,
    "failing_percent": 4.7,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "pt_PT",
    "name": "Portuguese (Portugal)",
    "url": "http://translate.cacti.net/projects/cacti/syslog/pt_PT/",
    "translate_url": "http://translate.cacti.net/translate/cacti/syslog/pt_PT/"
}