Personality · head-to-head
icanhazdadjoke vs Quotes on Design
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.
Quotes on Design is a WordPress site publishing curated design-inspiration quotes, whose standard WP-JSON REST endpoints (quotesondesign.com/wp-json/) expose the full post archive as read-only JSON. A live GET against wp-json/wp/v2/posts returned a genuine paginated post list while echoing Access-Control-Allow-Origin back to the sent Origin header, resolving cors unknown -> yes; no key was required, reconfirming auth None. A fully free WordPress content API — pricingModel free.
| icanhazdadjoke | Quotes on Design | |
|---|---|---|
| Authentication | None | None |
| Pricing | free | free |
| Formats | JSON | JSON |
| CORS | yes | yes |
| HTTPS | Yes | Yes |