{
  "x402Version": 2,
  "name": "Ren API",
  "description": "A payment-gated API for Tallow Trail restaurant guidance and seed-oil-free dish swaps.",
  "facilitator": "https://api.cdp.coinbase.com/platform/v2/x402",
  "network": "eip155:8453",
  "settlement": "Base mainnet",
  "asset": "USDC",
  "payTo": "0xf58F75A803f1264D3F658885C0D12DF4f3C51303",
  "endpoints": [
    {
      "method": "GET",
      "path": "/restaurant?name=",
      "price": "$0.01",
      "description": "Finds a restaurant from restaurants.json by exact case-insensitive name match and returns name, verdict, cooks_in, order_this, and skip_this as JSON.",
      "query": {
        "name": "Restaurant name, for example Buff Burger"
      }
    },
    {
      "method": "GET",
      "path": "/swaps?dish=",
      "price": "$0.01",
      "description": "Returns seed-oil-free alternatives for a supported dish. Supported dishes are fries, fried chicken, salad dressing, and wings.",
      "query": {
        "dish": "One of fries, fried chicken, salad dressing, or wings"
      }
    }
  ]
}
