Personality · head-to-head

Personality.fyi vs Zen Quotes

Personality.fyi

Personality.fyi is a small, static-data JSON API for the 16 MBTI types and the OEJTS personality test's items and scoring, explicitly marketed as "Free · No auth · No LLM." A live GET against the real gateway, personality.fyi/api/v1/types, returned a genuine list of the 16 MBTI types while carrying Access-Control-Allow-Origin: *, reconfirming both cors yes and auth None — no base-field corrections were needed. CC0 public-domain data with no paid tier — 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.

Personality.fyiZen Quotes
AuthenticationNoneNone
Pricingfreefreemium
FormatsJSONJSON
CORSyesno
HTTPSYesYes

Personality.fyi supports CORS, while Zen Quotes doesn't — pick Personality.fyi for direct browser calls.

More comparisons