Food & Drink · head-to-head

Fruityvice vs Untappd

Fruityvice

Fruityvice returns per-fruit nutrition data — calories, sugar, carbohydrates, and protein — searchable by name, family, order, or genus, as a small free reference dataset. A live GET against the real host, www.fruityvice.com, returned genuine JSON with no Access-Control-Allow-Origin header, resolving cors unknown -> no; auth None was reconfirmed by the same keyless 200.

Untappd

Untappd's public API exposes its social beer check-in platform — beer and brewery details, user check-ins, and venue activity — for applications registered through its OAuth developer program, free and rate-limited to 100 calls/hour per key. A live GET against the real gateway, api.untappd.com, returned a genuine 'missing client_secret/client_id' JSON error while carrying Access-Control-Allow-Origin: *, resolving cors unknown -> yes and reconfirming OAuth auth in the same probe.

FruityviceUntappd
AuthenticationNoneOAuth
Pricingfreefree
FormatsJSONJSON
CORSnoyes
HTTPSYesYes

Fruityvice needs no API key, while Untappd requires OAuth — pick Fruityvice to start without signup.

More comparisons