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": 133577,
    "total_words": 1206241,
    "total_chars": 8382709,
    "last_change": "2024-03-28T15:17:34.842067Z",
    "recent_changes": 7054,
    "translated": 107819,
    "translated_words": 911450,
    "translated_percent": 80.7,
    "translated_words_percent": 75.5,
    "translated_chars": 6317857,
    "translated_chars_percent": 75.3,
    "fuzzy": 839,
    "fuzzy_percent": 0.6,
    "failing": 2800,
    "failing_percent": 2.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 2530,
    "readonly_percent": 1.8,
    "suggestions": 146,
    "comments": 22,
    "name": "Open Journal Systems",
    "url": "http://translate.pkp.sfu.ca/projects/ojs/"
}