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": 146609,
    "total_words": 1334623,
    "total_chars": 9200070,
    "last_change": "2026-04-15T14:10:34.189117Z",
    "recent_changes": 16520,
    "translated": 123606,
    "translated_words": 1077637,
    "translated_percent": 84.3,
    "translated_words_percent": 80.7,
    "translated_chars": 7407168,
    "translated_chars_percent": 80.5,
    "fuzzy": 775,
    "fuzzy_percent": 0.5,
    "failing": 2358,
    "failing_percent": 1.6,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 2284,
    "readonly_percent": 1.5,
    "suggestions": 63,
    "comments": 32,
    "name": "Open Journal Systems",
    "url": "http://translate.pkp.sfu.ca/projects/ojs/"
}