Translation projects API.

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

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

{
    "total": 660,
    "total_words": 2018,
    "last_change": "2025-04-16T06:45:43.392864Z",
    "recent_changes": 97,
    "translated": 657,
    "translated_words": 1966,
    "translated_percent": 99.5,
    "translated_words_percent": 97.4,
    "translated_chars": 11932,
    "translated_chars_percent": 96.9,
    "total_chars": 12302,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "name": "Ooops Account 14.0",
    "url": "http://weblate.ops404.it/projects/ooops-account-14-0/"
}