https://github.com/coderrony955/random-dev-jokes-api
A simple REST API that serves random developer jokes
https://github.com/coderrony955/random-dev-jokes-api
Last synced: 11 months ago
JSON representation
A simple REST API that serves random developer jokes
- Host: GitHub
- URL: https://github.com/coderrony955/random-dev-jokes-api
- Owner: CoderRony955
- Created: 2025-05-28T16:09:59.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-28T16:17:31.000Z (about 1 year ago)
- Last Synced: 2025-05-28T17:30:53.056Z (about 1 year ago)
- Language: Python
- Size: 18.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Developer Jokes API
A simple **FastAPI** REST API that serves random developer jokes to brighten your day! Perfect for sharing laughs during your coding sessions.
## Endpoints
- `/all`: Returns all developer jokes
- `/devjokes`: Returns a random developer joke on every single request
- `/{id}` Returns a specific joke based on id
- `/addjoke` add a new joke
- `/rmjoke/{id}` remove a joke through id