Translation projects API.

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

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

{
    "total": 147039,
    "total_words": 1341230,
    "total_chars": 9244481,
    "last_change": "2026-08-18T16:38:31.884967Z",
    "recent_changes": 14508,
    "translated": 124933,
    "translated_words": 1096792,
    "translated_percent": 84.9,
    "translated_words_percent": 81.7,
    "translated_chars": 7540456,
    "translated_chars_percent": 81.5,
    "fuzzy": 729,
    "fuzzy_percent": 0.4,
    "failing": 2146,
    "failing_percent": 1.4,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 2284,
    "readonly_percent": 1.5,
    "suggestions": 57,
    "comments": 34,
    "name": "Open Journal Systems",
    "url": "http://translate.pkp.sfu.ca/projects/ojs/"
}