$0.01
per call · USD Coin on Base
Full detail for one Blackbird-network restaurant: locations with addresses, coordinates, time zone, and live open hours per location. Restaurant id comes from the discovery list endpoint.
Endpoint
GET https://agentres.dev/api/discover/restaurants/:id3
Calls / 30d
1
Unique payers / 30d
Aug 19
Last called
exact
Payment scheme
Call this service
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";
const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);
const res = await fetchWithPay("https://agentres.dev/api/discover/restaurants/:id", {
method: "GET",
});
const data = await res.json();curl -X GET \
"https://agentres.dev/api/discover/restaurants/:id" \
-H "X-PAYMENT: <signed x402 payment>"Payment details
0x66717045858d9f598e2ebd046bf42a0b1063c0faUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of AI & Inference and the homepage with a featured placement.
More from Agentic Reservations & similar services
Agentic Reservations · Discover Restaurants
agentres.dev
Restaurant recommendations from the Blackbird network (~2,000 curated restaurants, mostly NYC and San Francisco). Full-text search plus city/neighborhood filters, with complete specials on every result, refreshed daily from a cache (never a live call) — e.g. every West Village restaurant with its current Fly-reward offers in one call.
Agentic Reservations · Book
agentres.dev
Book a paid Resy reservation for the authenticated user using a slot config token.
Agentic Reservations · Wait Times
agentres.dev
Live restaurant wait times from camera-based crowd data. One call lists every monitored location with its slug, open status, current crowd count, and wait in minutes.