Translation projects API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/projects/omp/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 43474,
    "total_words": 398157,
    "total_chars": 2692411,
    "last_change": "2024-04-26T12:52:49.743441Z",
    "recent_changes": 2628,
    "translated": 36364,
    "translated_words": 315122,
    "translated_percent": 83.6,
    "translated_words_percent": 79.1,
    "translated_chars": 2117258,
    "translated_chars_percent": 78.6,
    "fuzzy": 224,
    "fuzzy_percent": 0.5,
    "failing": 1087,
    "failing_percent": 2.5,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 346,
    "readonly_percent": 0.7,
    "suggestions": 3,
    "comments": 16,
    "name": "Open Monograph Press",
    "url": "http://translate.pkp.sfu.ca/projects/omp/"
}