Zocdoc · Example Payload

Availability Response

HealthcareAppointmentsBookingProvidersInsuranceTelehealthScheduling

Availability Response is an example object payload from Zocdoc, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

request_iddata

Example Payload

Raw ↑
{
  "request_id": "req_b2c3d4e5-f6a7-8901-bcde-f12345678901",
  "data": [
    {
      "provider_location_id": "pr_abc123-def456_wxyz7890|lo_abc123-def456_wxyz7890",
      "first_availability": {
        "start_time": "2024-06-13T09:00:00-04:00",
        "visit_reason_id": "pc_FRO-18leckytNKtruw5dLR",
        "booking_url": "https://www.zocdoc.com/booking/start?startTime=638874819000000000&locationId=274383&procedureId=75&professionalId=405844"
      },
      "timeslots": [
        {
          "start_time": "2024-06-13T09:00:00-04:00",
          "visit_reason_id": "pc_FRO-18leckytNKtruw5dLR",
          "booking_url": "https://www.zocdoc.com/booking/start?startTime=638874819000000000&locationId=274383&procedureId=75&professionalId=405844"
        },
        {
          "start_time": "2024-06-13T10:30:00-04:00",
          "visit_reason_id": "pc_FRO-18leckytNKtruw5dLR",
          "booking_url": "https://www.zocdoc.com/booking/start?startTime=638874876000000000&locationId=274383&procedureId=75&professionalId=405844"
        },
        {
          "start_time": "2024-06-13T14:00:00-04:00",
          "visit_reason_id": "pc_FRO-18leckytNKtruw5dLR",
          "booking_url": "https://www.zocdoc.com/booking/start?startTime=638874996000000000&locationId=274383&procedureId=75&professionalId=405844"
        }
      ]
    },
    {
      "provider_location_id": "pr_ghi123-jkl456_mnop7890|lo_ghi123-jkl456_mnop7890",
      "first_availability": null,
      "timeslots": []
    }
  ]
}

Work with this as data

Every example here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This example
curl "https://apis.io/api/v1/examples/availability-response"
All examples
curl "https://apis.io/api/v1/examples?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.