Topics
Countries
Bulgaria News
Would you like to access news/blog content published by sources located in Bulgaria?
Code example
If you'd like to make a REST call, then make a following POST request:
Endpoint /api/v1/article/getArticles
Request body
{
"sourceLocationUri": "http://en.wikipedia.org/wiki/Bulgaria",
"resultType": "articles",
"apiKey": "API_KEY"
}
If you'd like instead to do a GET request then call:
/api/v1/article/getArticles?sourceLocationUri=http%3A%2F%2Fen.wikipedia.org%2Fwiki%2FBulgaria&resultType=articles&apiKey=API_KEY
Example of JSON response
Below is an example JSON object that you would receive as the result of the request. You can retrieve also additional properties such as concepts, categories, source details, etc. by specifying additional parameters in the request as described on the documentation page.
{
"articles": {
"results": [
{
"uri": "9405462382",
"lang": "bul",
"isDuplicate": false,
"date": "2026-07-24",
"time": "07:20:02",
"dateTime": "2026-07-24T07:20:02Z",
"dateTimePub": "2026-07-24T07:10:42Z",
"dataType": "news",
"sim": 0,
"url": "https://offnews.bg/obshtestvo/bez-voda-v-chasti-ot-dva-stolichni-rajona-v-ponedelnik-871355.html",
"title": "Без вода в части от два столични района в понеделник -- OFFNews",
"body": "\"Софийска вода\" временно ще прекъсне водоснабдяването в части на столицата в понеделник, съобщиха от дружеството.\n\nЗаради строително-ремонтни дейности по ул. \"Чудомир Топлодолски\" в ж.к. \"Дружба\" 1 се налага спиране на водоподаването от 10:00 до 22:00 часа в района на ул. \"Чудомир Топлодолски\" от ул. \"Подпоручик Стефан Маринополски\" до ул. \"Иван Арабаджията\", 69. СУ \"Димитър Маринов\" , ДГ 108 \"Детско царство\", бл. 42 и бл. 43.\n\nРемонт по бул. \"Сливница\" в кв. \"Център\" налага спиране на водоподаването от 09:00 до 21:00 часа на бул. \"Сливница\" от бул. \"Христо Ботев\" до ул. \"Дунав\".\n\nРемонтните дейности ще осигурят по-добро управление на водопроводната мрежа като максимално се ограничат зоните на евентуални бъдещи нарушения на водоснабдяването.\n\nЗасегнатите от прекъсването на водата, могат да получат повече информация от Телефонния център на \"Софийска вода\" АД на телефон 0800 121 21 или да следят за развитието на всички текущи теренни дейности в реално време чрез Виртуалния информационен център на дружеството.\n\n\"Софийска вода\" АД предварително се извинява на своите клиенти за причинените временни неудобства!\n\nИнтернет сайтът на дружеството (www.sofiyskavoda.bg) дава възможност на клиентите да се абонират за съобщенията за прекъсване на водоподаването. На електронната си поща те могат лично да получават информация за планираните спирания. Друг начин е да се възползват от безплатната услуга за известяване чрез СМС.",
"source": {
"uri": "offnews.bg",
"dataType": "news",
"title": "offnews.bg"
},
"authors": [],
"concepts": [
{
"uri": "http://bg.wikipedia.org/wiki/Чудомир_Топлодолски",
"type": "person",
"score": 5,
"label": {
"eng": "Чудомир Топлодолски"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Water",
"type": "wiki",
"score": 5,
"label": {
"eng": "Water"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Sofia_Province",
"type": "loc",
"score": 5,
"label": {
"eng": "Sofia Province"
},
"location": {
"type": "place",
"label": {
"eng": "Sofia Province"
},
"country": {
"type": "country",
"label": {
"eng": "Bulgaria"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Water_supply",
"type": "wiki",
"score": 4,
"label": {
"eng": "Water supply"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Slivnitsa",
"type": "loc",
"score": 4,
"label": {
"eng": "Slivnitsa"
},
"location": {
"type": "place",
"label": {
"eng": "Slivnitsa"
},
"country": {
"type": "country",
"label": {
"eng": "Bulgaria"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Stadion_Druzhba_(Dobrich)",
"type": "wiki",
"score": 3,
"label": {
"eng": "Stadion Druzhba (Dobrich)"
}
},
{
"uri": "http://bg.wikipedia.org/wiki/Димитър_Маринов",
"type": "person",
"score": 3,
"label": {
"eng": "Димитър Маринов"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Sofia_University",
"type": "org",
"score": 3,
"label": {
"eng": "Sofia University"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Hristo_Botev",
"type": "person",
"score": 3,
"label": {
"eng": "Hristo Botev"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Danube",
"type": "wiki",
"score": 3,
"label": {
"eng": "Danube"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Lieutenant",
"type": "wiki",
"score": 3,
"label": {
"eng": "Lieutenant"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Information",
"type": "wiki",
"score": 3,
"label": {
"eng": "Information"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Mail",
"type": "wiki",
"score": 2,
"label": {
"eng": "Mail"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Telephone",
"type": "wiki",
"score": 2,
"label": {
"eng": "Telephone"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Internet",
"type": "wiki",
"score": 2,
"label": {
"eng": "Internet"
}
}
],
"categories": [
{
"uri": "iptc/arts,_culture,_entertainment_and_media/culture/monument_and_heritage_site",
"label": "iptc/arts, culture, entertainment and media/culture/monument and heritage site",
"wgt": 55
}
],
"image": "https://i2.offnews.bg/events/2026/07/24/871355/phpocvfcy_800x*.jpg",
"eventUri": null,
"sentiment": null,
"wgt": 522573602,
"relevance": 1
},
{
"uri": "9405462264",
"lang": "bul",
"isDuplicate": true,
"date": "2026-07-24",
"time": "07:20:01",
"dateTime": "2026-07-24T07:20:01Z",
"dateTimePub": "2026-07-24T07:19:12Z",
"dataType": "news",
"sim": 0,
"url": "https://www.posoki.com/kak-da-zakupite-osiguritelen-staj-za-pensiq-tri-zakonovi-vazmojnosti",
"title": "Как да закупите осигурителен стаж за пенсия: Три законови възможности",
"body": "Възрастта и осигурителният стаж за пенсиониране се покачват плавно всяка година. Съществува възможност за закупуване на стаж. Липсващият период, който традиционно се заплаща, е между 22 и 23 месеца.\n\nЗакупуването на осигурителен стаж представлява внасяне на сума за осигурителни вноски за определени периоди от време. Това време се зачита за осигурителен стаж при пенсиониране, обясни пред БНР Лили Самоковска, държавен експерт по осигуряването в Дирекция \"Пенсии\" на НОИ.\n\nТри са предвидените в закона възможности, посочи още тя.\n\n\"Първата - за времето на обучение. Могат да се възползват тези лица, които са се обучавали във всички форми, включително и завършилите в чужбина. Изискването е за този период да нямат друг осигурителен стаж. Същото важи и при майките.\n\nВтората възможност е за закупуване на недостигащ осигурителен стаж за отпускане на т.нар. базова пенсия. Лицето трябва да е подало заявление за отпускане на пенсия за осигурителен стаж и възраст. Тази възможност е насочена към тези, които са навършили възрастта и не им достигат до пет години осигурителен стаж.\n\nТретата възможност е насочена към репресираните лица по смисъла на Закона за политическа и гражданска реабилитация. За тях законът предвижда за осигурителен стаж да бъде зачитано времето, което не им достига за придобиване на този вид пенсия, като за това време са внесени осигурителни вноски, но не повече от три години\".\n\nВнасянето на осигурителните вноски се извършва по банков път, обясни Лили Самоковска.\n\n\"По сметка на НАП, след като е подадена Декларация №8\".",
"source": {
"uri": "posoki.com",
"dataType": "news",
"title": "posoki.com"
},
"authors": [],
"concepts": [
{
"uri": "http://en.wikipedia.org/wiki/Pension",
"type": "wiki",
"score": 5,
"label": {
"eng": "Pension"
}
},
{
"uri": "http://bg.wikipedia.org/wiki/Национален_осигурителен_институт",
"type": "wiki",
"score": 3,
"label": {
"eng": "Национален осигурителен институт"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Legislation",
"type": "wiki",
"score": 3,
"label": {
"eng": "Legislation"
}
},
{
"uri": "http://bg.wikipedia.org/wiki/Национална_агенция_за_приходите",
"type": "wiki",
"score": 1,
"label": {
"eng": "Национална агенция за приходите"
}
}
],
"categories": [],
"image": "https://www.posoki.com/storage/images/2026/07/24/151831/991-ratio-zhena-vyzrastna-zhena-kompiutyr-pensii-pensiia.jpg",
"eventUri": null,
"sentiment": null,
"wgt": 522573601,
"relevance": 1
},
{
"uri": "9405461943",
"lang": "bul",
"isDuplicate": false,
"date": "2026-07-24",
"time": "07:19:33",
"dateTime": "2026-07-24T07:19:33Z",
"dateTimePub": "2026-07-24T07:17:14Z",
"dataType": "news",
"sim": 0,
"url": "https://nova.bg/news/view/2026/07/24/545339/17-%D1%80%D0%B0%D0%BD%D0%B5%D0%BD%D0%B8-%D1%81%D1%80%D0%B5%D0%B4-%D1%82%D1%8F%D1%85-%D0%B8-%D0%BF%D0%BE%D0%BB%D0%B8%D1%86%D0%B0%D0%B8-%D0%BD%D0%B0-%D0%BF%D1%80%D0%BE%D1%82%D0%B5%D1%81%D1%82-%D0%B2-%D1%82%D0%B8%D1%80%D0%B0%D0%BD%D0%B0-%D1%81%D1%80%D0%B5%D1%89%D1%83-%D0%BC%D0%B5%D0%B3%D0%B0%D0%BF%D1%80%D0%BE%D0%B5%D0%BA%D1%82-%D1%81%D0%B2%D1%8A%D1%80%D0%B7%D0%B2%D0%B0%D0%BD-%D1%81%D1%8A%D1%81-%D1%81%D0%B5%D0%BC%D0%B5%D0%B9%D1%81%D1%82%D0%B2%D0%BE-%D1%82%D1%80%D1%8A%D0%BC%D0%BF/",
"title": "17 ранени, сред тях и полицаи, на протест в Тирана срещу мегапроект, свързван със семейство Тръмп",
"body": "Демонстрацията е срещу изграждането на луксозен курорт в защитена зона\n\nШестима полицаи и 11 протестиращи са получили леки наранявания и са били прегледани в болница в Тирана. Това се наложи, след като албанските граждани излязоха за пореден протест срещу планираното строителство на огромен луксозен хотелски комплекс в крайбрежен природен резерват. Проектът е свързан с дъщерята на американския президент Доналд Тръмп Иванка и нейния съпруг Джаред Къшнър.\n\nОбвиниха 35 души, протестирали срещу строежа на луксозния комплекс на Джаред Къшнър в Албания\n\nСнимка: ЕПА/БГНЕС\n\nПрез последните седмици протестиращи влязоха и в сблъсъци с полицията пред парламента в столицата Тирана, като дори се опитаха да замерят депутатите с яйца.\n\nСпоред учени и природозащитници предварителните дейности по проекта на Тръмп вече са нанесли непоправими щети на някога девствен участък от албанското крайбрежие и са унищожили местата за гнездене на птици и на морски костенурки карета, застрашени от изчезване.\n\nМасови протести в Албания срещу курортен проект, свързван с Джаред Къшнър\n\nСнимка: ЕПА/БГНЕС\n\nНа 23 юли полицията беше разположена в големи сили още от ранните часове на деня и използва водни оръдия и сълзотворен газ, за да отблъсне демонстранти, които се опитаха да преминат през загражденията за сигурност и да се доближат до парламента, съобщиха журналисти на АФП от мястото.\n\nРедактор: Станимира Шикова\n\nИзточник: БГНЕС\n\nДобави ни в предпочитани източници в Google",
"source": {
"uri": "nova.bg",
"dataType": "news",
"title": "nova.bg"
},
"authors": [
{
"uri": "нова_телевизия@nova.bg",
"name": "Нова Телевизия",
"type": "author",
"isAgency": false
}
],
"concepts": [
{
"uri": "http://en.wikipedia.org/wiki/Donald_Trump",
"type": "person",
"score": 5,
"label": {
"eng": "Donald Trump"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Police",
"type": "wiki",
"score": 5,
"label": {
"eng": "Police"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Tirana",
"type": "loc",
"score": 5,
"label": {
"eng": "Tirana"
},
"location": {
"type": "place",
"label": {
"eng": "Tirana"
},
"country": {
"type": "country",
"label": {
"eng": "Albania"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Spa_town",
"type": "wiki",
"score": 4,
"label": {
"eng": "Spa town"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Albania",
"type": "loc",
"score": 4,
"label": {
"eng": "Albania"
},
"location": {
"type": "country",
"label": {
"eng": "Albania"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/President_(government_title)",
"type": "wiki",
"score": 3,
"label": {
"eng": "President (government title)"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Nature_reserve",
"type": "wiki",
"score": 3,
"label": {
"eng": "Nature reserve"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Parliament",
"type": "wiki",
"score": 3,
"label": {
"eng": "Parliament"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Hotel",
"type": "wiki",
"score": 3,
"label": {
"eng": "Hotel"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Americas",
"type": "loc",
"score": 3,
"label": {
"eng": "Americas"
},
"location": null
},
{
"uri": "http://en.wikipedia.org/wiki/Hospital",
"type": "wiki",
"score": 3,
"label": {
"eng": "Hospital"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Egg",
"type": "wiki",
"score": 2,
"label": {
"eng": "Egg"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Turtle",
"type": "wiki",
"score": 2,
"label": {
"eng": "Turtle"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Tear_gas",
"type": "wiki",
"score": 2,
"label": {
"eng": "Tear gas"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Bird",
"type": "wiki",
"score": 2,
"label": {
"eng": "Bird"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Google",
"type": "org",
"score": 1,
"label": {
"eng": "Google"
}
}
],
"categories": [
{
"uri": "news/Politics",
"label": "news/Politics",
"wgt": 45
},
{
"uri": "iptc/politics_and_government",
"label": "iptc/politics and government",
"wgt": 91
},
{
"uri": "iptc/conflict,_war_and_peace/civil_unrest",
"label": "iptc/conflict, war and peace/civil unrest",
"wgt": 96
}
],
"image": "https://nstatic.nova.bg/public/pics/nova/article/980x551_1784877361.jpeg",
"eventUri": null,
"sentiment": null,
"wgt": 522573573,
"relevance": 1
},
{
"uri": "9405461754",
"lang": "bul",
"isDuplicate": false,
"date": "2026-07-24",
"time": "07:19:26",
"dateTime": "2026-07-24T07:19:26Z",
"dateTimePub": "2026-07-24T07:12:33Z",
"dataType": "news",
"sim": 0,
"url": "https://haskovo.info/264235/eksperti-ot-severna-makedoniya-s-uchebna-vizita-v-madzharovo/",
"title": "Експерти от Северна Македония с учебна визита в Маджарово",
"body": "Македонското екологично дружество организира учебно посещение в Източните Родопи с акцент Центъра за реинтродукция на лешояди.\n\nВ учебната визита участваха представители на Държавната инспекция по околната среда, Агенцията по храните и ветеринарната служба, Факултета по ветеринарна медицина в Скопие и Община Демир Капия в Северна Македония.\n\nТе посетиха Природозащитен център \"Източни Родопи\" в Маджарово и двете адаптационни волиери в града и Студен Кладенец. Първата волиера е предназначена за черни лешояди, а втората - за египетски лешояди.\n\nУчастниците получиха ценна информация от първа ръка за възстановяването на популацията на черните лешояди в Източните Родопи. Българският екип по проекта, който беше домакин на срещата, сподели своя опит в изграждането и поддържането на адаптационни волиери и площадки за подхранване.\n\nВажна част от програмата беше посветена на сътрудничеството с местните заинтересовани страни. Чрез презентация и дискусия, посветени на природосъобразния бизнес в Родопите, участниците разгледаха възможностите за развитие на устойчиви икономически дейности, които едновременно подпомагат местните общности и допринасят за опазването на биологичното разнообразие.\n\nРазгледана беше и ролята на сътрудничеството с ловните сдружения за възстановяването на популациите на диви тревопасни животни и за насърчаването на използването на безоловни боеприпаси.",
"source": {
"uri": "haskovo.info",
"dataType": "news",
"title": "Haskovo.info - Всичко за Хасково"
},
"authors": [],
"concepts": [
{
"uri": "http://bg.wikipedia.org/wiki/Източни_Родопи",
"type": "wiki",
"score": 5,
"label": {
"eng": "Източни Родопи"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Vulture",
"type": "wiki",
"score": 5,
"label": {
"eng": "Vulture"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Madzharovo",
"type": "loc",
"score": 5,
"label": {
"eng": "Madzharovo"
},
"location": {
"type": "place",
"label": {
"eng": "Madzharovo"
},
"country": {
"type": "country",
"label": {
"eng": "Bulgaria"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Municipalities_of_Bulgaria",
"type": "wiki",
"score": 3,
"label": {
"eng": "Municipalities of Bulgaria"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Demir_Kapija",
"type": "loc",
"score": 3,
"label": {
"eng": "Demir Kapija"
},
"location": {
"type": "place",
"label": {
"eng": "Demir Kapija"
},
"country": {
"type": "country",
"label": {
"eng": "North Macedonia"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Veterinary_medicine",
"type": "wiki",
"score": 3,
"label": {
"eng": "Veterinary medicine"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Population",
"type": "wiki",
"score": 3,
"label": {
"eng": "Population"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Ecology",
"type": "wiki",
"score": 3,
"label": {
"eng": "Ecology"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Natural_environment",
"type": "wiki",
"score": 3,
"label": {
"eng": "Natural environment"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Skopje",
"type": "loc",
"score": 3,
"label": {
"eng": "Skopje"
},
"location": {
"type": "place",
"label": {
"eng": "Skopje"
},
"country": {
"type": "country",
"label": {
"eng": "North Macedonia"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Rhodope_Mountains",
"type": "wiki",
"score": 2,
"label": {
"eng": "Rhodope Mountains"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Biodiversity",
"type": "wiki",
"score": 2,
"label": {
"eng": "Biodiversity"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Animal",
"type": "wiki",
"score": 2,
"label": {
"eng": "Animal"
}
}
],
"categories": [
{
"uri": "news/Business",
"label": "news/Business",
"wgt": 49
},
{
"uri": "iptc/environment/nature",
"label": "iptc/environment/nature",
"wgt": 96
}
],
"image": "https://cdn.haskovo.info/wp-content/uploads/2026/07/eko_ptici_240726.jpg",
"eventUri": null,
"sentiment": null,
"wgt": 522573566,
"relevance": 1
},
{
"uri": "9405461764",
"lang": "bul",
"isDuplicate": true,
"date": "2026-07-24",
"time": "07:19:26",
"dateTime": "2026-07-24T07:19:26Z",
"dateTimePub": "2026-07-24T07:19:07Z",
"dataType": "news",
"sim": 0,
"url": "https://petel.bg/Festivalat----Sino-lyato----sabira-lyubitelite-na-pluvaneto-vav-Varna__661509",
"title": "Фестивалът \"Синьо лято\" събира любителите на плуването във Варна",
"body": "На 25 юли (събота) на Южния плаж във Варна, под ПК \"Приморски\", ще се проведе третото издание на морския фестивал \"Синьо лято\". Събитието се организира от Дирекция \"Спорт\" към Община Варна и Военноморските сили на Република България.\n\nФестивалът се провежда ден преди най-старото плувно състезание у нас - маратона \"Галата - Варна\" и дава възможност на всички любители на плуването, които няма да участват в маратона, да демонстрират своите умения, като преплуват 600-метрова дистанция край брега.\n\nЗаписването за участие започва в 08:30 часа, а стартът ще бъде даден в 10:00 часа.\n\nПреди началото на проявата всички участници ще преминат подробен инструктаж, който ще бъде проведен от главния съдия Вили Цеков.\n\nФестивалът няма състезателен характер и е отворен за всички желаещи. Всеки записал се участник ще бъде включен в традиционната томбола, в която организаторите са подготвили множество атрактивни награди и спортни пособия.",
"source": {
"uri": "petel.bg",
"dataType": "news",
"title": "Petel.bg"
},
"authors": [],
"concepts": [
{
"uri": "http://en.wikipedia.org/wiki/Varna",
"type": "loc",
"score": 5,
"label": {
"eng": "Varna"
},
"location": {
"type": "place",
"label": {
"eng": "Varna"
},
"country": {
"type": "country",
"label": {
"eng": "Bulgaria"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Swimming",
"type": "wiki",
"score": 4,
"label": {
"eng": "Swimming"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Marathon",
"type": "wiki",
"score": 4,
"label": {
"eng": "Marathon"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Varna_Municipality",
"type": "loc",
"score": 3,
"label": {
"eng": "Varna Municipality"
},
"location": null
},
{
"uri": "http://bg.wikipedia.org/wiki/Галата_(нос)",
"type": "wiki",
"score": 3,
"label": {
"eng": "Галата (нос)"
}
},
{
"uri": "http://bg.wikipedia.org/wiki/Приморски_(район)",
"type": "wiki",
"score": 3,
"label": {
"eng": "Приморски (район)"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Festival",
"type": "wiki",
"score": 3,
"label": {
"eng": "Festival"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Navy",
"type": "wiki",
"score": 3,
"label": {
"eng": "Navy"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Bulgaria",
"type": "loc",
"score": 3,
"label": {
"eng": "Bulgaria"
},
"location": {
"type": "country",
"label": {
"eng": "Bulgaria"
}
}
}
],
"categories": [],
"image": "https://static.petel.bg/resources/2026/07/24/medium_дд.png",
"eventUri": null,
"sentiment": null,
"wgt": 522573566,
"relevance": 1
},
{
"uri": "9405461709",
"lang": "eng",
"isDuplicate": false,
"date": "2026-07-24",
"time": "07:19:22",
"dateTime": "2026-07-24T07:19:22Z",
"dateTimePub": "2026-07-24T07:17:15Z",
"dataType": "news",
"sim": 0,
"url": "https://www.bta.bg/en/news/archives/1172843-july-24-2001-simeon-ii-bulgaria-s-last-monarch-becomes-prime-minister",
"title": "July 24, 2001: Simeon II, Bulgaria's Last Monarch, Becomes Prime Minister",
"body": "On July 24, 2001, Simeon of Saxe-Coburg-Gotha, the last King of Bulgaria, was sworn in as prime minister of Bulgaria. He became the first former monarch in modern history to return to power through democratic parliamentary elections.\n\nSimeon II was born on June 16, 1937, in Sofia as the first son and heir of King Boris III and Queen Giovanna (Ioanna) of Savoy. Following the death of King Boris III on August 28, 1943, Simeon became King of Bulgaria. As he was only six years old, the country was governed by a Regency Council until the monarchy was abolished on September 15, 1946.\n\nOn September 16, 1946, Simeon II left Bulgaria with his mother, Queen Ioanna, and his sister, Princess Maria-Louisa, after receiving permission from the new government. He departed without formally abdicating the throne. Some historians and legal scholars argue that the September 1946 referendum abolishing the monarchy was unconstitutional because it was conducted outside the procedures established by the Tarnovo Constitution, which did not provide a mechanism for changing the country's form of government. Others maintain that the referendum reflected the new political reality following World War II.\n\nSimeon returned to Bulgaria in 2001 after decades in exile. He founded the National Movement Simeon II (NDSV), which won the 2001 parliamentary elections. Because the movement had not yet obtained final court registration as a political party, it participated in the elections in coalition with two smaller parties. On July 24, 2001, the 39th National Assembly elected Simeon Saxe-Coburg-Gotha as prime minister after he had been nominated on July 12 by the parliamentary group of the National Movement Simeon II.\n\nSimeon served as prime minister until July 14, 2005, and remained in office in a caretaker capacity until August 16, 2005. He was Bulgaria's 48th prime minister, headed the country's 88th government since 1879, and led the 10th government formed after the democratic changes of November 10, 1989. His government was a coalition with the Movement for Rights and Freedoms, with the participation of several members affiliated with the Bulgarian Socialist Party, although without the party's formal parliamentary support.\n\nTwo landmark events took place during Simeon's term in office. On March 29, 2004, Bulgaria officially became a full member of NATO alongside six other Eastern European countries. On April 25, 2005, Bulgaria signed the Treaty of Accession to the European Union in Luxembourg. The treaty confirmed that Bulgaria would join the European Union on January 1, 2007, and outlined financial assistance of approximately EUR 3.6 billion over three years, along with the reforms the country committed to implementing before accession.\n\nThe following is an original news item from BTA's English Service\n\nHow an Exiled Monarch Became Prime Minister\n\nBy Ekaterina Kazassova\n\nAfter more than 50 years in exile, Simeon II, the last Bulgarian monarch, is again at the helm of the country, this time as its prime minister.\n\nThough set up only two months prior to the general elections, his Simeon II National Movement (SNM) garnered 43 per cent of the vote, winning 120 of the 240 seats in the Bulgarian parliament.\n\nA highly cultured man, multilingual person, businessman, sociologist and a lawyer, father of five children and grandfather of an equal number of grandchildren, now Simeon II is adding a political career to all of it.\n\nHe was born in Sofia on June 16, 1937. Ascending to the throne in 1943 when his father Boris III died, Simeon II lost it in a monarchy-or-republic referendum held in September 1946, one year after the communist takeover. Queen Mother loanna and her two children, Marie-Louise and Simeon, were given only 48 hours to leave Bulgaria for ever, as they thought then.\n\nThey first went to Istanbul and then to Alexandria, Egypt, where he was enrolled in Victoria College, the most prestigious British school in Northern Africa.\n\nFive years later the family settled in Madrid. He continued his studies at the Lycee Francais. There he met Margarita, his future wife.\n\nIn 1959 Simeon Il graduated from Valley Forge Military Academy, Wayne, Pennsylvania, US. He got a diploma in sociology, too. Back in Spain, he took courses in law and political economics.\n\nIn the early 1960s, he married Margarita Gomez-Acebo y Cejuela. They have four sons Kardam, Pince of Tirnovo (1962), Kyril, Prince of Preslav (1964), Kubrat, Prince of Panagjurishte (1965), Konstantin-Assen, Prince of Vidin (1967), all of them university graduates. The youngest in the family is their daughter, Princess Kalina (1972).\n\nOn May 25, 1996, Simeon II came to Bulgaria for the first time, accompanied by his wife Margarita. Hundreds of people followed him during his triumphant tour of the country. Over the past ten years, Simeon Il has been invariably among the ten most popular persons in Bulgaria, though this is due to his personal appeal rather than to monarchist leanings, pollsters say.\n\nThe strong support the SNM received at the parliamentary elections is explained by the fact that thousands of Bulgarians have been disappointed both with left and right governments. Simeon Saxe-Coburg-Gotha's message is something they have been waiting for since long ago: no to corruption, no to robbing the state, no to granting patronage to incompetent relatives or friends.\n\nWhenever asked if he wants to restore the monarchy Saxe-Coburg-Gotha invariably replies that the issue not on the agenda. In his view, there are other problem that are much more important. Besides, if such referendum is held, it could divide the nation, and what the nation now needs is unity, he does not miss t emphasize. Now Saxe-Coburg-Gotha is given the 800 days he wanted to turn Bulgaria into a prospering state. However everybody has got to do a lot of hard work to achieve that goal, he keeps repeating.",
"source": {
"uri": "bta.bg",
"dataType": "news",
"title": "Българска Телеграфна Агенция"
},
"authors": [
{
"uri": "atanas_malakchiev@bta.bg",
"name": "Atanas Malakchiev",
"type": "author",
"isAgency": false
}
],
"concepts": [
{
"uri": "http://en.wikipedia.org/wiki/National_Movement_for_Stability_and_Progress",
"type": "org",
"score": 5,
"label": {
"eng": "National Movement for Stability and Progress"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Boris_III_of_Bulgaria",
"type": "person",
"score": 5,
"label": {
"eng": "Boris III of Bulgaria"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Simeon_I_of_Bulgaria",
"type": "person",
"score": 5,
"label": {
"eng": "Simeon I of Bulgaria"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Simeon_Saxe-Coburg-Gotha",
"type": "person",
"score": 5,
"label": {
"eng": "Simeon Saxe-Coburg-Gotha"
}
},
{
"uri": "http://en.wikipedia.org/wiki/General_election",
"type": "wiki",
"score": 5,
"label": {
"eng": "General election"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Queen_Elizabeth_The_Queen_Mother",
"type": "person",
"score": 5,
"label": {
"eng": "Queen Elizabeth The Queen Mother"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Prime_minister",
"type": "wiki",
"score": 5,
"label": {
"eng": "Prime minister"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Bulgaria",
"type": "loc",
"score": 5,
"label": {
"eng": "Bulgaria"
},
"location": {
"type": "country",
"label": {
"eng": "Bulgaria"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Coalition_government",
"type": "wiki",
"score": 4,
"label": {
"eng": "Coalition government"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Exile",
"type": "wiki",
"score": 4,
"label": {
"eng": "Exile"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Monarchy_of_the_United_Kingdom",
"type": "wiki",
"score": 4,
"label": {
"eng": "Monarchy of the United Kingdom"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Monarch",
"type": "wiki",
"score": 4,
"label": {
"eng": "Monarch"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Monarchy",
"type": "wiki",
"score": 4,
"label": {
"eng": "Monarchy"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Democracy",
"type": "wiki",
"score": 4,
"label": {
"eng": "Democracy"
}
},
{
"uri": "http://en.wikipedia.org/wiki/1946_Italian_institutional_referendum",
"type": "wiki",
"score": 3,
"label": {
"eng": "1946 Italian institutional referendum"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Tarnovo_Constitution",
"type": "wiki",
"score": 3,
"label": {
"eng": "Tarnovo Constitution"
}
},
{
"uri": "http://en.wikipedia.org/wiki/National_Assembly_(Bulgaria)",
"type": "wiki",
"score": 3,
"label": {
"eng": "National Assembly (Bulgaria)"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Prime_Minister_of_Bulgaria",
"type": "wiki",
"score": 3,
"label": {
"eng": "Prime Minister of Bulgaria"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Regent",
"type": "wiki",
"score": 3,
"label": {
"eng": "Regent"
}
},
{
"uri": "http://en.wikipedia.org/wiki/House_of_Savoy",
"type": "wiki",
"score": 3,
"label": {
"eng": "House of Savoy"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Nazi_Germany",
"type": "loc",
"score": 3,
"label": {
"eng": "Nazi Germany"
},
"location": null
},
{
"uri": "http://en.wikipedia.org/wiki/World_War_II",
"type": "wiki",
"score": 3,
"label": {
"eng": "World War II"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Referendum",
"type": "wiki",
"score": 3,
"label": {
"eng": "Referendum"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Sofia",
"type": "loc",
"score": 3,
"label": {
"eng": "Sofia"
},
"location": {
"type": "place",
"label": {
"eng": "Sofia"
},
"country": {
"type": "country",
"label": {
"eng": "Bulgaria"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Movement_for_Rights_and_Freedoms",
"type": "org",
"score": 2,
"label": {
"eng": "Movement for Rights and Freedoms"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Saxe-Coburg_and_Gotha",
"type": "loc",
"score": 2,
"label": {
"eng": "Saxe-Coburg and Gotha"
},
"location": null
},
{
"uri": "http://en.wikipedia.org/wiki/Bulgarian_Socialist_Party",
"type": "org",
"score": 2,
"label": {
"eng": "Bulgarian Socialist Party"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Caretaker_government",
"type": "org",
"score": 2,
"label": {
"eng": "Caretaker government"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Treaty",
"type": "wiki",
"score": 2,
"label": {
"eng": "Treaty"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Enlargement_of_the_European_Union",
"type": "wiki",
"score": 2,
"label": {
"eng": "Enlargement of the European Union"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Sociology",
"type": "wiki",
"score": 2,
"label": {
"eng": "Sociology"
}
},
{
"uri": "http://en.wikipedia.org/wiki/European_Union",
"type": "loc",
"score": 2,
"label": {
"eng": "European Union"
},
"location": null
},
{
"uri": "http://en.wikipedia.org/wiki/Political_party",
"type": "wiki",
"score": 2,
"label": {
"eng": "Political party"
}
},
{
"uri": "http://en.wikipedia.org/wiki/NATO",
"type": "org",
"score": 2,
"label": {
"eng": "NATO"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Luxembourg",
"type": "loc",
"score": 2,
"label": {
"eng": "Luxembourg"
},
"location": {
"type": "country",
"label": {
"eng": "Luxembourg"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Kyril,_Prince_of_Preslav",
"type": "person",
"score": 1,
"label": {
"eng": "Kyril, Prince of Preslav"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Kubrat",
"type": "person",
"score": 1,
"label": {
"eng": "Kubrat"
}
},
{
"uri": "http://en.wikipedia.org/wiki/North_Africa",
"type": "loc",
"score": 1,
"label": {
"eng": "North Africa"
},
"location": null
},
{
"uri": "http://en.wikipedia.org/wiki/Queen_Victoria",
"type": "person",
"score": 1,
"label": {
"eng": "Queen Victoria"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Istanbul",
"type": "loc",
"score": 1,
"label": {
"eng": "Istanbul"
},
"location": {
"type": "place",
"label": {
"eng": "Istanbul"
},
"country": {
"type": "country",
"label": {
"eng": "Turkey"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Wayne,_Pennsylvania",
"type": "loc",
"score": 1,
"label": {
"eng": "Wayne, Pennsylvania"
},
"location": {
"type": "place",
"label": {
"eng": "Wayne, Pennsylvania"
},
"country": {
"type": "country",
"label": {
"eng": "United States"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Madrid",
"type": "loc",
"score": 1,
"label": {
"eng": "Madrid"
},
"location": {
"type": "place",
"label": {
"eng": "Madrid"
},
"country": {
"type": "country",
"label": {
"eng": "Spain"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Veliko_Tarnovo",
"type": "loc",
"score": 1,
"label": {
"eng": "Veliko Tarnovo"
},
"location": {
"type": "place",
"label": {
"eng": "Veliko Tarnovo"
},
"country": {
"type": "country",
"label": {
"eng": "Bulgaria"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Vidin",
"type": "loc",
"score": 1,
"label": {
"eng": "Vidin"
},
"location": {
"type": "place",
"label": {
"eng": "Vidin"
},
"country": {
"type": "country",
"label": {
"eng": "Bulgaria"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Alexandria",
"type": "loc",
"score": 1,
"label": {
"eng": "Alexandria"
},
"location": {
"type": "place",
"label": {
"eng": "Alexandria"
},
"country": {
"type": "country",
"label": {
"eng": "Egypt"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/United_Kingdom",
"type": "loc",
"score": 1,
"label": {
"eng": "United Kingdom"
},
"location": {
"type": "country",
"label": {
"eng": "United Kingdom"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Spain",
"type": "loc",
"score": 1,
"label": {
"eng": "Spain"
},
"location": {
"type": "country",
"label": {
"eng": "Spain"
}
}
}
],
"categories": [
{
"uri": "dmoz/Society/Issues",
"label": "dmoz/Society/Issues",
"wgt": 23
},
{
"uri": "dmoz/Society/Government/Multilateral",
"label": "dmoz/Society/Government/Multilateral",
"wgt": 18
},
{
"uri": "dmoz/Society/Politics",
"label": "dmoz/Society/Politics",
"wgt": 28
},
{
"uri": "dmoz/Society/Government/Parliaments_and_Legislatures",
"label": "dmoz/Society/Government/Parliaments and Legislatures",
"wgt": 21
},
{
"uri": "news/Politics",
"label": "news/Politics",
"wgt": 97
},
{
"uri": "iptc/politics_and_government/political_process",
"label": "iptc/politics and government/political process",
"wgt": 95
},
{
"uri": "iptc/human_interest/high_society",
"label": "iptc/human interest/high society",
"wgt": 100
},
{
"uri": "iptc/human_interest/people",
"label": "iptc/human interest/people",
"wgt": 100
}
],
"image": "https://www.bta.bg/upload/13696524/94987.jpg?l=750",
"eventUri": null,
"sentiment": -0.1450980392156863,
"wgt": 522573562,
"relevance": 1
},
{
"uri": "9405461555",
"lang": "bul",
"isDuplicate": true,
"date": "2026-07-24",
"time": "07:19:11",
"dateTime": "2026-07-24T07:19:11Z",
"dateTimePub": "2026-07-24T07:17:29Z",
"dataType": "news",
"sim": 0,
"url": "https://www.focus-news.net/novini/regioni/Pulna-promyana-za-obrazovatelni-sgradi-v-Kyustendil-2999971",
"title": "Пълна промяна за образователни сгради в Кюстендил",
"body": "Община Кюстендил получи одобрение за финансиране на поредица от ключови проекти за въвеждане на мерки за енергийна ефективност и модернизация на образователната инфраструктура. Това съобщиха за ФОКУС от пресцентъра на Общината.\n\n\"След реализирането на тези проекти всички образователни сгради на територията на община Кюстендил ще придобият нов облик. Осигуряваме по-добри условия за обучение, повече комфорт за децата и учениците и материална база, която отговаря на съвременните изисквания и предизвикателствата на времето\", подчерта кметът на Община Кюстендил инж. Огнян Атанасов.\n\nЕдин от най-значимите проекти е този за Обединения детски комплекс (ОДК), където предстои цялостно обновяване на сградата. Освен въвеждането на мерки за енергийна ефективност ще бъдат ремонтирани покривът и фасадата, ще се изгради нова електрическа инсталация, системи за пожароизвестяване, оповестяване и заземяване, нова отоплителна, вентилационна и климатична инсталация, както и фотоволтаична централа за собствени нужди. След изпълнението на проекта сградата ще осигурява значително по-добри условия за провеждане на образователните, творческите и извънкласните дейности на децата.\n\nСУ \"Васил Левски\" също ще бъде изцяло модернизирано. Проектът включва подмяна на дограмата, топлоизолация на фасадата, покрива и сутерена, нова високоефективна отоплителна система с газови кондензни котли, подмяна на осветлението, изграждане на фотоволтаична система, основен ремонт на покрива и нова мълниезащитна инсталация.\n\nФинансиране е осигурено и за Професионалната гимназия по селско стопанство \"Св. Климент Охридски\", където предстоят цялостно енергийно обновяване, газификация на отоплителната система, нова вътрешна отоплителна инсталация, подмяна на електроинсталацията, изграждане на фотоволтаична система, вътрешно пожарогасене и основен ремонт на покрива.\n\nСред одобрените обекти е и IV ОУ \"Иван Вазов\", където ще бъдат реализирани комплексни мерки за енергийна ефективност - топлоизолация на покрива и сутерена, подмяна на входните врати, модернизиране на отоплението и осветлението, изграждане на фотоволтаична система, основен ремонт на покрива, пожароизвестителна система, осигуряване на достъпна среда и конструктивно възстановяване на санитарните възли.\n\nПродължава обновяването и на детските градини в общината. В ДГ \"Май\", ДГ \"Еделвайс\", ДГ \"Славейче\", ДГ \"Слънце\" и филиала на ДГ \"Май\" в село Коняво ще бъдат изпълнени мерки за енергийна ефективност, подмяна на отоплителните системи с модерни решения за отопление и охлаждане, изграждане на фотоволтаични инсталации, ново енергоспестяващо осветление и необходимите ремонтни дейности по сградите.\n\n\"Идеята е да осигурим по-добри условия за децата не само през зимата, но и през летните месеци, когато високите температури превръщат охлаждането в необходимост\", коментира още кметът.\n\nОдобрен е и проектът за НУ \"Св. св. Кирил и Методий\" в село Раждавица, който предвижда топлоизолация, подмяна на дограмата, нова отоплителна и климатична система, фотоволтаична инсталация, ново осветление и обновяване на електроинсталацията.\n\nСред последните образователни сгради, които все още не са били основно обновени, е детската градина в село Коняво. Там предстои цялостна модернизация на сградата, включително енергийно обновяване, ново отопление и охлаждане, фотоволтаична система, пожароизвестяване, подмяна на електроинсталациите, конструктивни укрепвания и обновяване на дворното пространство и прилежащите тротоарни настилки.\n\nС реализирането на проектите ще бъдат значително намалени разходите за енергия, ще се подобрят условията за обучение и възпитание на децата и учениците, ще бъде повишена безопасността на сградите и ще се създаде по-съвременна, устойчива и комфортна образователна среда в община Кюстендил.",
"source": {
"uri": "focus-news.net",
"dataType": "news",
"title": "Информационна Агенция \"Фокус\""
},
"authors": [
{
"uri": "венцислав_илчев@focus-news.net",
"name": "Венцислав Илчев",
"type": "author",
"isAgency": false
}
],
"concepts": [
{
"uri": "http://en.wikipedia.org/wiki/Kyustendil_Municipality",
"type": "loc",
"score": 5,
"label": {
"eng": "Kyustendil Municipality"
},
"location": null
},
{
"uri": "http://en.wikipedia.org/wiki/Mayor",
"type": "wiki",
"score": 4,
"label": {
"eng": "Mayor"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Konyavo",
"type": "loc",
"score": 3,
"label": {
"eng": "Konyavo"
},
"location": {
"type": "place",
"label": {
"eng": "Konyavo"
},
"country": {
"type": "country",
"label": {
"eng": "Bulgaria"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Clement_of_Ohrid",
"type": "person",
"score": 3,
"label": {
"eng": "Clement of Ohrid"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Vasil_Levski",
"type": "person",
"score": 3,
"label": {
"eng": "Vasil Levski"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Kindergarten",
"type": "wiki",
"score": 3,
"label": {
"eng": "Kindergarten"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Gas",
"type": "wiki",
"score": 3,
"label": {
"eng": "Gas"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Infrastructure",
"type": "wiki",
"score": 3,
"label": {
"eng": "Infrastructure"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Agriculture",
"type": "wiki",
"score": 3,
"label": {
"eng": "Agriculture"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Kyustendil",
"type": "loc",
"score": 3,
"label": {
"eng": "Kyustendil"
},
"location": {
"type": "place",
"label": {
"eng": "Kyustendil"
},
"country": {
"type": "country",
"label": {
"eng": "Bulgaria"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Razhdavitsa",
"type": "loc",
"score": 2,
"label": {
"eng": "Razhdavitsa"
},
"location": {
"type": "place",
"label": {
"eng": "Razhdavitsa"
},
"country": {
"type": "country",
"label": {
"eng": "Bulgaria"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Ivan_Vazov",
"type": "person",
"score": 2,
"label": {
"eng": "Ivan Vazov"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Saints_Cyril_and_Methodius",
"type": "wiki",
"score": 2,
"label": {
"eng": "Saints Cyril and Methodius"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Temperature",
"type": "wiki",
"score": 2,
"label": {
"eng": "Temperature"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Sun",
"type": "wiki",
"score": 2,
"label": {
"eng": "Sun"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Energy",
"type": "wiki",
"score": 2,
"label": {
"eng": "Energy"
}
}
],
"categories": [
{
"uri": "news/Politics",
"label": "news/Politics",
"wgt": 47
},
{
"uri": "iptc/politics_and_government",
"label": "iptc/politics and government",
"wgt": 59
}
],
"image": "https://i.id24.bg/i/2999971.webp",
"eventUri": null,
"sentiment": null,
"wgt": 522573551,
"relevance": 1
},
{
"uri": "9405461556",
"lang": "bul",
"isDuplicate": false,
"date": "2026-07-24",
"time": "07:19:11",
"dateTime": "2026-07-24T07:19:11Z",
"dateTimePub": "2026-07-24T07:17:02Z",
"dataType": "news",
"sim": 0,
"url": "https://www.focus-news.net/novini/regioni/Kmetut-na-Bezmer-Premierut-Radev-da-zapovyada-v-regiona-i-da-chue-ot-kakvo-se-pritesnyavat-horata-2999968",
"title": "Кметът на Безмер: Премиерът Радев да заповяда в региона и да чуе от какво се притесняват хората",
"body": "За два дни в село Безмер 475 души се подписаха - около 50% от жителите. Безмер е в пряка близост, но много колеги от други населени места инициираха такава подписка. Днес ще ги съберем и ще ги дадем на министъра на отбраната. Да видим каква ще бъде неговата реакция. Исканията ще си ги отправят гражданите\", каза кметът на селото Росен Русев.\n\nПо думите му подписката няма да промени нещата, но трябва да бъде чут гласът на хората.\n\n\"Хората се чувстват донякъде застрашени от пряката заплаха от Иран.\"\n\nРусев подчерта пред Bulgaria ON AIR, че самолети винаги е имало и хората са свикнали, но за пръв път има отправена нота от друга страна, че базата може да стане цел на военен удар.\n\nНавсякъде в света, където има конфликти, освен военни бази страдат и граждански инфраструктури, сподели притесненията си кметът на Безмер.\n\n\"Ако няма заплаха, защо управляващите не си изнесат заседанията в нашето населено място за времето, в което пребивават самолетите тук? И ние, които сме застрашени, да бъдем със статут на украинските бежанци и да бъдем изпратени на Черноморието\", каза още Русев.\n\nЗа тази вечер в 18 часа е организиран граждански протест в Безмер. Кметът очаква в него да се включат и хора от близките населени места.\n\n\"Не искаме да махнем самолетите от село Безмер. Хората не виждат България като страна в този конфликт. Поне премиерът Радев да заповяда в региона и да чуе от какво се притесняват хората\", заяви в края на разговора Русев.",
"source": {
"uri": "focus-news.net",
"dataType": "news",
"title": "Информационна Агенция \"Фокус\""
},
"authors": [
{
"uri": "илиана_пенова@focus-news.net",
"name": "Илиана Пенова",
"type": "author",
"isAgency": false
}
],
"concepts": [
{
"uri": "http://en.wikipedia.org/wiki/Bezmer,_Yambol_Province",
"type": "loc",
"score": 5,
"label": {
"eng": "Bezmer, Yambol Province"
},
"location": {
"type": "place",
"label": {
"eng": "Bezmer, Yambol Province"
},
"country": {
"type": "country",
"label": {
"eng": "Bulgaria"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Black_Sea",
"type": "wiki",
"score": 2,
"label": {
"eng": "Black Sea"
}
}
],
"categories": [
{
"uri": "iptc/politics_and_government",
"label": "iptc/politics and government",
"wgt": 95
},
{
"uri": "iptc/conflict,_war_and_peace",
"label": "iptc/conflict, war and peace",
"wgt": 93
},
{
"uri": "iptc/religion",
"label": "iptc/religion",
"wgt": 64
}
],
"image": "https://i.id24.bg/i/2999968.webp",
"eventUri": null,
"sentiment": null,
"wgt": 522573551,
"relevance": 1
},
{
"uri": "9405461589",
"lang": "bul",
"isDuplicate": false,
"date": "2026-07-24",
"time": "07:19:11",
"dateTime": "2026-07-24T07:19:11Z",
"dateTimePub": "2026-07-24T07:07:43Z",
"dataType": "news",
"sim": 0,
"url": "https://novinata.bg/regiona/pleven-priema-darjavniq-shampionat-po-bmx-maxxis-cup-2026/",
"title": "Плевен приема държавния шампионат по BMX MAXXIS CUP 2026 -- Novinata.bg",
"body": "Надпреварата ще се проведе на 26 юли на BMX трасето в Плевен след отлагане заради лошото време.\n\nСъстезателното BMX трасе в Плевен ще бъде домакин на третия кръг от Държавния личен и отборен шампионат MAXXIS CUP 2026, който ще се проведе на 26 юли. Надпреварата беше отложена заради неблагоприятни метеорологични условия.\n\nОрганизатор на събитието е спортен клуб \"Кайлъка Райдърс\" под егидата на Българската федерация по колоездене. Шампионатът се осъществява с подкрепата на Община Плевен и Туристическо дружество \"Кайлъшка долина\", а основен спонсор е Aquamatrix.\n\nВ състезанието могат да участват състезатели с различни видове велосипеди - BMX, MTB, Pump Track и Push Bike.\n\nНадпреварата ще бъде проведена в няколко възрастови и състезателни категории, сред които Push Bike, BMX за деца, смесени велосипеди, както и категории за мъже, жени и ветерани.\n\nПрограмата започва в 08:00 часа с регистрация на участниците и раздаване на стартови номера. Следват инспекция на трасето, техническа конференция и официални тренировки. Квалификациите са насрочени за 14:00 часа, финалите започват в 15:00 часа, а церемонията по награждаването е от 17:00 часа.\n\nОрганизаторите напомнят, че участниците трябва задължително да бъдат с каска, наколенки, ръкавици с цели пръсти и състезателна блуза или джърси. Препоръчва се използването и на допълнителни предпазни средства, сред които очила или маска, протектор за врата, налакътници и защита за горната част на тялото.",
"source": {
"uri": "novinata.bg",
"dataType": "news",
"title": "Novinata.bg"
},
"authors": [
{
"uri": "недялко_тенев@novinata.bg",
"name": "Недялко Тенев",
"type": "author",
"isAgency": false
}
],
"concepts": [
{
"uri": "http://en.wikipedia.org/wiki/BMX",
"type": "wiki",
"score": 5,
"label": {
"eng": "BMX"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Pleven",
"type": "loc",
"score": 5,
"label": {
"eng": "Pleven"
},
"location": {
"type": "place",
"label": {
"eng": "Pleven"
},
"country": {
"type": "country",
"label": {
"eng": "Bulgaria"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Bicycle",
"type": "wiki",
"score": 4,
"label": {
"eng": "Bicycle"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Kaylaka",
"type": "wiki",
"score": 3,
"label": {
"eng": "Kaylaka"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Valley",
"type": "wiki",
"score": 3,
"label": {
"eng": "Valley"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Cycling",
"type": "wiki",
"score": 3,
"label": {
"eng": "Cycling"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Sport",
"type": "wiki",
"score": 3,
"label": {
"eng": "Sport"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Pleven_Municipality",
"type": "loc",
"score": 3,
"label": {
"eng": "Pleven Municipality"
},
"location": null
},
{
"uri": "http://en.wikipedia.org/wiki/Helmet",
"type": "wiki",
"score": 2,
"label": {
"eng": "Helmet"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Glasses",
"type": "wiki",
"score": 1,
"label": {
"eng": "Glasses"
}
}
],
"categories": [
{
"uri": "iptc/sport",
"label": "iptc/sport",
"wgt": 91
}
],
"image": "https://novinata.bg/wp-content/uploads/2026/07/shampionat1.jpg",
"eventUri": null,
"sentiment": null,
"wgt": 522573551,
"relevance": 1
},
{
"uri": "9405461588",
"lang": "bul",
"isDuplicate": false,
"date": "2026-07-24",
"time": "07:19:11",
"dateTime": "2026-07-24T07:19:11Z",
"dateTimePub": "2026-07-24T07:12:09Z",
"dataType": "news",
"sim": 0,
"url": "https://novinata.bg/regiona/obsthina-kazanlak-predstavi-fotoalbuma-kazanlak-v-snimki-pred-negovite-avtori/",
"title": "Община Казанлък представи фотоалбума \"Казанлък в снимки\" пред неговите автори -- Novinata.bg",
"body": "Заместник-кметът Сребра Касева благодари на фотографите и обсъди с тях идеи за бъдещи издания.\n\nЗаместник-кметът на Община Казанлък Сребра Касева се срещна с фотографите, чиито снимки са включени в луксозния фотоалбум \"Казанлък в снимки\", издаден от общината.\n\nСрещата беше организирана като знак на признателност към авторите за техния принос към изданието. По време на разговора бяха обсъдени впечатленията от проекта, както и идеи и препоръки за неговото бъдещо развитие и популяризиране.\n\nФотоалбумът представя Казанлък чрез кадри, които показват богатото историческо и културно наследство, природните забележителности и местните традиции.\n\nИзданието е разделено в четири тематични части. Разделът \"Долината на розите\" е посветен на розовите градини, розобера и Празника на розата. \"Долината на тракийските царе\" представя археологическото наследство на региона и тракийските паметници. В \"Култура, традиции и дух\" са събрани кадри от местни обичаи, фестивали и културни събития, а \"Красотата на Казанлък през сезоните\" показва града и околностите му през различните сезони.\n\nВ края на срещата Сребра Касева благодари на фотографите за тяхната работа и за приноса им към популяризирането на Казанлък, като подчерта ролята на техните фотографии за представянето на красотата, традициите и духа на Розовата долина.",
"source": {
"uri": "novinata.bg",
"dataType": "news",
"title": "Novinata.bg"
},
"authors": [
{
"uri": "недялко_тенев@novinata.bg",
"name": "Недялко Тенев",
"type": "author",
"isAgency": false
}
],
"concepts": [
{
"uri": "http://bg.wikipedia.org/wiki/Сребра",
"type": "wiki",
"score": 5,
"label": {
"eng": "Сребра"
}
},
{
"uri": "http://bg.wikipedia.org/wiki/Казанлък_(община)",
"type": "loc",
"score": 5,
"label": {
"eng": "Казанлък (община)"
},
"location": null
},
{
"uri": "http://en.wikipedia.org/wiki/Kazanlak",
"type": "loc",
"score": 5,
"label": {
"eng": "Kazanlak"
},
"location": {
"type": "place",
"label": {
"eng": "Kazanlak"
},
"country": {
"type": "country",
"label": {
"eng": "Bulgaria"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Rose_Valley,_Bulgaria",
"type": "wiki",
"score": 3,
"label": {
"eng": "Rose Valley, Bulgaria"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Thracians",
"type": "loc",
"score": 3,
"label": {
"eng": "Thracians"
},
"location": null
},
{
"uri": "http://en.wikipedia.org/wiki/Season",
"type": "wiki",
"score": 2,
"label": {
"eng": "Season"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Tradition",
"type": "wiki",
"score": 2,
"label": {
"eng": "Tradition"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Festival",
"type": "wiki",
"score": 2,
"label": {
"eng": "Festival"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Culture",
"type": "wiki",
"score": 2,
"label": {
"eng": "Culture"
}
}
],
"categories": [
{
"uri": "iptc/arts,_culture,_entertainment_and_media/culture",
"label": "iptc/arts, culture, entertainment and media/culture",
"wgt": 61
},
{
"uri": "iptc/arts,_culture,_entertainment_and_media/arts_and_entertainment/visual_arts/photography",
"label": "iptc/arts, culture, entertainment and media/arts and entertainment/visual arts/photography",
"wgt": 93
}
],
"image": "https://novinata.bg/wp-content/uploads/2026/07/img_50471.webp",
"eventUri": null,
"sentiment": null,
"wgt": 522573551,
"relevance": 1
}
],
"totalResults": 154599,
"page": 1,
"count": 10,
"pages": 15460
}
}