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": 256524,
    "total_words": 1876675,
    "total_chars": 12406557,
    "last_change": "2026-01-07T14:10:47.502602Z",
    "recent_changes": 7469,
    "translated": 173226,
    "translated_words": 1155326,
    "translated_percent": 67.5,
    "translated_words_percent": 61.5,
    "translated_chars": 7579541,
    "translated_chars_percent": 61.0,
    "fuzzy": 2128,
    "fuzzy_percent": 0.8,
    "failing": 4201,
    "failing_percent": 1.6,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 566,
    "readonly_percent": 0.2,
    "suggestions": 125,
    "comments": 134,
    "name": "PKP Web Application Library",
    "url": "http://translate.pkp.sfu.ca/projects/pkp-lib/"
}