Translation components API.

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

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

{
    "total": 69,
    "total_words": 2671,
    "total_chars": 20304,
    "last_change": "2024-03-28T10:43:41.317035Z",
    "recent_changes": 10,
    "translated": 45,
    "translated_words": 1551,
    "translated_percent": 65.2,
    "translated_words_percent": 58.0,
    "translated_chars": 11485,
    "translated_chars_percent": 56.5,
    "fuzzy": 24,
    "fuzzy_percent": 34.7,
    "failing": 16,
    "failing_percent": 23.1,
    "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/ojs/emails/nl/",
    "translate_url": "http://translate.pkp.sfu.ca/translate/ojs/emails/nl/"
}