Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 734 Bytes

README.md

File metadata and controls

38 lines (29 loc) · 734 Bytes

Superfun

A vast, free & open collection of Jokes, Facts, Quiz, Trivia and other fun stuff from all over the internet and a free API to serve it all.

Version : 0.30

API

Superfun API is available at :
superfun-api.vercel.app

Endpoints

Jokes

/jokes/:number

Returns :number * jokes from the database
example - https://superfun-api.vercel.app/jokes/2

Facts

/facts/:number

Returns :number * facts from the database
example - https://superfun-api.vercel.app/facts/3

Punch Jokes

jokes with a punchline

/punchjokes/:number

example - https://superfun-api.vercel.app/punchjokes/2


Todo -

  • Trivia/Quiz
  • Docs