{"source":"nve","operation":"find_power_plants","description":"Find hydro and wind power plants in Norway from NVE's plant registers. Signature: find_power_plants(name: string, optional, default None; municipality: string, optional, default None; county: string, optional, default None; price_area: string, optional, default None; technology: string, optional, default 'all'; status: string, optional, default 'operating'; min_capacity_mw: decimal number, optional, default None; limit: integer, items, optional, default 50; offset: integer, items, optional, default 0).","signature":"find_power_plants(name: string, optional, default None; municipality: string, optional, default None; county: string, optional, default None; price_area: string, optional, default None; technology: string, optional, default 'all'; status: string, optional, default 'operating'; min_capacity_mw: decimal number, optional, default None; limit: integer, items, optional, default 50; offset: integer, items, optional, default 0)","parameters":[{"name":"name","type":"string","schema":{"anyOf":[{"type":"string"},{"type":"null"}]},"required":false,"default":null,"description":"Case-insensitive substring of the plant name, e.g. \"Kvilldal\".","unit":null},{"name":"municipality","type":"string","schema":{"anyOf":[{"type":"string"},{"type":"null"}]},"required":false,"default":null,"description":"Municipality name, e.g. \"Suldal\" (exact, case-insensitive).","unit":null},{"name":"county","type":"string","schema":{"anyOf":[{"type":"string"},{"type":"null"}]},"required":false,"default":null,"description":"County name, e.g. \"Rogaland\" or \"Tr\u00f8ndelag\".","unit":null},{"name":"price_area","type":"string","schema":{"anyOf":[{"type":"string"},{"type":"null"}]},"required":false,"default":null,"description":"Elspot price area \"NO1\"..\"NO5\".","unit":null},{"name":"technology","type":"string","schema":{"type":"string"},"required":false,"default":"all","description":"\"hydro\", \"wind\" or \"all\" (default).","unit":null},{"name":"status","type":"string","schema":{"type":"string"},"required":false,"default":"operating","description":"\"operating\" (default), \"closed\", \"under_construction\" or \"all\". Wind plants are only ever operating or closed.","unit":null},{"name":"min_capacity_mw","type":"number","schema":{"anyOf":[{"type":"number"},{"type":"null"}]},"required":false,"default":null,"description":"Only plants with at least this installed capacity.","unit":null},{"name":"limit","type":"integer","schema":{"type":"integer"},"required":false,"default":50,"description":"Max plants to return, 1-500 (default 50). Unit: items.","unit":"items"},{"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.","unit":"items"}],"json_get_url_template":"https://allemannsdata.com/wiki/api/v1/kilder/nve/find_power_plants?name={name}&municipality={municipality}&county={county}&price_area={price_area}&technology=all&status=operating&min_capacity_mw={min_capacity_mw}&limit=50&offset=0","schema_scope":"#/data in the successful operation envelope","response_schema":{"type":"object","properties":{"total":{"type":"integer"},"returned":{"type":"integer"},"plants":{"type":"array","items":{"type":"object","properties":{"id":{"type":"integer"},"technology":{"type":"string","enum":["hydro","wind"]},"name":{"type":["string","null"]},"plant_type":{"type":["string","null"]},"status":{"type":["string","null"]},"owner":{"type":["string","null"]},"owner_org_nr":{"type":["string","null"]},"county":{"type":["string","null"]},"municipality":{"type":["string","null"]},"municipality_code":{"type":["string","null"]},"price_area":{"type":["string","null"]},"capacity_mw":{"type":["number","null"]},"mean_annual_production_gwh":{"type":["number","null"]},"first_operation_year":{"type":["integer","null"]},"river_system":{"type":["string","null"]},"turbines":{"type":["integer","null"]}},"additionalProperties":false,"required":["id","technology","name","status"]}}},"additionalProperties":false,"required":["total","returned","plants"]},"response_schema_status":{"status":"declared","codegen_safe":true,"description":"Maintained response contract."},"entity_projection":{"status":"projected","entity_types":["hydrology_station"],"description":"Recognized records and stable operation identifiers are projected; an empty array means the successful payload contained no recognizable entity."},"error_contract":{"scope":"top-level HTTP error response; never part of a success payload","schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"details":{"type":"object"}},"additionalProperties":false,"required":["code","message","retryable"]},"suggestion":{"type":"string"},"_meta":{"type":"object","properties":{"retrieved_at":{"type":"string","format":"date-time"},"language":{"type":"string","const":"en"},"content_languages":{"type":"array","items":{"type":"string"}},"sources":{"type":"array","items":{"type":"object"}}},"required":["retrieved_at","language","content_languages","sources"]},"_links":{"type":"object","properties":{"self":{"type":"string","format":"uri"},"api_index":{"type":"string","format":"uri"},"feedback":{"type":"string","format":"uri"}},"required":["self","api_index","feedback"],"additionalProperties":false}},"additionalProperties":false,"required":["error","suggestion","_meta","_links"]},"statuses":{"400":{"codes":["MISSING_PARAMETER","INVALID_PARAMETER","INVALID_REQUEST"],"retryable":false},"404":{"codes":["SOURCE_NOT_FOUND","OPERATION_NOT_FOUND","ENTITY_NOT_FOUND"],"retryable":false},"429":{"codes":["RATE_LIMITED","GATEWAY_RATE_LIMITED"],"retryable":true},"502":{"codes":["SOURCE_UNAVAILABLE"],"retryable":true},"500":{"codes":["INTERNAL_ERROR"],"retryable":true}}},"_links":{"self":"https://allemannsdata.com/wiki/api/v1/kilder/nve/find_power_plants/schema","operation":"https://allemannsdata.com/wiki/api/v1/kilder/nve/find_power_plants","source":"https://allemannsdata.com/wiki/api/v1/kilder/nve","feedback":"https://allemannsdata.com/wiki/api/v1/feedback"},"output_fields":["total","returned","plants","plants[].id","plants[].technology","plants[].name","plants[].plant_type","plants[].status","plants[].owner","plants[].owner_org_nr","plants[].county","plants[].municipality","plants[].municipality_code","plants[].price_area","plants[].capacity_mw","plants[].mean_annual_production_gwh","plants[].first_operation_year","plants[].river_system","plants[].turbines"],"output_fields_truncated":false,"canonical_field_aliases":{"identifier":["plants[].id"],"name":["plants[].name"]},"response_example":{"source":"nve","operation":"find_power_plants","parameters":{"name":"Example","municipality":"example value","county":"example value","price_area":"example value","technology":"all","status":"operating","min_capacity_mw":1.0,"limit":50},"data":{"total":1,"returned":1,"plants":[{"id":1,"technology":"hydro","name":"Example","plant_type":"example value","status":"example value","owner":"example value","owner_org_nr":"example value","county":"example value","municipality":"example value","municipality_code":"example value","price_area":"example value","capacity_mw":1.0,"mean_annual_production_gwh":1.0,"first_operation_year":1,"river_system":"example value","turbines":1}]},"entities":[],"_meta":{"retrieved_at":"2026-01-15T12:00:00Z","language":"en","content_languages":["en"],"sources":[{"id":"nve","name":"NVE HydAPI","description":"Hydrological stations and observations for water level, discharge, temperature, snow and groundwater, plus every hydro and wind power plant with owner, capacity and production.","cache_ttl_seconds":60,"documentation":"https://hydapi.nve.no/UserDocumentation/"}]},"_provenance":{"data":{"source":"nve","source_api":"https://allemannsdata.com/wiki/api/v1/kilder/nve"},"entities":{"source":"nve","source_api":"https://allemannsdata.com/wiki/api/v1/kilder/nve","derived_from":"#/data","description":"Normalized projection of data."}},"_links":{"self":"https://allemannsdata.com/wiki/api/v1/kilder/nve/find_power_plants","source":"https://allemannsdata.com/wiki/api/v1/kilder/nve","wiki":"https://allemannsdata.com/wiki/kilder/nve/find_power_plants/","feedback":"https://allemannsdata.com/wiki/api/v1/feedback"}}}
