Personality · head-to-head

Advice Slip vs Dictum

Advice Slip

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.

Dictum

Dictum was a small quotes API whose GitHub README now states the project migrated to quoterism.com, a still-actively-run quotes-and-authors API with author images. A live GET against the real gateway, www.quoterism.com/api/quotes/random, returned a genuine 401 "API key required" JSON error with no Access-Control-Allow-Origin header, resolving cors unknown -> no and correcting auth None -> API Key in the same probe; a docsUrl was added for the live quoterism.com/developer page (found via the GitHub README's migration notice), distinct from the archived GitHub repo kept as url. The developer page asks only for optional donations to "keep the API free and running," with no paid tier found — pricingModel free.

Advice SlipDictum
AuthenticationNoneAPI Key
Pricingfreefree
FormatsJSONJSON
CORSyesno
HTTPSYesYes

Advice Slip needs no API key, while Dictum requires API Key — pick Advice Slip to start without signup.

More comparisons