Translation components API.

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

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

{
    "total": 10,
    "total_words": 13,
    "total_chars": 78,
    "last_change": "2021-02-04T14:54:54.668431Z",
    "recent_changes": 1,
    "translated": 4,
    "translated_words": 4,
    "translated_percent": 40.0,
    "translated_words_percent": 30.7,
    "translated_chars": 30,
    "translated_chars_percent": 38.4,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "gl_ES",
    "name": "Galician",
    "url": "http://translate.pkp.sfu.ca/projects/pkp-lib/glossary/gl_ES/",
    "translate_url": "http://translate.pkp.sfu.ca/translate/pkp-lib/glossary/gl_ES/"
}