Personality · head-to-head

Personality.fyi vs Stoicism Quote

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.

Stoicism Quote

Stoicism Quote is a small serverless API (AWS Lambda + API Gateway) returning a single random Stoic quote and author as JSON, documented in its GitHub repo as running at the live host stoic.tekloon.net. A live GET against that real gateway, stoic.tekloon.net/stoic-quote, returned a genuine quote with no Access-Control-Allow-Origin header, resolving cors unknown -> no; no key was required, reconfirming auth None. A fully free, keyless hobby API — pricingModel free.

Personality.fyiStoicism Quote
AuthenticationNoneNone
Pricingfreefree
FormatsJSONJSON
CORSyesno
HTTPSYesYes

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

More comparisons