Translation components API.

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

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

{
    "total": 1053,
    "total_words": 8419,
    "total_chars": 52763,
    "last_change": "2023-12-12T14:41:38.810478Z",
    "recent_changes": 1,
    "translated": 216,
    "translated_words": 1419,
    "translated_percent": 20.5,
    "translated_words_percent": 16.8,
    "translated_chars": 8657,
    "translated_chars_percent": 16.4,
    "fuzzy": 8,
    "fuzzy_percent": 0.7,
    "failing": 15,
    "failing_percent": 1.4,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 4,
    "readonly_percent": 0.3,
    "suggestions": 0,
    "comments": 0,
    "code": "eu",
    "name": "Basque",
    "url": "http://translate.pkp.sfu.ca/projects/pkp-lib/manager/eu/",
    "translate_url": "http://translate.pkp.sfu.ca/translate/pkp-lib/manager/eu/"
}