Translation components API.

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

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

{
    "total": 884,
    "total_words": 7324,
    "last_change": "2021-01-18T18:12:09.436286Z",
    "recent_changes": 4,
    "translated": 771,
    "translated_words": 5943,
    "translated_percent": 87.2,
    "translated_words_percent": 81.1,
    "translated_chars": 43496,
    "translated_chars_percent": 84.3,
    "total_chars": 51545,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 68,
    "failing_percent": 7.6,
    "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/thold/pt_PT/",
    "translate_url": "http://translate.cacti.net/translate/cacti/thold/pt_PT/"
}