Personality · head-to-head
Dictum vs kanye.rest
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.
kanye.rest returns a single random quote attributed to Kanye West as JSON, sourced from a fixed, community-maintained dataset. A live GET against the real gateway, api.kanye.rest, returned a genuine quote while carrying Access-Control-Allow-Origin: *, reconfirming both cors yes and auth None — no base-field corrections were needed. A fully free, keyless novelty API — pricingModel free.
| Dictum | kanye.rest | |
|---|---|---|
| Authentication | API Key | None |
| Pricing | free | free |
| Formats | JSON | JSON |
| CORS | no | yes |
| HTTPS | Yes | Yes |
kanye.rest needs no API key, while Dictum requires API Key — pick kanye.rest to start without signup.