Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/swanandx/assassination-api
Assassination API for getting random quotes from Assassination Classroom.
https://github.com/swanandx/assassination-api
api assassination-classroom flask json python3
Last synced: 3 days ago
JSON representation
Assassination API for getting random quotes from Assassination Classroom.
- Host: GitHub
- URL: https://github.com/swanandx/assassination-api
- Owner: swanandx
- Created: 2021-06-04T06:35:09.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-15T12:49:12.000Z (over 2 years ago)
- Last Synced: 2024-10-11T14:13:27.558Z (27 days ago)
- Topics: api, assassination-classroom, flask, json, python3
- Language: Python
- Homepage:
- Size: 18 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Assassination API
Take advantage of what you have, while you have it.
## Quotes from Assassination Classroom
Assassination classroom is one of best anime with a lot of life lessons. This is API to get random quotes from this anime. Made using Flask.
## Guide
- Base URL - [URL]
- Get random quote `/api/random`
- Get 5 random quotes `/api/quotes`
- Get available characters name `/api/characters`
- Get quotes of particular character `/api/characters/` (name is case sensitive)## Contribution
Just make a PR to add some more quotes in `quotes.json` or any improvement you would like to see in the code.