finddoc
Run a real API request free — no key setup or account required. Try the sandbox · Get a live key
← v1 API reference

Metadata

View .md

Endpoint

List languages

Every language spoken across the directory with its doctor count, sorted by count descending then name. Takes no query parameters.

GET/api/v1/metadata/languages
curl https://www.finddoc.ca/api/v1/metadata/languages \
  -H "Authorization: Bearer fd_sandbox_public_key_2026"
Response200 OK
{
  "languages": [
    {
      "name": "English",
      "doctorCount": 4655
    },
    {
      "name": "French",
      "doctorCount": 612
    }
  ],
  "count": 2
}

Try it

Sandbox · live request

Runs against current FindDoc data with the free sandbox key — no sign-in or setup required.

This endpoint takes no parameters.