Discover/clockwisemd.com API
live

clockwisemd.com APIwww.clockwisemd.com

Access Clockwise MD urgent care locations via API. Fetch hospital info, check real-time appointment availability, and book visits programmatically.

Endpoints
3
Updated
14d ago
Try it
The numeric ID of the hospital or urgent care location to look up.
api.parse.bot/scraper/a8d7e1d7-6a39-4bed-91fa-c0201a78324e/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/a8d7e1d7-6a39-4bed-91fa-c0201a78324e/get_hospital_info?hospital_id=%3Chospital_id%3E' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 3 totalclick to expand

Get details about a hospital or urgent care location including name, address, phone number, business hours, and scheduling configuration.

Input
ParamTypeDescription
hospital_idstringThe numeric ID of the hospital or urgent care location to look up.
Response
{
  "type": "object",
  "fields": {
    "id": "integer hospital identifier",
    "name": "string hospital name",
    "group_id": "integer group this hospital belongs to",
    "latitude": "number geographic latitude",
    "logo_url": "string URL to hospital logo image",
    "longitude": "number geographic longitude",
    "time_zone": "string IANA time zone identifier",
    "full_address": "string complete street address",
    "phone_number": "string phone number with formatting",
    "disclaimer_text": "string booking disclaimer shown to patients",
    "has_registration": "boolean whether online registration is available",
    "hide_clinic_address": "boolean whether address is hidden from public view",
    "todays_business_hours": "string formatted hours for current day",
    "scheduling_window_hours": "integer how far ahead appointments can be booked in hours",
    "hide_clinic_phone_number": "boolean whether phone number is hidden from public view"
  },
  "sample": {
    "data": {
      "id": 2310,
      "name": "Emergency One, Kingston , NY",
      "group_id": 331,
      "latitude": 41.93457129999999,
      "logo_url": "https://s3.amazonaws.com/urgentq_production/uploads/hospital/logo/2310/Emergency-One-logo-2c-003-5.png",
      "longitude": -74.0472214,
      "time_zone": "America/New_York",
      "full_address": "40 Hurley Ave, Ste 4, Kingston, NY 12401, USA",
      "phone_number": "+1 (555) 012-3456",
      "disclaimer_text": "Booking a visit is not an appointment. The clinic will reserve the time you select, but service times are not guaranteed and can be delayed if the clinic experiences excess demand.",
      "has_registration": true,
      "hide_clinic_address": false,
      "todays_business_hours": "08:00 am - 04:00 pm",
      "scheduling_window_hours": 48,
      "hide_clinic_phone_number": false
    },
    "status": "success"
  }
}

About the clockwisemd.com API

The Clockwise MD API exposes 3 endpoints covering urgent care scheduling across Clockwise MD locations — from facility lookup to live appointment booking. Use get_hospital_info to retrieve location details including address, phone number, business hours, and time zone, get_available_times to query open slots by visit reason, and book_visit to submit a patient booking and receive a confirmed visit ID in return.

Hospital and Location Data

The get_hospital_info endpoint returns structured data for a Clockwise MD facility identified by its numeric hospital_id. Response fields include name, full_address, phone_number, latitude, longitude, time_zone (IANA format), logo_url, group_id, and disclaimer_text — the booking disclaimer text shown to patients. This endpoint is useful for building location listings or pre-populating UI before surfacing availability.

Checking Appointment Availability

The get_available_times endpoint accepts a hospital_id and an optional reason string, and returns a days array. Each day object includes the date, a day name, and a times array with display_time, an ISO 8601 time value, and an appointment_queue_id. The valid values for reason depend on the individual hospital's configuration — unsupported or unrecognized reason values will return empty times arrays rather than an error, so it is worth confirming accepted reasons via get_hospital_info first.

Booking a Visit

The book_visit endpoint is a POST that takes required patient fields — first_name, last_name, sex (M, F, or O), dob_day, dob_month, dob_year — along with optional email and reason. On success it returns a visit_id, confirmed_at timestamp, queue_name, entry_type, and the stored patient fields. Duplicate submissions using the same phone number for an existing active booking may be rejected. Use get_available_times first to obtain a valid time slot before submitting a booking.

