Video · head-to-head
Dune vs STAPI
Dune API is a small fan-built REST service returning JSON quotes, books, and films from the Dune franchise, each record carrying an id and, for books/films, a linked Wikipedia reference. The Heroku host documented in the repo's own README has been deallocated, but the maintainer's GitHub project homepage now points to a live Render deployment that still answers real requests with no key required.
STAPI is a deep, independently maintained REST API covering Star Trek canon across every series and film — tens of thousands of records in aggregate across dozens of resource types (7,571 characters, 6,822 performers, 1,443 spacecraft, 860 episodes and 759 species when measured live), each with dozens of structured fields (birth dates, ranks, serial numbers, alternate-reality flags). Queries go through POST search endpoints under /api/v1/rest rather than simple GETs, and no key is required.
| Dune | STAPI | |
|---|---|---|
| Authentication | None | None |
| Pricing | free | free |
| Formats | JSON | JSON |
| CORS | yes | yes |
| HTTPS | Yes | Yes |