{"id":"strompris","name":"Norwegian electricity spot prices","description":"Current and historical hourly spot prices, cheapest hours and price-area lookup for NO1\u2013NO5.","documentation":"https://www.hvakosterstrommen.no/strompris-api","operations":[{"name":"get_prices","description":"Get one day's hourly spot prices for one price area.","parameters":[{"name":"date","type":"string","schema":{"type":"string"},"display_type":"string","required":true,"default":null,"description":"Day as \"YYYY-MM-DD\"."},{"name":"area","type":"string","schema":{"type":"string"},"display_type":"string","required":true,"default":null,"description":"Price area NO1..NO5 (NO1 Oslo, NO2 Kristiansand, NO3 Trondheim, NO4 Tromso, NO5 Bergen)."},{"name":"limit","type":"integer","schema":{"type":"integer","minimum":1,"maximum":100,"default":25},"display_type":"integer","required":false,"default":25,"description":"Maximum list items returned by the gateway (default 25, maximum 100)."},{"name":"offset","type":"integer","schema":{"type":"integer","minimum":0,"default":0},"display_type":"integer","required":false,"default":0,"description":"Number of list items to skip before returning the page."}],"json_get_url_template":"https://allemannsdata.com/wiki/api/v1/kilder/strompris/get_prices?date={date}&area={area}&limit=25&offset=0","output_fields":["date","area","prices","prices[].NOK_per_kWh","prices[].EUR_per_kWh","prices[].EXR","prices[].time_start","prices[].time_end","prices[].time_start_utc","prices[].time_end_utc"],"output_fields_truncated":false,"canonical_field_aliases":{"date":["date"],"price_nok_per_kwh":["prices[].NOK_per_kWh"],"timestamp":["prices[].time_start","prices[].time_end","prices[].time_start_utc","prices[].time_end_utc"]},"temporal_conventions":{"timezone":"mixed_explicit","join_guidance":"Use time_start_utc/time_end_utc when joining other sources. time_start/time_end retain the upstream Europe/Oslo offset.","utc_fields":["time_start_utc","time_end_utc"],"local_fields":["time_start","time_end"]},"description_language":"en","documentation":"Get one day's hourly spot prices for one price area.\n\nArgs:\n    date: Day as \"YYYY-MM-DD\".\n    area: Price area NO1..NO5 (NO1 Oslo, NO2 Kristiansand, NO3 Trondheim,\n        NO4 Tromso, NO5 Bergen).\n\nReturns hourly rows with NOK_per_kWh, EUR_per_kWh, the EUR->NOK rate (EXR)\nused that day, local time_start/time_end (ISO 8601 with Europe/Oslo\noffset), and canonical time_start_utc/time_end_utc join keys. Prices are\nEX. VAT and exclude the stromstotte subsidy.","documentation_language":"en","wiki_get_endpoint":"https://allemannsdata.com/wiki/kilder/strompris/get_prices/","wiki_get_url_template":"https://allemannsdata.com/wiki/kilder/strompris/get_prices/?date={date}&area={area}&limit=25&offset=0","json_endpoint":"https://allemannsdata.com/wiki/api/v1/kilder/strompris/get_prices","response_schema":{"type":"object","properties":{"date":{"type":"string","format":"date"},"area":{"type":"string","enum":["NO1","NO2","NO3","NO4","NO5"]},"prices":{"type":"array","items":{"type":"object","properties":{"NOK_per_kWh":{"type":"number"},"EUR_per_kWh":{"type":"number"},"EXR":{"type":"number"},"time_start":{"type":"string","format":"date-time"},"time_end":{"type":"string","format":"date-time"},"time_start_utc":{"type":"string","format":"date-time"},"time_end_utc":{"type":"string","format":"date-time"}},"additionalProperties":false,"required":["NOK_per_kWh","EUR_per_kWh","EXR","time_start","time_end","time_start_utc","time_end_utc"]}}},"additionalProperties":false,"required":["date","area","prices"]},"response_schema_status":{"status":"declared","codegen_safe":true,"description":"Maintained response contract."},"entity_projection":{"status":"projected","entity_types":["electricity_price_area"],"description":"Recognized records and stable operation identifiers are projected; an empty array means the successful payload contained no recognizable entity."},"response_schema_url":"https://allemannsdata.com/wiki/api/v1/kilder/strompris/get_prices/schema","endpoint":"https://allemannsdata.com/wiki/api/v1/kilder/strompris/get_prices","get_url_template":"https://allemannsdata.com/wiki/api/v1/kilder/strompris/get_prices?date={date}&area={area}&limit=25&offset=0","response_example":{"source":"strompris","operation":"get_prices","parameters":{"date":"2026-01-15","area":"example value"},"data":{"date":"2026-01-15","area":"NO1","prices":[{"NOK_per_kWh":1.0,"EUR_per_kWh":1.0,"EXR":1.0,"time_start":"2026-01-15T12:00:00Z","time_end":"2026-01-15T12:00:00Z","time_start_utc":"2026-01-15T12:00:00Z","time_end_utc":"2026-01-15T12:00:00Z"}]},"entities":[{"type":"electricity_price_area","id":"EXAMPLE VALUE","name":"EXAMPLE VALUE","source":"strompris","description":"Norwegian electricity bidding zone."}],"_meta":{"retrieved_at":"2026-01-15T12:00:00Z","language":"en","content_languages":["en"],"sources":[{"id":"strompris","name":"Norwegian electricity spot prices","description":"Current and historical hourly spot prices, cheapest hours and price-area lookup for NO1\u2013NO5.","cache_ttl_seconds":300,"documentation":"https://www.hvakosterstrommen.no/strompris-api"}]},"_provenance":{"data":{"source":"strompris","source_api":"https://allemannsdata.com/wiki/api/v1/kilder/strompris"},"entities":{"source":"strompris","source_api":"https://allemannsdata.com/wiki/api/v1/kilder/strompris","derived_from":"#/data","description":"Normalized projection of data."}},"_links":{"self":"https://allemannsdata.com/wiki/api/v1/kilder/strompris/get_prices","source":"https://allemannsdata.com/wiki/api/v1/kilder/strompris","wiki":"https://allemannsdata.com/wiki/kilder/strompris/get_prices/"}}},{"name":"get_price_now","description":"Get the spot price for the current hour in a price area.","parameters":[{"name":"area","type":"string","schema":{"type":"string"},"display_type":"string","required":true,"default":null,"description":"Price area NO1..NO5."},{"name":"limit","type":"integer","schema":{"type":"integer","minimum":1,"maximum":100,"default":25},"display_type":"integer","required":false,"default":25,"description":"Maximum list items returned by the gateway (default 25, maximum 100)."},{"name":"offset","type":"integer","schema":{"type":"integer","minimum":0,"default":0},"display_type":"integer","required":false,"default":0,"description":"Number of list items to skip before returning the page."}],"json_get_url_template":"https://allemannsdata.com/wiki/api/v1/kilder/strompris/get_price_now?area={area}&limit=25&offset=0","output_fields":["area","current","current.NOK_per_kWh","current.EUR_per_kWh","current.EXR","current.time_start","current.time_end","current.time_start_utc","current.time_end_utc"],"output_fields_truncated":false,"canonical_field_aliases":{"price_nok_per_kwh":["current.NOK_per_kWh"],"timestamp":["current.time_start","current.time_end","current.time_start_utc","current.time_end_utc"]},"temporal_conventions":{"timezone":"mixed_explicit","join_guidance":"Use time_start_utc/time_end_utc when joining other sources. time_start/time_end retain the upstream Europe/Oslo offset.","utc_fields":["time_start_utc","time_end_utc"],"local_fields":["time_start","time_end"]},"description_language":"en","documentation":"Get the spot price for the current hour in a price area.\n\nArgs:\n    area: Price area NO1..NO5.\n\nReturns the hourly row covering the current time (Europe/Oslo), or a\n\"not published\" message if today's file isn't available yet.","documentation_language":"en","wiki_get_endpoint":"https://allemannsdata.com/wiki/kilder/strompris/get_price_now/","wiki_get_url_template":"https://allemannsdata.com/wiki/kilder/strompris/get_price_now/?area={area}&limit=25&offset=0","json_endpoint":"https://allemannsdata.com/wiki/api/v1/kilder/strompris/get_price_now","response_schema":{"type":"object","properties":{"area":{"type":"string","enum":["NO1","NO2","NO3","NO4","NO5"]},"current":{"type":"object","properties":{"NOK_per_kWh":{"type":"number"},"EUR_per_kWh":{"type":"number"},"EXR":{"type":"number"},"time_start":{"type":"string","format":"date-time"},"time_end":{"type":"string","format":"date-time"},"time_start_utc":{"type":"string","format":"date-time"},"time_end_utc":{"type":"string","format":"date-time"}},"additionalProperties":false,"required":["NOK_per_kWh","EUR_per_kWh","EXR","time_start","time_end","time_start_utc","time_end_utc"]}},"additionalProperties":false,"required":["area","current"]},"response_schema_status":{"status":"declared","codegen_safe":true,"description":"Maintained response contract."},"entity_projection":{"status":"projected","entity_types":["electricity_price_area"],"description":"Recognized records and stable operation identifiers are projected; an empty array means the successful payload contained no recognizable entity."},"response_schema_url":"https://allemannsdata.com/wiki/api/v1/kilder/strompris/get_price_now/schema","endpoint":"https://allemannsdata.com/wiki/api/v1/kilder/strompris/get_price_now","get_url_template":"https://allemannsdata.com/wiki/api/v1/kilder/strompris/get_price_now?area={area}&limit=25&offset=0","response_example":{"source":"strompris","operation":"get_price_now","parameters":{"area":"example value"},"data":{"area":"NO1","current":{"NOK_per_kWh":1.0,"EUR_per_kWh":1.0,"EXR":1.0,"time_start":"2026-01-15T12:00:00Z","time_end":"2026-01-15T12:00:00Z","time_start_utc":"2026-01-15T12:00:00Z","time_end_utc":"2026-01-15T12:00:00Z"}},"entities":[{"type":"electricity_price_area","id":"EXAMPLE VALUE","name":"EXAMPLE VALUE","source":"strompris","description":"Norwegian electricity bidding zone."}],"_meta":{"retrieved_at":"2026-01-15T12:00:00Z","language":"en","content_languages":["en"],"sources":[{"id":"strompris","name":"Norwegian electricity spot prices","description":"Current and historical hourly spot prices, cheapest hours and price-area lookup for NO1\u2013NO5.","cache_ttl_seconds":300,"documentation":"https://www.hvakosterstrommen.no/strompris-api"}]},"_provenance":{"data":{"source":"strompris","source_api":"https://allemannsdata.com/wiki/api/v1/kilder/strompris"},"entities":{"source":"strompris","source_api":"https://allemannsdata.com/wiki/api/v1/kilder/strompris","derived_from":"#/data","description":"Normalized projection of data."}},"_links":{"self":"https://allemannsdata.com/wiki/api/v1/kilder/strompris/get_price_now","source":"https://allemannsdata.com/wiki/api/v1/kilder/strompris","wiki":"https://allemannsdata.com/wiki/kilder/strompris/get_price_now/"}}},{"name":"get_price_range","description":"Get hourly prices across a date range for one price area (max 31 days).","parameters":[{"name":"start_date","type":"string","schema":{"type":"string"},"display_type":"string","required":true,"default":null,"description":"First day, \"YYYY-MM-DD\"."},{"name":"end_date","type":"string","schema":{"type":"string"},"display_type":"string","required":true,"default":null,"description":"Last day inclusive, \"YYYY-MM-DD\"."},{"name":"area","type":"string","schema":{"type":"string"},"display_type":"string","required":true,"default":null,"description":"Price area NO1..NO5."},{"name":"limit","type":"integer","schema":{"type":"integer","minimum":1,"maximum":100,"default":25},"display_type":"integer","required":false,"default":25,"description":"Maximum list items returned by the gateway (default 25, maximum 100)."},{"name":"offset","type":"integer","schema":{"type":"integer","minimum":0,"default":0},"display_type":"integer","required":false,"default":0,"description":"Number of list items to skip before returning the page."}],"json_get_url_template":"https://allemannsdata.com/wiki/api/v1/kilder/strompris/get_price_range?start_date={start_date}&end_date={end_date}&area={area}&limit=25&offset=0","output_fields":["area","prices","prices[].NOK_per_kWh","prices[].EUR_per_kWh","prices[].EXR","prices[].time_start","prices[].time_end","prices[].time_start_utc","prices[].time_end_utc","missing_days"],"output_fields_truncated":false,"canonical_field_aliases":{"price_nok_per_kwh":["prices[].NOK_per_kWh"],"timestamp":["prices[].time_start","prices[].time_end","prices[].time_start_utc","prices[].time_end_utc"]},"temporal_conventions":{"timezone":"mixed_explicit","join_guidance":"Use time_start_utc/time_end_utc when joining other sources. time_start/time_end retain the upstream Europe/Oslo offset.","utc_fields":["time_start_utc","time_end_utc"],"local_fields":["time_start","time_end"]},"description_language":"en","documentation":"Get hourly prices across a date range for one price area (max 31 days).\n\nArgs:\n    start_date: First day, \"YYYY-MM-DD\".\n    end_date: Last day inclusive, \"YYYY-MM-DD\".\n    area: Price area NO1..NO5.\n\nReturns concatenated hourly rows. Days with no published prices are listed\nin `missing_days` rather than failing the whole call.","documentation_language":"en","wiki_get_endpoint":"https://allemannsdata.com/wiki/kilder/strompris/get_price_range/","wiki_get_url_template":"https://allemannsdata.com/wiki/kilder/strompris/get_price_range/?start_date={start_date}&end_date={end_date}&area={area}&limit=25&offset=0","json_endpoint":"https://allemannsdata.com/wiki/api/v1/kilder/strompris/get_price_range","response_schema":{"type":"object","properties":{"area":{"type":"string","enum":["NO1","NO2","NO3","NO4","NO5"]},"prices":{"type":"array","items":{"type":"object","properties":{"NOK_per_kWh":{"type":"number"},"EUR_per_kWh":{"type":"number"},"EXR":{"type":"number"},"time_start":{"type":"string","format":"date-time"},"time_end":{"type":"string","format":"date-time"},"time_start_utc":{"type":"string","format":"date-time"},"time_end_utc":{"type":"string","format":"date-time"}},"additionalProperties":false,"required":["NOK_per_kWh","EUR_per_kWh","EXR","time_start","time_end","time_start_utc","time_end_utc"]}},"missing_days":{"type":"array","items":{"type":"string","format":"date"}}},"additionalProperties":false,"required":["area","prices","missing_days"]},"response_schema_status":{"status":"declared","codegen_safe":true,"description":"Maintained response contract."},"entity_projection":{"status":"projected","entity_types":["electricity_price_area"],"description":"Recognized records and stable operation identifiers are projected; an empty array means the successful payload contained no recognizable entity."},"response_schema_url":"https://allemannsdata.com/wiki/api/v1/kilder/strompris/get_price_range/schema","endpoint":"https://allemannsdata.com/wiki/api/v1/kilder/strompris/get_price_range","get_url_template":"https://allemannsdata.com/wiki/api/v1/kilder/strompris/get_price_range?start_date={start_date}&end_date={end_date}&area={area}&limit=25&offset=0","response_example":{"source":"strompris","operation":"get_price_range","parameters":{"start_date":"2026-01-15","end_date":"2026-01-15","area":"example value"},"data":{"area":"NO1","prices":[{"NOK_per_kWh":1.0,"EUR_per_kWh":1.0,"EXR":1.0,"time_start":"2026-01-15T12:00:00Z","time_end":"2026-01-15T12:00:00Z","time_start_utc":"2026-01-15T12:00:00Z","time_end_utc":"2026-01-15T12:00:00Z"}],"missing_days":["2026-01-15"]},"entities":[{"type":"electricity_price_area","id":"EXAMPLE VALUE","name":"EXAMPLE VALUE","source":"strompris","description":"Norwegian electricity bidding zone."}],"_meta":{"retrieved_at":"2026-01-15T12:00:00Z","language":"en","content_languages":["en"],"sources":[{"id":"strompris","name":"Norwegian electricity spot prices","description":"Current and historical hourly spot prices, cheapest hours and price-area lookup for NO1\u2013NO5.","cache_ttl_seconds":300,"documentation":"https://www.hvakosterstrommen.no/strompris-api"}]},"_provenance":{"data":{"source":"strompris","source_api":"https://allemannsdata.com/wiki/api/v1/kilder/strompris"},"entities":{"source":"strompris","source_api":"https://allemannsdata.com/wiki/api/v1/kilder/strompris","derived_from":"#/data","description":"Normalized projection of data."}},"_links":{"self":"https://allemannsdata.com/wiki/api/v1/kilder/strompris/get_price_range","source":"https://allemannsdata.com/wiki/api/v1/kilder/strompris","wiki":"https://allemannsdata.com/wiki/kilder/strompris/get_price_range/"}}},{"name":"get_cheapest_hours","description":"Rank a day's hours from cheapest and return the n cheapest.","parameters":[{"name":"date","type":"string","schema":{"type":"string"},"display_type":"string","required":true,"default":null,"description":"Day as \"YYYY-MM-DD\"."},{"name":"area","type":"string","schema":{"type":"string"},"display_type":"string","required":true,"default":null,"description":"Price area NO1..NO5."},{"name":"n","type":"integer","schema":{"type":"integer"},"display_type":"integer","required":false,"default":3,"description":"How many cheapest hours to return (default 3)."},{"name":"limit","type":"integer","schema":{"type":"integer","minimum":1,"maximum":100,"default":25},"display_type":"integer","required":false,"default":25,"description":"Maximum list items returned by the gateway (default 25, maximum 100)."},{"name":"offset","type":"integer","schema":{"type":"integer","minimum":0,"default":0},"display_type":"integer","required":false,"default":0,"description":"Number of list items to skip before returning the page."}],"json_get_url_template":"https://allemannsdata.com/wiki/api/v1/kilder/strompris/get_cheapest_hours?date={date}&area={area}&n=3&limit=25&offset=0","output_fields":["date","area","cheapest","cheapest[].NOK_per_kWh","cheapest[].EUR_per_kWh","cheapest[].EXR","cheapest[].time_start","cheapest[].time_end","cheapest[].time_start_utc","cheapest[].time_end_utc"],"output_fields_truncated":false,"canonical_field_aliases":{"date":["date"],"price_nok_per_kwh":["cheapest[].NOK_per_kWh"],"timestamp":["cheapest[].time_start","cheapest[].time_end","cheapest[].time_start_utc","cheapest[].time_end_utc"]},"temporal_conventions":{"timezone":"mixed_explicit","join_guidance":"Use time_start_utc/time_end_utc when joining other sources. time_start/time_end retain the upstream Europe/Oslo offset.","utc_fields":["time_start_utc","time_end_utc"],"local_fields":["time_start","time_end"]},"description_language":"en","documentation":"Rank a day's hours from cheapest and return the n cheapest.\n\nArgs:\n    date: Day as \"YYYY-MM-DD\".\n    area: Price area NO1..NO5.\n    n: How many cheapest hours to return (default 3).\n\nReturns the n cheapest hourly rows (by NOK_per_kWh), each with its\ntime_start/time_end. Useful for scheduling flexible loads.","documentation_language":"en","wiki_get_endpoint":"https://allemannsdata.com/wiki/kilder/strompris/get_cheapest_hours/","wiki_get_url_template":"https://allemannsdata.com/wiki/kilder/strompris/get_cheapest_hours/?date={date}&area={area}&n=3&limit=25&offset=0","json_endpoint":"https://allemannsdata.com/wiki/api/v1/kilder/strompris/get_cheapest_hours","response_schema":{"type":"object","properties":{"date":{"type":"string","format":"date"},"area":{"type":"string","enum":["NO1","NO2","NO3","NO4","NO5"]},"cheapest":{"type":"array","items":{"type":"object","properties":{"NOK_per_kWh":{"type":"number"},"EUR_per_kWh":{"type":"number"},"EXR":{"type":"number"},"time_start":{"type":"string","format":"date-time"},"time_end":{"type":"string","format":"date-time"},"time_start_utc":{"type":"string","format":"date-time"},"time_end_utc":{"type":"string","format":"date-time"}},"additionalProperties":false,"required":["NOK_per_kWh","EUR_per_kWh","EXR","time_start","time_end","time_start_utc","time_end_utc"]}}},"additionalProperties":false,"required":["date","area","cheapest"]},"response_schema_status":{"status":"declared","codegen_safe":true,"description":"Maintained response contract."},"entity_projection":{"status":"projected","entity_types":["electricity_price_area"],"description":"Recognized records and stable operation identifiers are projected; an empty array means the successful payload contained no recognizable entity."},"response_schema_url":"https://allemannsdata.com/wiki/api/v1/kilder/strompris/get_cheapest_hours/schema","endpoint":"https://allemannsdata.com/wiki/api/v1/kilder/strompris/get_cheapest_hours","get_url_template":"https://allemannsdata.com/wiki/api/v1/kilder/strompris/get_cheapest_hours?date={date}&area={area}&n=3&limit=25&offset=0","response_example":{"source":"strompris","operation":"get_cheapest_hours","parameters":{"date":"2026-01-15","area":"example value","n":3},"data":{"date":"2026-01-15","area":"NO1","cheapest":[{"NOK_per_kWh":1.0,"EUR_per_kWh":1.0,"EXR":1.0,"time_start":"2026-01-15T12:00:00Z","time_end":"2026-01-15T12:00:00Z","time_start_utc":"2026-01-15T12:00:00Z","time_end_utc":"2026-01-15T12:00:00Z"}]},"entities":[{"type":"electricity_price_area","id":"EXAMPLE VALUE","name":"EXAMPLE VALUE","source":"strompris","description":"Norwegian electricity bidding zone."}],"_meta":{"retrieved_at":"2026-01-15T12:00:00Z","language":"en","content_languages":["en"],"sources":[{"id":"strompris","name":"Norwegian electricity spot prices","description":"Current and historical hourly spot prices, cheapest hours and price-area lookup for NO1\u2013NO5.","cache_ttl_seconds":300,"documentation":"https://www.hvakosterstrommen.no/strompris-api"}]},"_provenance":{"data":{"source":"strompris","source_api":"https://allemannsdata.com/wiki/api/v1/kilder/strompris"},"entities":{"source":"strompris","source_api":"https://allemannsdata.com/wiki/api/v1/kilder/strompris","derived_from":"#/data","description":"Normalized projection of data."}},"_links":{"self":"https://allemannsdata.com/wiki/api/v1/kilder/strompris/get_cheapest_hours","source":"https://allemannsdata.com/wiki/api/v1/kilder/strompris","wiki":"https://allemannsdata.com/wiki/kilder/strompris/get_cheapest_hours/"}}},{"name":"find_area","description":"Look up which price area (NO1..NO5) a coordinate falls in.","parameters":[{"name":"lat","type":"number","schema":{"type":"number"},"display_type":"decimal number","required":true,"default":null,"description":"Latitude in decimal degrees (WGS84), e.g. 59.911."},{"name":"lon","type":"number","schema":{"type":"number"},"display_type":"decimal number","required":true,"default":null,"description":"Longitude in decimal degrees (WGS84), e.g. 10.75."},{"name":"limit","type":"integer","schema":{"type":"integer","minimum":1,"maximum":100,"default":25},"display_type":"integer","required":false,"default":25,"description":"Maximum list items returned by the gateway (default 25, maximum 100)."},{"name":"offset","type":"integer","schema":{"type":"integer","minimum":0,"default":0},"display_type":"integer","required":false,"default":0,"description":"Number of list items to skip before returning the page."}],"json_get_url_template":"https://allemannsdata.com/wiki/api/v1/kilder/strompris/find_area?lat={lat}&lon={lon}&limit=25&offset=0","output_fields":["lat","lon","kommunenummer","kommunenavn","area","area_name"],"output_fields_truncated":false,"canonical_field_aliases":{"latitude":["lat"],"longitude":["lon"]},"description_language":"en","documentation":"Look up which price area (NO1..NO5) a coordinate falls in.\n\nArgs:\n    lat: Latitude in decimal degrees (WGS84), e.g. 59.911.\n    lon: Longitude in decimal degrees (WGS84), e.g. 10.75.\n\nReverse-geocodes the point to a kommune (via Kartverket) and maps that\nkommune's fylke to a price area. Approximate: zone borders follow the\npower grid, not fylke lines, so this can be wrong for addresses near a\nfylke border (notably in Innlandet, Buskerud, Vestland, Rogaland and\nTrondelag, which are each really split between two zones). For a\nborderline address, confirm with the local grid company or NVE's map.\n\nReturns an error if no address is found near the point (e.g. open sea)\nor if the kommune's fylke isn't mapped to a price area (e.g. Svalbard).","documentation_language":"en","wiki_get_endpoint":"https://allemannsdata.com/wiki/kilder/strompris/find_area/","wiki_get_url_template":"https://allemannsdata.com/wiki/kilder/strompris/find_area/?lat={lat}&lon={lon}&limit=25&offset=0","json_endpoint":"https://allemannsdata.com/wiki/api/v1/kilder/strompris/find_area","response_schema":{"type":"object","properties":{"lat":{"type":["number","null"]},"lon":{"type":["number","null"]},"kommunenummer":{"x-allemannsdata-schema-status":"unresolved","description":"Response shape is not yet declared; any JSON value is permitted."},"kommunenavn":{"x-allemannsdata-schema-status":"unresolved","description":"Response shape is not yet declared; any JSON value is permitted."},"area":{"x-allemannsdata-schema-status":"unresolved","description":"Response shape is not yet declared; any JSON value is permitted."},"area_name":{"type":["string","null"]}},"additionalProperties":false},"response_schema_status":{"status":"incomplete","codegen_safe":false,"description":"Not suitable for typed model generation: the container shape and field names are useful, but unresolved values accept any JSON value."},"entity_projection":{"status":"projected","entity_types":["electricity_price_area","place"],"description":"Recognized records and stable operation identifiers are projected; an empty array means the successful payload contained no recognizable entity."},"response_schema_url":"https://allemannsdata.com/wiki/api/v1/kilder/strompris/find_area/schema","endpoint":"https://allemannsdata.com/wiki/api/v1/kilder/strompris/find_area","get_url_template":"https://allemannsdata.com/wiki/api/v1/kilder/strompris/find_area?lat={lat}&lon={lon}&limit=25&offset=0"}],"operation_schema_url_template":"https://allemannsdata.com/wiki/api/v1/kilder/strompris/{operation}/schema","related_sources":[{"id":"entsoe","name":"ENTSO-E Transparency Platform","reason":"Official day-ahead market prices and power-system data.","api":"https://allemannsdata.com/wiki/api/v1/kilder/entsoe","wiki":"https://allemannsdata.com/wiki/kilder/entsoe/"}],"_meta":{"retrieved_at":"2026-08-02T14:01:08Z","language":"en","content_languages":["en"],"sources":[{"id":"strompris","name":"Norwegian electricity spot prices","description":"Current and historical hourly spot prices, cheapest hours and price-area lookup for NO1\u2013NO5.","documentation":"https://www.hvakosterstrommen.no/strompris-api","cache_ttl_seconds":300}]},"_links":{"self":"https://allemannsdata.com/wiki/api/v1/kilder/strompris","names":"https://allemannsdata.com/wiki/api/v1/kilder/strompris?view=names","compact":"https://allemannsdata.com/wiki/api/v1/kilder/strompris?view=compact","full":"https://allemannsdata.com/wiki/api/v1/kilder/strompris","wiki":"https://allemannsdata.com/wiki/kilder/strompris/"}}
