Translation components API.

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

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

{
    "total": 37,
    "total_words": 173,
    "last_change": "2021-09-22T15:17:04.008181Z",
    "recent_changes": 1,
    "translated": 11,
    "translated_words": 21,
    "translated_percent": 29.7,
    "translated_words_percent": 12.1,
    "translated_chars": 124,
    "translated_chars_percent": 11.9,
    "total_chars": 1035,
    "fuzzy": 26,
    "fuzzy_percent": 70.2,
    "failing": 0,
    "failing_percent": 0.0,
    "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/gpsmaps/es/",
    "translate_url": "http://translate.cacti.net/translate/cacti/gpsmaps/es/"
}