Games & Comics · head-to-head

CheapShark vs Dungeons and Dragons

CheapShark

CheapShark's keyless JSON API aggregates PC game deals across roughly three dozen storefronts (Steam, GOG, Epic, Humble Store, and more), returning live and historical-low prices, percentage savings, and Metacritic scores per deal. Separate /games and /stores endpoints support price-history lookups by title or Steam AppID; live testing confirmed open CORS and no documented rate limit or paid tier.

Dungeons and Dragons

The D&D 5e SRD API (the 5e-bits project) is a fully keyless reference for the System Reference Document — spells, classes, monsters, equipment, races, and rules — queryable through both a REST API and a GraphQL endpoint at the same host. Its old `/docs/` path now redirects to a rebuilt documentation site on GitHub Pages, but the underlying API itself is unchanged and still served over HTTPS from the original `dnd5eapi.co` domain.

CheapSharkDungeons and Dragons
AuthenticationNoneNone
Pricingfreefree
FormatsJSONJSON, GraphQL
CORSyesyes
HTTPSYesYes

Dungeons and Dragons supports 2 response formats, while CheapShark offers fewer — pick Dungeons and Dragons for more integration flexibility.

More comparisons