Israeli Tourist Sites

2,000+ official Israeli tourist sites — historical sites, beaches, nature reserves and more.

GovernmentFreeחינמיישראלתיירות
Official siteDocumentation

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

Tourism apps
Trip planners
Interactive maps

How to use it

  1. 1
    Download 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

No. Combine with Unsplash/Wikimedia.

Tips & pitfalls

Some private attractions are missing — this is official sites only.

More datasets in this category