GET /search
Durchsuchen Sie all NordAPI Endpunkte by keyword. Liefert übereinstimmende categories und Endpunkte with relevance scoring, making it easy to discover available APIs programmatically. Searches Endpunkt names, descriptions, paths, und parameter names. Nützlich für building API explorers, documentation search features, integration discovery tools, und chatbots that help users find the right API Endpunkt for their needs.
q
erforderlich
Search query keyword
| Name | Erforderlich | Standard | Beschreibung |
|---|---|---|---|
q |
Ja | - | Search query keyword |
curl "https://nordapi.ee/api/v1/search?q=weather"
curl "https://nordapi.ee/api/v1/search?q=weather"
curl "https://nordapi.ee/api/v1/search?q=currency"
curl "https://nordapi.ee/api/v1/search?q=generate"
{
"categories": [
{
"description": "24 endpoints covering current and forecast weather from Open-Meteo, air quality indexes (PM2.5, PM10, ozone), IP geolocation, timezone lookups, sunrise/sunset times, comprehensive country data for 250 nations, postal code lookups in 60+ countries, marine wave and swell data, live flight tracking via ADS-B, NOAA tide predictions for US coastal stations, and geocoding search to convert place names into coordinates.",
"endpoint_count": 24,
"name": "Geo & Weather",
"slug": "geo",
"type": "category",
"url": "/docs/geo"
},
{
"description": "29 endpoints for NASA, earthquakes, ISS, SpaceX launches, carbon footprint, UK carbon intensity, COVID-19, NOAA space weather (Kp index, solar flares, sunspots), and population-based light pollution estimates on the Bortle scale.",
"endpoint_count": 29,
"name": "Science & Space",
"slug": "science",
"type": "category",
"url": "/docs/science"
},
{
"description": "35 cross-domain intelligence endpoints combining multiple NordAPI sources. Includes country dossiers, travel cost calculators, salary comparisons, digital nomad scoring, aurora forecasts, energy-weather correlation, currency health, portfolio analysis, travel safety, shopping optimization, stargazing spot finder, aquatic adventure planner, climate risk assessment, commodity-currency correlation, festival finder, culinary tourism, Estonian heritage planner, border queue intelligence, power grid status, and more.",
"endpoint_count": 35,
"name": "Intelligence Mashups",
"slug": "mashups",
"type": "category",
"url": "/docs/mashups"
},
{
"description": "131 endpoints for Estonian government and city data. Weather, parliament, power grid, statistics, transport, geocoding, legislation, roads, health, power outages, utilities, 575 cameras, RIHA, elections, border queues, 12,569 monuments, 1,008 cemeteries, 4,161 sports facilities, 248 ports, 70 museums, 523 qualifications, webcams, 1,654 navigational marks, 127,000+ trademarks, 19,000+ researchers, state auctions, environmental monitoring, geology, 17,420 spatial plans, 22,452 medical devices, 209 parking zones, and a Tallinn living guide. Curated endpoints include content hashes for change detection.",
"endpoint_count": 131,
"name": "Estonia",
"slug": "estonia",
"type": "category",
"url": "/docs/estonia"
}
],
"endpoints": [
{
"category": "geo",
"category_name": "Geo & Weather",
"description": "Get current weather conditions for any location, including temperature, humidity, feels-like temperature, precipitation, wind speed and direction, and weather description code. Supports lookup by latitude/longitude coordinates or by city name (30 major cities supported). Data updated every 15 minutes from Open-Meteo, powered by national weather services. Ideal for weather widgets, outdoor activity planners, and location-based apps.",
"example_curl": "curl \"https://nordapi.ee/api/v1/weather/current?city=oslo\"",
"id": "weather-current",
"method": "GET",
"name": "Current Weather",
"path": "/weather/current",
"type": "endpoint",
"url": "/docs/geo/weather-current"
},
{
"category": "geo",
"category_name": "Geo & Weather",
"description": "Get a multi-day weather forecast for up to 16 days, with daily high/low temperatures, precipitation probability, wind speed, and weather codes. Supports coordinates or city name lookup. Useful for travel planning apps, event scheduling tools, agriculture dashboards, and any feature that helps users plan around future weather conditions. Data from Open-Meteo forecast models.",
"example_curl": "curl \"https://nordapi.ee/api/v1/weather/forecast?city=tokyo&days=7\"",
"id": "weather-forecast",
"method": "GET",
"name": "Weather Forecast",
"path": "/weather/forecast",
"type": "endpoint",
"url": "/docs/geo/weather-forecast"
},
{
"category": "geo",
"category_name": "Geo & Weather",
"description": "Get the full list of 30 major cities that support city-name-based weather lookups. Returns city names and their coordinates. Use this to populate city dropdown menus or validate user input before calling the weather endpoints. Covers global capitals and major urban centers across all continents.",
"example_curl": "curl https://nordapi.ee/api/v1/weather/cities",
"id": "weather-cities",
"method": "GET",
"name": "Available Cities",
"path": "/weather/cities",
"type": "endpoint",
"url": "/docs/geo/weather-cities"
},
{
"category": "geo",
"category_name": "Geo & Weather",
"description": "Retrieve historical weather data for any location and date range from the Open-Meteo archive. Returns daily temperature, precipitation, wind, and other weather variables for past dates. Requires latitude/longitude coordinates and a date range. Useful for climate analysis, agricultural research, insurance claims verification, event post-mortems, and comparing current conditions to historical norms.",
"example_curl": "curl \"https://nordapi.ee/api/v1/weather/historical?lat=59.9&lon=10.7&start_date=2025-01-01&end_date=2025-01-31\"",
"id": "weather-historical",
"method": "GET",
"name": "Historical Weather",
"path": "/weather/historical",
"type": "endpoint",
"url": "/docs/geo/weather-historical"
},
{
"category": "geo",
"category_name": "Geo & Weather",
"description": "Get a multi-day marine weather forecast with hourly wave height, wave direction, wave period, and swell predictions. Configurable up to 7 days ahead. Useful for planning sailing routes, scheduling offshore work, timing surf sessions, and building marine safety alerting systems. Data from Open-Meteo marine forecast models.",
"example_curl": "curl \"https://nordapi.ee/api/v1/marine/forecast?lat=59.9&lon=10.7\"",
"id": "marine-forecast",
"method": "GET",
"name": "Marine Forecast",
"path": "/marine/forecast",
"type": "endpoint",
"url": "/docs/geo/marine-forecast"
},
{
"category": "geo",
"category_name": "Geo & Weather",
"description": "Convert place names, addresses, or location descriptions into geographic coordinates (latitude and longitude). Returns matching locations with their names, countries, coordinates, elevation, population, and timezone. Supports fuzzy matching and returns multiple results ranked by relevance. Data from Open-Meteo geocoding powered by the GeoNames database. Essential for any app that needs to convert user-typed locations into coordinates for use with weather, map, or other location-based APIs.",
"example_curl": "curl \"https://nordapi.ee/api/v1/geocoding/search?q=Oslo\"",
"id": "geocoding-search",
"method": "GET",
"name": "Geocoding Search",
"path": "/geocoding/search",
"type": "endpoint",
"url": "/docs/geo/geocoding-search"
},
{
"category": "science",
"category_name": "Science & Space",
"description": "Get current space weather alerts and warnings from NOAA's Space Weather Prediction Center (SWPC). Returns active geomagnetic storm watches, solar radiation storms, radio blackout alerts, and other space weather advisories. Each alert includes severity level, issue time, and description. Essential for aurora chasers, satellite operators, aviation planners, and power grid managers who need to monitor geomagnetic disturbances.",
"example_curl": "curl https://nordapi.ee/api/v1/spaceweather/alerts",
"id": "spaceweather-alerts",
"method": "GET",
"name": "Space Weather Alerts",
"path": "/spaceweather/alerts",
"type": "endpoint",
"url": "/docs/science/spaceweather-alerts"
},
{
"category": "science",
"category_name": "Science & Space",
"description": "Get recent planetary K-index (Kp) values from NOAA SWPC, the primary indicator of geomagnetic storm activity. The Kp index ranges from 0 (quiet) to 9 (extreme storm). Values of 5+ indicate geomagnetic storms visible as aurora at lower latitudes. Returns a time series of recent Kp readings. Critical for aurora prediction apps, satellite drag calculations, GPS accuracy monitoring, and space weather dashboards.",
"example_curl": "curl https://nordapi.ee/api/v1/spaceweather/kp",
"id": "spaceweather-kp",
"method": "GET",
"name": "Kp Geomagnetic Index",
"path": "/spaceweather/kp",
"type": "endpoint",
"url": "/docs/science/spaceweather-kp"
},
{
"category": "science",
"category_name": "Science & Space",
"description": "Get recent solar flare events from NOAA SWPC, including flare class (A, B, C, M, X), peak time, begin/end times, and source active region. M-class and X-class flares can cause radio blackouts, GPS disruptions, and enhanced aurora displays. Useful for amateur radio operators monitoring propagation conditions, aurora forecasters, space weather researchers, and satellite operators assessing radiation risk.",
"example_curl": "curl https://nordapi.ee/api/v1/spaceweather/flares",
"id": "spaceweather-flares",
"method": "GET",
"name": "Solar Flare Activity",
"path": "/spaceweather/flares",
"type": "endpoint",
"url": "/docs/science/spaceweather-flares"
},
{
"category": "science",
"category_name": "Science & Space",
"description": "Get recent daily sunspot numbers from NOAA SWPC, tracking solar activity levels. Sunspot numbers correlate with the 11-year solar cycle and predict space weather intensity. Higher sunspot counts mean more frequent solar flares, coronal mass ejections, and aurora displays. Useful for solar cycle tracking dashboards, long-term space weather forecasting, amateur astronomy tools, and climate research applications studying solar irradiance variability.",
"example_curl": "curl https://nordapi.ee/api/v1/spaceweather/sunspots",
"id": "spaceweather-sunspots",
"method": "GET",
"name": "Sunspot Numbers",
"path": "/spaceweather/sunspots",
"type": "endpoint",
"url": "/docs/science/spaceweather-sunspots"
},
{
"category": "tools",
"category_name": "Developer Utilities",
"description": "Connect to a Server-Sent Events stream for real-time push updates. Subscribe to broad topics or filter to specific items using the topic:filter syntax. Events include unique IDs for reconnection (pass Last-Event-ID header to resume). Heartbeat keeps the connection alive. Use curl -N or JavaScript EventSource. 14 topics available: exchange rates, crypto, electricity, commodities, economics, holidays, weather, earthquakes, space weather, NASA, sports, news, VAT, and currencies.",
"example_curl": "curl -N \"https://nordapi.ee/api/v1/stream?topics=crypto:bitcoin,electricity:NO1\"",
"id": "stream",
"method": "GET",
"name": "Real-Time Data Stream (SSE)",
"path": "/stream",
"type": "endpoint",
"url": "/docs/tools/stream"
},
{
"category": "mashups",
"category_name": "Intelligence Mashups",
"description": "Get a comprehensive intelligence report for any country, combining data from multiple NordAPI sources into a single response. Includes economic indicators (GDP, inflation, unemployment), current weather in the capital, upcoming public holidays, health statistics, currency information, and geographic data. Saves you from making 6+ separate API calls. Ideal for country profile pages, travel research tools, and market entry analysis dashboards.",
"example_curl": "curl https://nordapi.ee/api/v1/mashup/country/NO",
"id": "country-intel",
"method": "GET",
"name": "Country Intelligence",
"path": "/mashup/country/:code",
"type": "endpoint",
"url": "/docs/mashups/country-intel"
},
{
"category": "mashups",
"category_name": "Intelligence Mashups",
"description": "Calculate a comprehensive travel cost estimate between two countries, combining currency exchange rates, purchasing power parity (PPP) adjustment, destination weather forecast, and upcoming holidays at the destination. Converts your budget into local currency and adjusts it for local purchasing power so you know what your money is actually worth. Perfect for travel planning apps, budget calculators, and trip comparison tools.",
"example_curl": "curl \"https://nordapi.ee/api/v1/mashup/travel/cost?from=US&to=JP&budget=5000\"",
"id": "travel-cost",
"method": "GET",
"name": "Travel Cost Calculator",
"path": "/mashup/travel/cost",
"type": "endpoint",
"url": "/docs/mashups/travel-cost"
},
{
"category": "mashups",
"category_name": "Intelligence Mashups",
"description": "Calculate a livability score for any city for digital nomads, combining weather quality, cost of living (PPP-adjusted), internet infrastructure indicators, healthcare quality, safety, and visa friendliness. Optionally provide your monthly salary to see purchasing power estimates. Returns a composite score and breakdown by category. Ideal for digital nomad community platforms, remote work destination finders, and relocation planning tools.",
"example_curl": "curl \"https://nordapi.ee/api/v1/mashup/nomad/score?city=lisbon&salary=5000\"",
"id": "nomad",
"method": "GET",
"name": "Digital Nomad Score",
"path": "/mashup/nomad/score",
"type": "endpoint",
"url": "/docs/mashups/nomad"
},
{
"category": "mashups",
"category_name": "Intelligence Mashups",
"description": "Get an aurora borealis viewing score for any location, combining real-time space weather data (Kp index, solar wind) with local weather conditions (cloud cover, light pollution) and geographic latitude. Returns a composite score from 0-100 indicating how likely you are to see the Northern Lights tonight. Ideal for aurora alert apps, tourism platforms in Nordic regions, photography planning tools, and travel apps that help visitors time their trips to see the aurora.",
"example_curl": "curl \"https://nordapi.ee/api/v1/mashup/aurora/score?city=tallinn\"",
"id": "aurora",
"method": "GET",
"name": "Aurora Viewing Score",
"path": "/mashup/aurora/score",
"type": "endpoint",
"url": "/docs/mashups/aurora"
},
{
"category": "mashups",
"category_name": "Intelligence Mashups",
"description": "Analyze the relationship between weather conditions and electricity prices for a specific Nordic bidding zone. Combines real-time electricity spot prices from Nord Pool with current weather data (temperature, wind, cloud cover) to show how weather patterns affect energy costs. Returns price data alongside weather metrics and correlation insights. Essential for energy trading dashboards, smart home optimization, and utility companies analyzing price drivers.",
"example_curl": "curl \"https://nordapi.ee/api/v1/mashup/energy/weather?zone=NO1\"",
"id": "energy-weather",
"method": "GET",
"name": "Energy-Weather Correlation",
"path": "/mashup/energy/weather",
"type": "endpoint",
"url": "/docs/mashups/energy-weather"
},
{
"category": "mashups",
"category_name": "Intelligence Mashups",
"description": "Generate a comprehensive travel safety report for any destination country, combining health indicators, earthquake risk, weather conditions, political stability data, and holiday information. Compares the destination safety profile against your home country. Returns an overall safety score with category breakdowns for health, natural disaster risk, and security. Perfect for travel insurance apps, corporate travel management tools, and trip planning platforms that need to inform travelers about destination risks.",
"example_curl": "curl \"https://nordapi.ee/api/v1/mashup/travel/safety?destination=JP\"",
"id": "travel-safety",
"method": "GET",
"name": "Travel Safety Report",
"path": "/mashup/travel/safety",
"type": "endpoint",
"url": "/docs/mashups/travel-safety"
},
{
"category": "mashups",
"category_name": "Intelligence Mashups",
"description": "Generate a unique cultural snapshot for any city: combines current weather, a random museum artwork, a random classic poem, elevation data, light pollution levels, and sunrise/sunset times into an atmospheric moment. Perfect for creative apps, daily inspiration features, and cultural tourism tools.",
"example_curl": "curl \"https://nordapi.ee/api/v1/mashup/cultural/moment?city=paris\"",
"id": "cultural-moment",
"method": "GET",
"name": "Cultural Moment",
"path": "/mashup/cultural/moment",
"type": "endpoint",
"url": "/docs/mashups/cultural-moment"
},
{
"category": "mashups",
"category_name": "Intelligence Mashups",
"description": "Comprehensive outdoor activity assessment for any location. Combines real-time weather, air quality, elevation, light pollution, nearby seismic activity, marine conditions, and sunrise/sunset into an overall outdoor score with personalized activity suggestions (hiking, cycling, stargazing, etc.).",
"example_curl": "curl \"https://nordapi.ee/api/v1/mashup/outdoor/planner?lat=59.91&lon=10.75\"",
"id": "outdoor-planner",
"method": "GET",
"name": "Outdoor Activity Planner",
"path": "/mashup/outdoor/planner",
"type": "endpoint",
"url": "/docs/mashups/outdoor-planner"
},
{
"category": "mashups",
"category_name": "Intelligence Mashups",
"description": "Estonia-Russia border crossing intelligence: current queue times combined with weather at the border, upcoming holidays in both countries that affect traffic, and optimal crossing tips.",
"example_curl": "curl https://nordapi.ee/api/v1/mashup/border/intelligence",
"id": "border-intelligence",
"method": "GET",
"name": "Border Queue Intelligence",
"path": "/mashup/border/intelligence",
"type": "endpoint",
"url": "/docs/mashups/border-intelligence"
},
{
"category": "mashups",
"category_name": "Intelligence Mashups",
"description": "Plan a cultural heritage trip through Estonia: combines 12,569 monuments, 70 museums, current weather conditions, and daylight hours into a tourism-ready itinerary.",
"example_curl": "curl https://nordapi.ee/api/v1/mashup/estonian/heritage",
"id": "estonian-heritage",
"method": "GET",
"name": "Estonian Heritage Trip Planner",
"path": "/mashup/estonian/heritage",
"type": "endpoint",
"url": "/docs/mashups/estonian-heritage"
},
{
"category": "mashups",
"category_name": "Intelligence Mashups",
"description": "Water sports recommendation engine: combines marine data (wave height, temperature), weather (wind, precipitation), and air quality to recommend surfing, sailing, kayaking, swimming, or windsurfing.",
"example_curl": "curl \"https://nordapi.ee/api/v1/mashup/aquatic/adventure?lat=59.4&lon=24.7\"",
"id": "aquatic-adventure",
"method": "GET",
"name": "Aquatic Adventure Planner",
"path": "/mashup/aquatic/adventure",
"type": "endpoint",
"url": "/docs/mashups/aquatic-adventure"
},
{
"category": "mashups",
"category_name": "Intelligence Mashups",
"description": "Discover upcoming festivals and events: combines public holidays, shopping events, weather forecasts, and country data for any country. Filter by how far ahead to look.",
"example_curl": "curl \"https://nordapi.ee/api/v1/mashup/festival/finder?country=EE&months=6\"",
"id": "festival-finder",
"method": "GET",
"name": "Festival & Event Finder",
"path": "/mashup/festival/finder",
"type": "endpoint",
"url": "/docs/mashups/festival-finder"
},
{
"category": "mashups",
"category_name": "Intelligence Mashups",
"description": "Food trail planner: combines local recipes, craft breweries, current weather, and upcoming food-related events for any city worldwide.",
"example_curl": "curl \"https://nordapi.ee/api/v1/mashup/culinary/route?city=Tallinn\"",
"id": "culinary-route",
"method": "GET",
"name": "Culinary Tourism Route",
"path": "/mashup/culinary/route",
"type": "endpoint",
"url": "/docs/mashups/culinary-route"
},
{
"category": "mashups",
"category_name": "Intelligence Mashups",
"description": "Combined power grid intelligence: real-time Elektrilevi outages with current electricity price, weather station wind speeds, and storm warnings. Correlates high winds with outage risk.",
"example_curl": "curl https://nordapi.ee/api/v1/mashup/estonian/power",
"id": "estonian-power",
"method": "GET",
"name": "Estonian Power Grid Status",
"path": "/mashup/estonian/power",
"type": "endpoint",
"url": "/docs/mashups/estonian-power"
},
{
"category": "mashups",
"category_name": "Intelligence Mashups",
"description": "Compare study abroad destinations: combines university data, cost of living, weather, holidays, and country profiles for multiple destinations.",
"example_curl": "curl \"https://nordapi.ee/api/v1/mashup/study/abroad?home=US&destinations=EE,NO,DE\"",
"id": "study-abroad",
"method": "GET",
"name": "Study Abroad Advisor",
"path": "/mashup/study/abroad",
"type": "endpoint",
"url": "/docs/mashups/study-abroad"
},
{
"category": "mashups",
"category_name": "Intelligence Mashups",
"description": "Nordic green energy assessment: combines current electricity price, generation mix, carbon intensity, weather, and grid demand for any Nord Pool zone.",
"example_curl": "curl \"https://nordapi.ee/api/v1/mashup/green/energy?zone=SE3\"",
"id": "green-energy",
"method": "GET",
"name": "Green Energy Score",
"path": "/mashup/green/energy",
"type": "endpoint",
"url": "/docs/mashups/green-energy"
},
{
"category": "mashups",
"category_name": "Intelligence Mashups",
"description": "Comprehensive location profile: combines weather, air quality, elevation, light pollution, nearby earthquakes, and timezone into a single location report.",
"example_curl": "curl \"https://nordapi.ee/api/v1/mashup/location?lat=59.4&lon=24.7\"",
"id": "location-intel",
"method": "GET",
"name": "Location Intelligence",
"path": "/mashup/location",
"type": "endpoint",
"url": "/docs/mashups/location-intel"
},
{
"category": "mashups",
"category_name": "Intelligence Mashups",
"description": "Plan a craft brewery tour: combines local breweries, weather forecast, and location data for any city.",
"example_curl": "curl \"https://nordapi.ee/api/v1/mashup/brewery/trip?city=Oslo\"",
"id": "brewery-trip",
"method": "GET",
"name": "Brewery Trip Planner",
"path": "/mashup/brewery/trip",
"type": "endpoint",
"url": "/docs/mashups/brewery-trip"
},
{
"category": "estonia",
"category_name": "Estonia",
"description": "Real-time weather observations from all Estonian weather stations operated by the Estonian Weather Service (Ilmateenistus). Returns temperature, humidity, wind, air pressure, visibility, precipitation, UV index, and water data for ~30 stations across Estonia.",
"example_curl": "curl https://nordapi.ee/api/v1/estonian-weather/observations",
"id": "ee-weather-observations",
"method": "GET",
"name": "Estonian Weather Observations",
"path": "/estonian-weather/observations",
"type": "endpoint",
"url": "/docs/estonia/ee-weather-observations"
},
{
"category": "estonia",
"category_name": "Estonia",
"description": "Get current weather data for a specific Estonian weather station by name (case-insensitive partial match). Stations include Tallinn-Harku, Tartu-Tõravere, Pärnu, Narva, Kuressaare, Võru, and more.",
"example_curl": "curl https://nordapi.ee/api/v1/estonian-weather/station/tallinn",
"id": "ee-weather-station",
"method": "GET",
"name": "Estonian Weather Station",
"path": "/estonian-weather/station/:name",
"type": "endpoint",
"url": "/docs/estonia/ee-weather-station"
},
{
"category": "estonia",
"category_name": "Estonia",
"description": "4-day weather forecast for Estonia from Ilmateenistus. Includes day and night forecasts with phenomena, temperature ranges, text descriptions, and place-specific predictions for major Estonian cities. Available in English and Estonian.",
"example_curl": "curl https://nordapi.ee/api/v1/estonian-weather/forecast",
"id": "ee-weather-forecast",
"method": "GET",
"name": "Estonian Weather Forecast",
"path": "/estonian-weather/forecast",
"type": "endpoint",
"url": "/docs/estonia/ee-weather-forecast"
},
{
"category": "estonia",
"category_name": "Estonia",
"description": "All Tallinn beaches with lengths, facilities, Blue Flag status, water quality ratings, and the beach flag system (green/yellow/red). Includes Pirita, Stroomi, Pikakari, Kakumäe, and Harku lake. Tip: get real-time sea temperature via /estonian-weather/station/Pirita.",
"example_curl": "curl https://nordapi.ee/api/v1/tallinn/beaches",
"id": "tallinn-beaches",
"method": "GET",
"name": "Tallinn Beaches",
"path": "/tallinn/beaches",
"type": "endpoint",
"url": "/docs/estonia/tallinn-beaches"
},
{
"category": "estonia",
"category_name": "Estonia",
"description": "Active weather warnings from Ilmateenistus for Estonia and surrounding sea areas. Returns warning area, content in Estonian and English, and timestamp. Includes storm warnings, wind warnings, and marine warnings.",
"example_curl": "curl https://nordapi.ee/api/v1/estonian-weather/warnings",
"id": "ee-weather-warnings",
"method": "GET",
"name": "Estonian Weather Warnings",
"path": "/estonian-weather/warnings",
"type": "endpoint",
"url": "/docs/estonia/ee-weather-warnings"
},
{
"category": "estonia",
"category_name": "Estonia",
"description": "Real-time road weather data from stations across Estonia. Returns road/air temperature, precipitation type and intensity, wind speed/direction, humidity, visibility, and road surface status.",
"example_curl": "curl https://nordapi.ee/api/v1/estonian-roads/weather",
"id": "ee-road-weather",
"method": "GET",
"name": "Estonian Road Weather Stations",
"path": "/estonian-roads/weather",
"type": "endpoint",
"url": "/docs/estonia/ee-road-weather"
},
{
"category": "estonia",
"category_name": "Estonia",
"description": "List all 40+ available map data layers from the Transport Administration ArcGIS server. Includes road cameras, speed cameras, weather stations, bikeways, bridges, truck routes, ice roads, parking, and more.",
"example_curl": "curl https://nordapi.ee/api/v1/estonian-roads/services",
"id": "ee-road-services",
"method": "GET",
"name": "Estonian Road Data Services",
"path": "/estonian-roads/services",
"type": "endpoint",
"url": "/docs/estonia/ee-road-services"
}
],
"query": "weather",
"success": true,
"total": 40
}