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": 139763,
    "total_words": 1277140,
    "total_chars": 8819470,
    "last_change": "2025-05-15T14:41:39.609477Z",
    "recent_changes": 10796,
    "translated": 114294,
    "translated_words": 985122,
    "translated_percent": 81.7,
    "translated_words_percent": 77.1,
    "translated_chars": 6773640,
    "translated_chars_percent": 76.8,
    "fuzzy": 893,
    "fuzzy_percent": 0.6,
    "failing": 2511,
    "failing_percent": 1.7,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 2546,
    "readonly_percent": 1.8,
    "suggestions": 99,
    "comments": 31,
    "name": "Open Journal Systems",
    "url": "http://translate.pkp.sfu.ca/projects/ojs/"
}