
Wizard World is a public API providing get information from the harry potter universe.
This API is publicly accessible without authentication.
GET https://api.example.com/v1/status| Method | Path | Description |
|---|---|---|
| GET | https://wizard-world-api.herokuapp.com/swagger/index.html | Primary API endpoint. |
curl -X GET "https://wizard-world-api.herokuapp.com/swagger/index.html" \ -H "Accept: application/json"