Translation projects API.

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

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

{
    "total": 544,
    "total_words": 2040,
    "last_change": "2025-02-18T13:38:08.999686Z",
    "recent_changes": 37,
    "translated": 512,
    "translated_words": 1848,
    "translated_percent": 94.1,
    "translated_words_percent": 90.5,
    "translated_chars": 11571,
    "translated_chars_percent": 89.5,
    "total_chars": 12926,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "name": "Ooops Mrp 14.0",
    "url": "http://weblate.ops404.it/projects/ooops-mrp-14-0/"
}