FindDoc
Sign in with Google — first sign-in creates your free FindDoc account. Get an API key

Endpoint

Doctor summary

Directory-wide totals: the doctor count, how many are accepting new patients, a per-specialty breakdown, and a dataFreshness coverage rollup. Takes no query parameters.

GET/api/v1/doctors/summary
curl https://finddoc-ten.vercel.app/api/v1/doctors/summary \
  -H "Authorization: Bearer fd_test_xxxx…"
Response200 OK
{
  "totalDoctors": 4821,
  "acceptingNewPatients": 1163,
  "bySpecialty": [
    {
      "specialty": "Family Medicine",
      "count": 2104
    }
  ],
  "dataFreshness": {
    "fresh": 4200,
    "stale": 540,
    "unknown": 81,
    "coveragePct": 98.3
  }
}

Try it

Live request
Sign in with Google — first sign-in creates your free FindDoc account to run live requests against your account's rate limit.