Translation components API.

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

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

{
    "total": 141,
    "total_words": 228,
    "total_chars": 1728,
    "last_change": "2022-02-15T14:42:31.088702Z",
    "recent_changes": 1,
    "translated": 136,
    "translated_words": 220,
    "translated_percent": 96.4,
    "translated_words_percent": 96.4,
    "translated_chars": 1684,
    "translated_chars_percent": 97.4,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 1,
    "readonly_percent": 0.7,
    "suggestions": 0,
    "comments": 0,
    "code": "sv_SE",
    "name": "Swedish",
    "url": "http://translate.pkp.sfu.ca/projects/pkp-lib/glossary/sv_SE/",
    "translate_url": "http://translate.pkp.sfu.ca/translate/pkp-lib/glossary/sv_SE/"
}