HEALTHCARE DATASET

Bulgarian Doctors

Structured nationwide data about registered medical professionals in Bulgaria, available through the DataBG API.

Dataset overview

Bulgarian Doctors contains 30,906 structured records of medical professionals across Bulgaria.

The dataset is designed for machine access through the DataBG API and can be used by AI agents, applications and other automated systems.

UIN Name Specialty Workplace Address Phone Region

API endpoint

GET https://api.databg.tech/v1/doctors

Available filters

The doctors endpoint supports the following optional query parameters:

?name=
?specialty=
?uin=
?region=
?limit=
?offset=
name Search by doctor name. Partial matching is supported.
specialty Search by medical specialty. Partial matching is supported.
uin Search by exact doctor UIN.
region Search by Bulgarian region.
limit Maximum number of returned records. Default: 20. Maximum: 100.
offset Number of records to skip for pagination.

Example request

GET https://api.databg.tech/v1/doctors?region=РУСЕ&specialty=Кардиология&limit=10

Authentication

Requests to the doctors endpoint currently require a DataBG API key.

x-api-key: YOUR_API_KEY

Example response

{
  "success": true,
  "count": 1,
  "limit": 20,
  "offset": 0,
  "data": [
    {
      "id": 1,
      "uin": "1234567890",
      "name": "Д-р Иван Иванов",
      "specialty": "Кардиология",
      "workplace": "МБАЛ Пример",
      "address": "гр. Русе",
      "phone": "0888123456",
      "region": "РУСЕ"
    }
  ]
}

Data fields

id Internal DataBG record identifier.
uin Doctor UIN.
name Doctor name.
specialty Medical specialty or specialties.
workplace Medical workplace or practice.
address Published professional address.
phone Published professional phone number when available.
region Bulgarian regional medical association area.

Coverage

Nationwide coverage across Bulgaria based on available records from the Bulgarian medical registry source.

Known limitations

  • Phone numbers are not available for all doctor records.
  • Some doctors may have more than one specialty.
  • Workplace information may not be available for every doctor.
  • Address availability depends on the source record.

Machine-readable discovery

AI agents and automated systems can discover DataBG datasets and API capabilities through: