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": 255992,
    "total_words": 1871435,
    "total_chars": 12373746,
    "last_change": "2025-11-17T13:04:35.232261Z",
    "recent_changes": 7667,
    "translated": 174087,
    "translated_words": 1187668,
    "translated_percent": 68.0,
    "translated_words_percent": 63.4,
    "translated_chars": 7828951,
    "translated_chars_percent": 63.2,
    "fuzzy": 2125,
    "fuzzy_percent": 0.8,
    "failing": 3976,
    "failing_percent": 1.5,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 2704,
    "readonly_percent": 1.0,
    "suggestions": 127,
    "comments": 134,
    "name": "PKP Web Application Library",
    "url": "http://translate.pkp.sfu.ca/projects/pkp-lib/"
}