Translation components API.

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

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

{
    "total": 327,
    "total_words": 1507,
    "last_change": "2024-01-31T00:07:00.012274Z",
    "recent_changes": 19,
    "translated": 111,
    "translated_words": 182,
    "translated_percent": 33.9,
    "translated_words_percent": 12.0,
    "translated_chars": 1044,
    "translated_chars_percent": 11.7,
    "total_chars": 8863,
    "fuzzy": 216,
    "fuzzy_percent": 66.0,
    "failing": 18,
    "failing_percent": 5.5,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 3,
    "comments": 0,
    "code": "nl",
    "name": "Dutch",
    "url": "http://translate.cacti.net/projects/cacti/flowview/nl/",
    "translate_url": "http://translate.cacti.net/translate/cacti/flowview/nl/"
}