Translation components API.

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

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

{
    "total": 286,
    "total_words": 2400,
    "total_chars": 15105,
    "last_change": "2024-12-17T12:05:41.679263Z",
    "recent_changes": 1,
    "translated": 5,
    "translated_words": 28,
    "translated_percent": 1.7,
    "translated_words_percent": 1.1,
    "translated_chars": 174,
    "translated_chars_percent": 1.1,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 4,
    "readonly_percent": 1.3,
    "suggestions": 0,
    "comments": 0,
    "code": "se",
    "name": "Sami (Northern)",
    "url": "http://translate.pkp.sfu.ca/projects/pkp-lib/admin/se/",
    "translate_url": "http://translate.pkp.sfu.ca/translate/pkp-lib/admin/se/"
}