Translation projects API.

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

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

{
    "total": 8473,
    "total_words": 97746,
    "total_chars": 673296,
    "last_change": "2024-02-14T17:03:24.092190Z",
    "recent_changes": 1090,
    "translated": 5020,
    "translated_words": 56378,
    "translated_percent": 59.2,
    "translated_words_percent": 57.6,
    "translated_chars": 391543,
    "translated_chars_percent": 58.1,
    "fuzzy": 51,
    "fuzzy_percent": 0.6,
    "failing": 186,
    "failing_percent": 2.1,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 27,
    "readonly_percent": 0.3,
    "suggestions": 5,
    "comments": 2,
    "name": "Open Preprint Systems",
    "url": "http://translate.pkp.sfu.ca/projects/ops/"
}