Translation components API.

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

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

{
    "total": 706,
    "total_words": 2962,
    "total_chars": 19116,
    "last_change": "2023-11-15T15:46:31.156866Z",
    "recent_changes": 1,
    "translated": 286,
    "translated_words": 700,
    "translated_percent": 40.5,
    "translated_words_percent": 23.6,
    "translated_chars": 4249,
    "translated_chars_percent": 22.2,
    "fuzzy": 25,
    "fuzzy_percent": 3.5,
    "failing": 24,
    "failing_percent": 3.3,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "gd",
    "name": "Gaelic",
    "url": "http://translate.pkp.sfu.ca/projects/pkp-lib/common/gd/",
    "translate_url": "http://translate.pkp.sfu.ca/translate/pkp-lib/common/gd/"
}