Translation components API.

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

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

{
    "total": 257,
    "total_words": 2064,
    "total_chars": 13106,
    "last_change": "2023-09-27T19:11:24.480303Z",
    "recent_changes": 1,
    "translated": 89,
    "translated_words": 493,
    "translated_percent": 34.6,
    "translated_words_percent": 23.8,
    "translated_chars": 3201,
    "translated_chars_percent": 24.4,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 1,
    "failing_percent": 0.3,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 4,
    "readonly_percent": 1.5,
    "suggestions": 0,
    "comments": 0,
    "code": "id",
    "name": "Indonesian",
    "url": "http://translate.pkp.sfu.ca/projects/pkp-lib/admin/id/",
    "translate_url": "http://translate.pkp.sfu.ca/translate/pkp-lib/admin/id/"
}