Translation components API.

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

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

{
    "total": 21,
    "total_words": 290,
    "total_chars": 2058,
    "last_change": "2024-10-23T12:33:23.991331Z",
    "recent_changes": 2,
    "translated": 12,
    "translated_words": 251,
    "translated_percent": 57.1,
    "translated_words_percent": 86.5,
    "translated_chars": 1780,
    "translated_chars_percent": 86.4,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 1,
    "failing_percent": 4.7,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "nl",
    "name": "Dutch",
    "url": "http://translate.pkp.sfu.ca/projects/plugins/datacite/nl/",
    "translate_url": "http://translate.pkp.sfu.ca/translate/plugins/datacite/nl/"
}