
Free API: Random Quotes, Facts, Colors, and UUIDs — No Auth Required
Built a simple API that returns random data. No API key, no rate limit, CORS enabled. Use it in your projects. Endpoints Random Quote: GET https://devtools-site-delta.vercel.app/api/random?type=quote → {"quote": "Talk is cheap. Show me the code."} Random Dev Fact: GET https://devtools-site-delta.vercel.app/api/random?type=fact → {"fact": "Git was created by Linus Torvalds in just 10 days."} Random Color: GET https://devtools-site-delta.vercel.app/api/random?type=color → {"hex": "#6c5ce7", "name": "Purple Heart"} Random Number: GET https://devtools-site-delta.vercel.app/api/random?type=number&min=1&max=100 → {"number": 42} UUID: GET https://devtools-site-delta.vercel.app/api/random?type=uuid → {"uuid": "a1b2c3d4-..."} Free, no auth, CORS-enabled. Part of a larger dev tools site with 60+ tools.
Continue reading on Dev.to Webdev
Opens in a new tab




