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.
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=
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
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: