← Intelligence Mashups

Estonian Heritage Trip Planner

GET /mashup/estonian/heritage

Plan a cultural heritage trip through Estonia: combines 12,569 monuments, 70 museums, current weather conditions, and daylight hours into a tourism-ready itinerary.

See it visualized

Parameters

region optional

Filter by Estonian county name

Example Requests

Basic usage
curl https://nordapi.ee/api/v1/mashup/estonian/heritage

Live Response

{
  "current_weather": null,
  "daylight": {
    "astronomical_twilight_begin": "1970-01-01T00:00:01+00:00",
    "astronomical_twilight_end": "1970-01-01T00:00:01+00:00",
    "civil_twilight_begin": "2026-07-04T23:57:56+00:00",
    "civil_twilight_end": "2026-07-05T20:51:18+00:00",
    "day_length": 66046,
    "nautical_twilight_begin": "1970-01-01T00:00:01+00:00",
    "nautical_twilight_end": "1970-01-01T00:00:01+00:00",
    "solar_noon": "2026-07-05T10:24:37+00:00",
    "sunrise": "2026-07-05T01:14:14+00:00",
    "sunset": "2026-07-05T19:35:00+00:00"
  },
  "generated_at": "2026-07-05T16:41:41.147902Z",
  "monument_count": 0,
  "monuments": [],
  "museum_count": 0,
  "museums": [],
  "success": true,
  "tip": "Best months for heritage tourism: May-September. Most outdoor monuments are freely accessible."
}