Common use cases
  • Display real-time wait availability for nearby Clockwise MD locations in a patient-facing mobile app
  • Build an automated scheduling tool that checks get_available_times and books the earliest open slot for a given visit reason
  • Aggregate facility details — address, phone, time zone — from get_hospital_info into a clinic directory or map interface
  • Send appointment confirmation data (visit_id, confirmed_at, queue_name) to a downstream notification or reminder system
  • Filter available appointment days by date range using the days array from get_available_times to surface same-day openings
  • Validate patient-entered visit reasons against a hospital's accepted reason values before surfacing the booking form
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does Clockwise MD have an official developer API?+
Clockwise MD does not publish a publicly documented developer API or API portal for third-party integrations. This Parse API provides structured access to location and scheduling data that is not otherwise available in a developer-ready format.
What does `get_available_times` return when an unsupported visit reason is passed?+
When an unsupported or unrecognized reason value is provided, the endpoint returns the days array with empty times arrays for each day rather than returning an error. Each day object still includes the date and day name fields. The valid reason strings vary by hospital configuration, so it is worth cross-referencing with the hospital's setup before querying availability.
Does the API expose current wait times or queue position for a location?+
Not currently. The API covers facility details via get_hospital_info, scheduled appointment slots via get_available_times, and visit bookings via book_visit. Live queue wait times and current queue position are not included in any response field. You can fork this API on Parse and revise it to add an endpoint targeting that data.
Can I look up all Clockwise MD locations without knowing a hospital_id in advance?+
Not currently. Both get_hospital_info and get_available_times require a hospital_id as input — there is no search or list-all endpoint that returns location IDs without prior knowledge. You can fork this API on Parse and revise it to add a location discovery endpoint.
What happens if a patient tries to book a visit when their phone number already has an active booking?+
The book_visit endpoint notes that duplicate bookings submitted with the same phone number may be rejected. The response on a successful booking includes a unique visit_id and a confirmed_at ISO 8601 timestamp, so the absence of these fields in a response indicates the booking was not completed.
Page content last updated . Spec covers 3 endpoints from www.clockwisemd.com.
Related APIs in HealthcareSee all →
goodtherapy.org API
Search and find therapists on GoodTherapy.org by location, name, or specialty, then view detailed profiles including credentials and practice information. Browse available therapists across different locations and filter results by specialty, insurance, language, and more to find the right mental health professional.
radiopaedia.org API
Search medical cases and images on Radiopaedia to find relevant radiology references, and stay updated with the latest articles in medical imaging. Access case details, diagnostic images, and recent content updates all in one place.
tbca.net.br API
Search Brazil's most comprehensive food database to get detailed nutritional profiles, household portion measurements, and statistical composition data for thousands of foods including regional and biodiversity-focused options. Find specific nutrients by component, browse foods by group or type, and access institutional food information all in one place.
accessdata.fda.gov API
Search and retrieve comprehensive FDA premarket approval information for medical devices, including approval status, supplements, applicant details, and advisory committee data. Get instant access to specific PMA records with all relevant approval information in one place.
cabi.org API
Search and retrieve detailed information about plant diseases from the CABI Digital Library, including disease characteristics, symptoms, and management strategies. Find specific disease data by name or browse the comprehensive Compendium to identify and understand plant health issues.
azbar.org API
Search for Arizona lawyers by name, location, specialty, or company to find the right legal professional for your needs. View detailed lawyer profiles including their specializations, licensed jurisdictions, law school, admission history, and any disciplinary records.
arztsuche.116117.de API
Find therapists and doctors across Germany by postal code, radius, or medical specialty, getting detailed results with names, addresses, distances, and contact information. Quickly locate healthcare providers that match your needs using Germany's official 116117 doctor search portal.
zocdoc.com API
Search for doctors and medical practices on Zocdoc by specialty and location. Retrieve provider profiles, accepted insurance, office locations, patient reviews, and appointment availability.