Translation components API.

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

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

{
    "total": 206,
    "total_words": 1156,
    "last_change": "2021-09-21T20:15:58.207768Z",
    "recent_changes": 13,
    "translated": 63,
    "translated_words": 86,
    "translated_percent": 30.5,
    "translated_words_percent": 7.4,
    "translated_chars": 477,
    "translated_chars_percent": 6.6,
    "total_chars": 7174,
    "fuzzy": 143,
    "fuzzy_percent": 69.4,
    "failing": 4,
    "failing_percent": 1.9,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "es",
    "name": "Spanish",
    "url": "http://translate.cacti.net/projects/cacti/gexport/es/",
    "translate_url": "http://translate.cacti.net/translate/cacti/gexport/es/"
}