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": 133622,
    "total_words": 1206653,
    "total_chars": 8385165,
    "last_change": "2024-04-19T12:48:58.485725Z",
    "recent_changes": 7037,
    "translated": 107933,
    "translated_words": 912403,
    "translated_percent": 80.7,
    "translated_words_percent": 75.6,
    "translated_chars": 6324125,
    "translated_chars_percent": 75.4,
    "fuzzy": 847,
    "fuzzy_percent": 0.6,
    "failing": 2788,
    "failing_percent": 2.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 2530,
    "readonly_percent": 1.8,
    "suggestions": 145,
    "comments": 22,
    "name": "Open Journal Systems",
    "url": "http://translate.pkp.sfu.ca/projects/ojs/"
}