Translation components API.

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

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

{
    "total": 4562,
    "total_words": 32370,
    "last_change": "2021-09-21T18:59:45.372835Z",
    "recent_changes": 11,
    "translated": 4557,
    "translated_words": 31958,
    "translated_percent": 99.8,
    "translated_words_percent": 98.7,
    "translated_chars": 198925,
    "translated_chars_percent": 98.4,
    "total_chars": 201979,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 122,
    "failing_percent": 2.6,
    "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/core-v1-2-x/es/",
    "translate_url": "http://translate.cacti.net/translate/cacti/core-v1-2-x/es/"
}