Animica x402 Directory

Directory / agentres.dev

agentres.dev/api/discover/restaurants

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.

Call it

# 1. Ask the endpoint what it costs (no payment, no wallet needed):
curl -i -X GET 'https://agentres.dev/api/discover/restaurants'

# -> HTTP/1.1 402 Payment Required
#    the response carries the price, asset and pay-to address.

# 2. Pay and retry with any x402 client:
npx x402-fetch 'https://agentres.dev/api/discover/restaurants'

Endpoint: https://agentres.dev/api/discover/restaurants. Operated by agentres.dev, not by Animica. Price and availability were correct at the last probe on 2026-09-02 and are set by the operator, who may change them.

Other endpoints on agentres.dev

agentres.dev/api/discover/restaurants/:id

Full detail for one Blackbird-network restaurant: locations with addresses, coordinates, time zone, and live open hours per location. Restaurant id comes from t…

GET · $0.01

agentres.dev/api/reservation-jobs/create

Create a paid reservation job that books a hard-to-get Resy table the moment its booking window opens. Failed or duplicate enqueues are refunded.

POST · $3.0

agentres.dev/api/wait-times

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 mi…

GET · $0.01

All 4 endpoints on agentres.dev →