https://github.com/brainiac2677/harry_potter_api
A free API for all information of potterworld using django and django-rest-framework.
https://github.com/brainiac2677/harry_potter_api
django django-rest-framework harry-potter heroku-deployment json-api postgresql rest-api
Last synced: 4 days ago
JSON representation
A free API for all information of potterworld using django and django-rest-framework.
- Host: GitHub
- URL: https://github.com/brainiac2677/harry_potter_api
- Owner: BRAINIAC2677
- Created: 2022-09-03T17:08:06.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-08T08:43:49.000Z (almost 3 years ago)
- Last Synced: 2025-04-07T22:23:53.418Z (2 months ago)
- Topics: django, django-rest-framework, harry-potter, heroku-deployment, json-api, postgresql, rest-api
- Language: Python
- Homepage: https://potterworld-api.herokuapp.com/redoc/
- Size: 939 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Harry Potter API
A free API for all information of potterworld using django and django-rest-framework.A free API for all information of potterworld.
### _**Let's go to [documentation](https://potterworld-api.herokuapp.com/redoc/)**_
### _**Let's see the API in action [here](https://potterworld-api.herokuapp.com/swagger/)**_

### **Built With**
- :blue_heart:
- Django
- Django Rest Framework
- PostgreSQL### **Features**
- [x] Pagination
- [x] Ordering
- [x] Filtering
- [x] Versioning
- [x] Swagger
- [x] Redoc### **Notes**
- Supports only GET requests
- No authentication required
- Check out [here](./.env.example) for environment variables setup