Translation components API.

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

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

{
    "total": 167,
    "total_words": 743,
    "last_change": "2024-01-31T00:12:09.477550Z",
    "recent_changes": 1,
    "translated": 57,
    "translated_words": 68,
    "translated_percent": 34.1,
    "translated_words_percent": 9.1,
    "translated_chars": 408,
    "translated_chars_percent": 8.5,
    "total_chars": 4793,
    "fuzzy": 104,
    "fuzzy_percent": 62.2,
    "failing": 11,
    "failing_percent": 6.5,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "nl",
    "name": "Dutch",
    "url": "http://translate.cacti.net/projects/cacti/webseer/nl/",
    "translate_url": "http://translate.cacti.net/translate/cacti/webseer/nl/"
}