Translation components API.

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

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

{
    "total": 4562,
    "total_words": 32370,
    "last_change": null,
    "recent_changes": 0,
    "translated": 4528,
    "translated_words": 31879,
    "translated_percent": 99.2,
    "translated_words_percent": 98.4,
    "translated_chars": 198551,
    "translated_chars_percent": 98.3,
    "total_chars": 201979,
    "fuzzy": 29,
    "fuzzy_percent": 0.6,
    "failing": 251,
    "failing_percent": 5.5,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 1,
    "comments": 0,
    "code": "pt_PT",
    "name": "Portuguese (Portugal)",
    "url": "http://translate.cacti.net/projects/cacti/core-v1-2-x/pt_PT/",
    "translate_url": "http://translate.cacti.net/translate/cacti/core-v1-2-x/pt_PT/"
}