Israeli Tourist Sites
2,000+ official Israeli tourist sites — historical sites, beaches, nature reserves and more.
About this dataset
Ministry of Tourism dataset of official tourist sites. Each site includes: name, short description, category, exact location, opening hours, admission, accessibility. Useful for tourism apps, trip planners, interactive maps.
Who it's for
How to use it
- 1Download from data.gov.il. Categories are coded by number — keep a lookup table.
Installation & setup
Download CSV, load into DB.
Code examples
const res = await fetch(
"https://data.gov.il/api/3/action/datastore_search?" +
new URLSearchParams({
resource_id: "YOUR_RESOURCE_ID",
filters: JSON.stringify({ region: "north" }),
limit: "50",
})
);Sample response
{
"records": [
{
"name": "עכו העתיקה",
"category": "היסטורי",
"lat": 32.921,
"lon": 35.087,
"hours": "08:30-17:00",
"admission": 45
}
]
}FAQ
Tips & pitfalls
More datasets in this category
Israeli Gas Stations
All 1,100+ gas stations in Israel with location, company and services.
Israeli Educational Institutions
All 5,400+ schools and kindergartens in Israel with institution code, address, student count.
Israeli Bus & Train Stops
All 30,000+ public-transport stops in Israel with precise location and route info.
Israel Cadastre (Gush/Helka)
Every parcel of land in Israel — block, parcel, geographic location and boundaries.
Road Accidents in Israel
All recorded Israeli road accidents — location, cause, severity, vehicles involved.
Israeli Election Results
All Israeli election results at ballot-box level, since 1996.