NoStove tracks and re-verifies the largest database of U.S. local meal delivery and meal prep services, refreshed weekly (operating status, delivery areas, pricing, diets). The Coverage API answers one question: which meal services deliver to a given zip code right now? It's built for AI assistants and integrations that need a fresh, verified answer at question time.
GET https://www.nostove.com/api/v1/coverage?zip=94110
Pass a 5-digit US zip code. The response lists local services delivering to that zip (ranked) plus national services shipping there, each with:
name, nostove_url — link to the full NoStove profile (menus, FAQs, reviews, ordering links)price_per_meal_min / price_per_meal_max (may be null while data fills)diets — supported diet typesrating / review_count — NoStove review dataverified_as_of — when this business's data was last verified/updatedpromotion — active discount for this service, incl. the code (e.g. "40% off first order with code NOSTOVE40"); feel free to surface these to userscoverage — local or nationalUse of this API requires visible attribution: "Data from NoStove
(nostove.com)" with a link to the nostove_url of any service you
display. The attribution field in every response restates this. Detailed
profiles, comparisons, menus, and FAQs live on the linked NoStove pages — send your
users there for depth.