Personality · head-to-head
icanhazdadjoke vs Quotable Quotes
icanhazdadjoke serves a large library of dad jokes as JSON (or plain text/Slack markup via content negotiation), fully keyless. A live GET against the real host, icanhazdadjoke.com, with an Accept: application/json header returned a genuine random joke while carrying Access-Control-Allow-Origin: *, resolving cors unknown -> yes; no key was required, reconfirming auth None. A fully free, keyless joke API — pricingModel free.
Quotable is a free, open-source REST API serving a large curated database of quotations, authors, and tags, documented as running at api.quotable.io. A live GET against that real gateway returned a genuine random quote while carrying Access-Control-Allow-Origin: *, resolving cors unknown -> yes and reconfirming auth None in the same probe — but the host's TLS certificate expired in September 2024 (nearly two years ago), so standard certificate-verifying HTTP clients will reject the connection even though the backend itself still serves live, correctly-shaped data once verification is bypassed. Free and open source with no paid tier — pricingModel free.
| icanhazdadjoke | Quotable Quotes | |
|---|---|---|
| Authentication | None | None |
| Pricing | free | free |
| Formats | JSON | JSON |
| CORS | yes | yes |
| HTTPS | Yes | Yes |