Translation components API.

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

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

{
    "total": 63,
    "total_words": 2293,
    "total_chars": 18477,
    "last_change": "2024-05-07T07:26:57.470319Z",
    "recent_changes": 2,
    "translated": 30,
    "translated_words": 517,
    "translated_percent": 47.6,
    "translated_words_percent": 22.5,
    "translated_chars": 3552,
    "translated_chars_percent": 19.2,
    "fuzzy": 12,
    "fuzzy_percent": 19.0,
    "failing": 10,
    "failing_percent": 15.8,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "mk",
    "name": "Macedonian",
    "url": "http://translate.pkp.sfu.ca/projects/pkp-lib/emails/mk/",
    "translate_url": "http://translate.pkp.sfu.ca/translate/pkp-lib/emails/mk/"
}