An open API service indexing awesome lists of open source software.

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

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