Personality · head-to-head
Advice Slip vs icanhazdadjoke
Advice Slip returns a single short, sometimes humorously literal, piece of advice as JSON — either a random slip or a specific one by its numeric ID. A live GET against the real host, api.adviceslip.com, redirected to HTTPS and returned genuine JSON while carrying Access-Control-Allow-Origin: *, resolving cors unknown -> yes; no key was required, reconfirming auth None. A fully free, keyless novelty API — pricingModel free.
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.
| Advice Slip | icanhazdadjoke | |
|---|---|---|
| Authentication | None | None |
| Pricing | free | free |
| Formats | JSON | JSON |
| CORS | yes | yes |
| HTTPS | Yes | Yes |