v1.0

FunAPI

A lightweight collection of HTTP APIs for utilities, media processing, experimentation, and developer tools. Built with FastAPI and designed to be simple, fast, and easy to integrate.

Endpoints

GET
/roll
Roll a single six-sided die.
GET
/roll/{count}
Roll multiple dice and return the total.
GET
/flip
Flip a single coin.
GET
/flip/{count}
Flip multiple coins.
GET
/gradient
Generate a random CSS gradient page.
GET
/gradient/json
Retrieve gradient metadata in JSON format.
GET
/tunedrop?url=...
Download the audio from a supported YouTube video as MP3.