← v1 API reference
Metadata
Endpoint
List specialties
Every specialty in the directory with its doctor count, sorted by count descending then name. Useful for building filter menus. Takes no query parameters.
GET/api/v1/metadata/specialties
curl https://finddoc-ten.vercel.app/api/v1/metadata/specialties \
-H "Authorization: Bearer fd_test_xxxx…"Response200 OK
{
"specialties": [
{
"name": "Family Medicine",
"doctorCount": 2104
},
{
"name": "Pediatrics",
"doctorCount": 389
}
],
"count": 2
}Try it
Live requestSign in with Google — first sign-in creates your free FindDoc account to run live requests against your account's rate limit.