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": 137590,
    "total_words": 1245087,
    "total_chars": 8648624,
    "last_change": "2024-12-07T17:42:00.638494Z",
    "recent_changes": 9098,
    "translated": 112261,
    "translated_words": 959518,
    "translated_percent": 81.5,
    "translated_words_percent": 77.0,
    "translated_chars": 6653794,
    "translated_chars_percent": 76.9,
    "fuzzy": 756,
    "fuzzy_percent": 0.5,
    "failing": 2615,
    "failing_percent": 1.9,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 2538,
    "readonly_percent": 1.8,
    "suggestions": 134,
    "comments": 30,
    "name": "Open Journal Systems",
    "url": "http://translate.pkp.sfu.ca/projects/ojs/"
}