venues
Data license: Compiled from official public government tourism registers · Data source: National tourism registers (BG · RO · GB · ES · FR · IE · HR · PT)
- group
- Top group: Stay / Eat & Drink / Other
- family
- Simplified family (Hotels, Guesthouses, Restaurants, Bars & Pubs…)
- venue_type
- Detailed canonical type (see the venue_types table)
- type_granularity
- 'coarse' when the source lumps several real types (e.g. UK FSA)
- rating_value
- Normalized 1–5 grade, or blank if unrated
- rating_scheme
- star / key / flower / approved / none (see rating_schemes)
- rating_label
- Original rating string from the source (provenance)
- source_type
- Original type string from the national register (provenance)
- source_category
- Original category/rating field from the register
- capacity_persons
- Comparable headline capacity — beds/guests (stay) or seats (food)
- rooms
- Number of rooms / units (accommodation)
- cert_number
- Certificate / registration number in the national register
- source
- Source register the row came from
7 rows where rating_value = 3 and venue_type = "rest_home"
This data as json, CSV (advanced)
Suggested facets: city, municipality, valid_until (date)
| Link | rowid ▼ | name | country | group | family | venue_type | type_granularity | rating_value | rating_scheme | rating_label | capacity_persons | rooms | city | municipality | address | lat | lng | valid_until | stop_date | source | source_type | source_category | cert_number |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 4267 | 4267 | CASSA BLANKA | BG | stay | other_stay | rest_home | normal | 3 | star | 3 | Stara Kresna | Kresna | S.Oshtava, mestnos Banishteto | 2030-03-18T10:00:00Z | BG-NTR | Rest homes | 3 | КЛ-ИИХ-А9Х-1К | |||||
| 4562 | 4562 | "DENITSA" | BG | stay | other_stay | rest_home | normal | 3 | star | 3 | 40 | Topola | Kavarna | kk.Karvuna | 2026-09-09T09:00:00Z | BG-NTR | Rest homes | 3 | К1-ИКВ-17Н-1К | ||||
| 4910 | 4910 | KOMPLEX ASENEVTSI | BG | stay | other_stay | rest_home | normal | 3 | star | 3 | 22 | Tsareva livada | Dryanovo | ul. Tsar Asen 4 | 2028-06-30T09:00:00Z | BG-NTR | Rest homes | 3 | ДЖ-ИКБ-2ЗК-1К | ||||
| 5584 | 5584 | "ZDRAVETS" | BG | stay | other_stay | rest_home | normal | 3 | star | 3 | 52 | Varna | Varna | k.k. "Chayka", pozemlen imot pl. № 3420 | 2028-07-28T09:00:00Z | BG-NTR | Rest homes | 3 | В1-ИМЩ-5НР-1К | ||||
| 5652 | 5652 | "ROYAL BIYCH" | BG | stay | other_stay | rest_home | normal | 3 | star | 3 | 35 | Varna | Varna | k.k. "Chayka", UL. "BOYaN BAChVAROV" № 141 | 2027-06-02T09:00:00Z | BG-NTR | Rest homes | 3 | В1-Ж6Ц-9ЖС-1К | ||||
| 5657 | 5657 | „MEZHDUNARODEN DOM NA ZHURNALISTA“ | BG | stay | other_stay | rest_home | normal | 3 | star | 3 | 72 | Zlatni pyasatsi | Varna | k.k. Zlatni pyasatsi, PI № 3340, kv. 12, partsel XVI | 2027-06-01T21:00:00Z | BG-NTR | Rest homes | 3 | В1-Ж12-9ЖС-1К | ||||
| 6727 | 6727 | SANYA | BG | stay | other_stay | rest_home | normal | 3 | star | 3 | 20 | Apriltsi | Apriltsi | kv. Ostrets, ul. "Otdih" №20 | 2030-08-21T09:00:00Z | BG-NTR | Rest homes | 3 | А7-ЗШ6-АЗЧ-1К |
Advanced export
JSON shape: default, array, newline-delimited
CREATE TABLE venues ("name" TEXT, "country" TEXT, "group" TEXT, "family" TEXT, "venue_type" TEXT, "type_granularity" TEXT, "rating_value" INTEGER, "rating_scheme" TEXT, "rating_label" TEXT, "capacity_persons" INTEGER, "rooms" INTEGER, "city" TEXT, "municipality" TEXT, "address" TEXT, "lat" REAL, "lng" REAL, "valid_until" TEXT, "stop_date" TEXT, "source" TEXT, "source_type" TEXT, "source_category" TEXT, "cert_number" TEXT);
CREATE INDEX idx_country ON venues("country");
CREATE INDEX idx_group ON venues("group");
CREATE INDEX idx_family ON venues("family");
CREATE INDEX idx_venue_type ON venues("venue_type");
CREATE INDEX idx_rating_value ON venues("rating_value");
CREATE INDEX idx_rating_scheme ON venues("rating_scheme");
CREATE INDEX idx_city ON venues("city");