Translation projects API.

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

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

{
    "total": 262365,
    "total_words": 1925868,
    "total_chars": 12732997,
    "last_change": "2026-07-13T10:56:53.181058Z",
    "recent_changes": 7732,
    "translated": 184508,
    "translated_words": 1255534,
    "translated_percent": 70.3,
    "translated_words_percent": 65.1,
    "translated_chars": 8246802,
    "translated_chars_percent": 64.7,
    "fuzzy": 2350,
    "fuzzy_percent": 0.8,
    "failing": 4376,
    "failing_percent": 1.6,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 567,
    "readonly_percent": 0.2,
    "suggestions": 103,
    "comments": 139,
    "name": "PKP Web Application Library",
    "url": "http://translate.pkp.sfu.ca/projects/pkp-lib/"
}