Professional

ICD-10 Medical Code Lookup

Search ~70,000 ICD-10-CM diagnosis codes by code prefix or description keyword. For medical billing, clinical decision support, EHR integrations, and coding tools.

Endpoints

GET /api/v1/pro/medical-codes Requires API key

Search by ICD-10 code prefix or description text. At least one parameter required.

Parameters

codeICD-10-CM code prefix (e.g. E11, J18.9)
qDescription keyword search (partial match)
categoryCategory/chapter heading (partial match)
limitMax results (default 25, max 100)

By code prefix

curl -H "Authorization: Bearer pro_YOUR_KEY" \
  "https://api.verilexdata.com/api/v1/pro/medical-codes?code=E11"

By description

curl -H "Authorization: Bearer pro_YOUR_KEY" \
  "https://api.verilexdata.com/api/v1/pro/medical-codes?q=diabetes+mellitus"

Response

{
  "dataset": "medical-codes",
  "count": 5,
  "data": [
    {
      "code": "E11.9",
      "description": "Type 2 diabetes mellitus without complications",
      "category": "Diabetes mellitus"
    },
    {
      "code": "E11.65",
      "description": "Type 2 diabetes mellitus with hyperglycemia",
      "category": "Diabetes mellitus"
    }
  ]
}
GET /api/v1/pro/medical-codes/stats Free

Total codes, billable code count, and source info.

Use cases

Medical billing code validation
EHR/EMR system integrations
Clinical decision support autocomplete
Insurance claim pre-validation

Stay in the loop

New datasets, features, and pricing changes. No spam.

How can we help?

Choose a category and tell us what you need.