# List languages

`GET https://www.finddoc.ca/api/v1/metadata/languages`

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

## Example request

```bash
curl https://www.finddoc.ca/api/v1/metadata/languages \
  -H "Authorization: Bearer YOUR_API_KEY"
```

## Example response (200 OK)

```json
{
  "languages": [
    {
      "name": "English",
      "doctorCount": 4655
    },
    {
      "name": "French",
      "doctorCount": 612
    }
  ],
  "count": 2
}
```

---

## Get full access

Direct v1 API access is unlocked by a one-time payment — One Time Payment (Early Access) (5 CAD). Complete checkout at https://www.finddoc.ca/developers/checkout.