A

Agentic Reservations · Wait Times

by Agentic Reservations

GETBaseSolana

$0.01

per call · USD Coin on Base

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.

Endpoint

GET https://agentres.dev/api/wait-times

12

Calls / 30d

9

Unique payers / 30d

Sep 1

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
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/wait-times", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://agentres.dev/api/wait-times" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "charge_id": "8e9a4a1a-0000-0000-0000-000000000000",
  "count": 1,
  "locations": [
    {
      "address": "West Village, NY 10014",
      "display_name": "L'industrie Pizzeria",
      "slug": "lindustrie_wv",
      "status": {
        "captured_at": "2026-07-24T18:05:00Z",
        "current_count": 12,
        "is_open": true,
        "wait_minutes": 18
      },
      "timezone": "America/New_York"
    }
  ]
}

Payment details

Pay to0x66717045858d9f598e2ebd046bf42a0b1063c0fa
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase, Solana
Schemesexact

Is this your API?

Pin it to the top of AI & Inference and the homepage with a featured placement.

Get featured →

More from Agentic Reservations & similar services