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": 137594,
    "total_words": 1245155,
    "total_chars": 8649034,
    "last_change": "2024-12-18T14:03:25.101700Z",
    "recent_changes": 8931,
    "translated": 112567,
    "translated_words": 961976,
    "translated_percent": 81.8,
    "translated_words_percent": 77.2,
    "translated_chars": 6670441,
    "translated_chars_percent": 77.1,
    "fuzzy": 756,
    "fuzzy_percent": 0.5,
    "failing": 2610,
    "failing_percent": 1.8,
    "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/"
}