๐Ÿ”ฅ FREE FOREVER โ€ข NO API KEY โ€ข OPEN SOURCE โ€ข BUILT WITH COFFEE โ€ข 10+ ENDPOINTS โ€ข ๐Ÿ”ฅ FREE FOREVER โ€ข NO API KEY โ€ข OPEN SOURCE โ€ข BUILT WITH COFFEE โ€ข 10+ ENDPOINTS โ€ข
pixie mascot
๐ŸŽ‰ 100% FREE ยท NO SIGN UP ยท OPEN SOURCE

The API
That Slaps.

A free, public REST API for developers. No auth, no setup, no nonsense. Just grab the URL and ship it.

๐Ÿ˜‚

Why do programmers prefer dark mode? Because light attracts bugs. ๐Ÿ›

๐Ÿ“š Read the Docs โ†’โšก Try it Live
example.js
// No API key needed. Seriously.
const res = await fetch("https://api.twary.xyz/v1/joke");
const data = await res.json();

console.log(data.joke);
// "Why do Java devs wear glasses? Because they don't C#" ๐Ÿฅ
10+
Endpoints
99.9%
Uptime
<100ms
Response Time
โˆž
Rate Limit

Built different.

โšก

Sub-100ms

Faster than your attention span. Seriously.

๐Ÿ”“

No API Key

Just hit the endpoint. Zero setup, zero excuses.

๐Ÿ› 

10+ Endpoints

Jokes, facts, generators โ€” all free, all ridiculous.

ENDPOINTS

Pick your weapon.

pixie mascot
GET/v1/text/joke
Random Joke
GET/v1/text/fact
Fun Fact
GET /v1/text/joke200 OK
{
  "joke": "Why do Java devs wear glasses?\n           Because they don't C#.",
  "category": "dev",
  "rating": "certified_banger"
}

"Used this for a hackathon. Won first place. Coincidence? I think not."

Alex K.
Hackathon Champion ๐Ÿ†

"Finally an API that doesn't require me to give my email, phone, and blood type."

Sam R.
Privacy Enjoyer ๐Ÿ•ต๏ธ

"I integrated this in 4 minutes. My boss thought I was a genius. He still doesn't know."

Jordan M.
Certified Giga Dev ๐Ÿ’ช

Stop reading.
Start building.

Read the Docs โ†’
pixie mascot