Translation components API.

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

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

{
    "total": 327,
    "total_words": 1507,
    "last_change": null,
    "recent_changes": 0,
    "translated": 79,
    "translated_words": 100,
    "translated_percent": 24.1,
    "translated_words_percent": 6.6,
    "translated_chars": 579,
    "translated_chars_percent": 6.5,
    "total_chars": 8863,
    "fuzzy": 246,
    "fuzzy_percent": 75.2,
    "failing": 20,
    "failing_percent": 6.1,
    "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/flowview/pt_PT/",
    "translate_url": "http://translate.cacti.net/translate/cacti/flowview/pt_PT/"
}