Personality · head-to-head

Dictum vs Zen Quotes

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.

Zen Quotes

ZenQuotes serves a large collection of inspirational quotes as JSON, with a free rate-limited tier and a paid premium subscription unlocking unlimited requests and self-hosting. A live GET against the real gateway, zenquotes.io/api/random, returned a genuine quote with no Access-Control-Allow-Origin header on either a GET or an OPTIONS preflight, resolving cors yes -> no; no key was required, reconfirming auth None. pricingModel freemium.

DictumZen Quotes
AuthenticationAPI KeyNone
Pricingfreefreemium
FormatsJSONJSON
CORSnono
HTTPSYesYes

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

More comparisons