{"info":{"_postman_id":"49bffe9d-874c-4229-8d69-e9123f0d05f0","name":"API V2.0 Documentation","description":"<html><head></head><body><h2 id=\"getting-started\">Getting Started</h2>\n<p><a href=\"http://Energy-Data.io\">Energy-Data.io</a> is a REST API. Send a GET request. Get degree days back as JSON or CSV.</p>\n<p><strong>What it calculates:</strong> Heating Degree Days, Cooling Degree Days, or both - daily, monthly, or yearly, for any location, from 1970 to present.</p>\n<p><strong>What you need to start:</strong></p>\n<ol>\n<li><p>An active <a href=\"http://Energy-Data.io\">Energy-Data.io</a> account (<a href=\"http://energy-data.io/register\">energy-data.io/register</a>)</p>\n</li>\n<li><p>Your email address - this is your API credential (<code>user_id</code>)</p>\n</li>\n<li><p>Your monthly call allowance - check it at <a href=\"http://energy-data.io/dashboard\">energy-data.io/dashboard</a> before running large queries</p>\n</li>\n</ol>\n<p><strong>What are degree days?</strong></p>\n<p>A degree day measures how far the daily temperature fell from your base temperature. If it is 10°C outside and your base temperature is 18°C, that is 8 HDD for the day. Accumulate those over a month or year and you have a measure of how hard the building worked.</p>\n<p>Base temperature defaults vary by region: 18°C in most of Europe, 15.5°C in the UK, 65°F in the USA.</p>\n<h2 id=\"authentication\">Authentication</h2>\n<p>Every request requires your registered email address as the <code>user_id</code> parameter. This identifies your account and tracks usage against your monthly call allowance.</p>\n<p><code>?user_id=your.email@example.com</code></p>\n<p>Your email must match the address on your <a href=\"http://Energy-Data.io\">Energy-Data.io</a> account exactly. No separate API key is required.</p>\n<p>If you receive a <code>401 Unauthorized</code> response, check for typos or confirm your account is active</p>\n<h2 id=\"rate-limits\">Rate Limits</h2>\n<p>Each plan includes a monthly allowance of API calls. The number of calls a request consumes depends on the calculation method:</p>\n<ul>\n<li><p>Mean method: 1 call per request, regardless of date range</p>\n</li>\n<li><p>Min/max method: 1 call per request</p>\n</li>\n<li><p>Integration method: 1 call per 15 days (a 365-day query uses 25 calls)</p>\n</li>\n</ul>\n<p><strong>Plans and call limits:</strong></p>\n<ul>\n<li><p>API Essential: up to 6,500 calls</p>\n</li>\n<li><p>API Advanced: up to 25,000 calls</p>\n</li>\n<li><p>API Enterprise: up to 45,000 calls</p>\n</li>\n<li><p>Enterprise Plus: custom volume - contact us</p>\n</li>\n</ul>\n<p>Need more calls mid-month? Purchase a one-off top-up or upgrade your plan from your account settings. If you exceed your allowance, requests return a <code>429</code> error until your limit resets.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"21458614","collectionId":"49bffe9d-874c-4229-8d69-e9123f0d05f0","publishedId":"2sAYdipAB9","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-03-04T11:53:40.000Z"},"item":[{"name":"Degree Days API","item":[{"name":"Get Degree Days","id":"a052f7d6-0ecb-48ff-9e05-4205fc48d1b0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.energy-data.io/v2/?lat=53.55108&lon=9.99368&kind=hdd&base_temp=15&method=mean&unit=metric&start=2025-01-01&end=2025-01-02&breakdown=daily&format=JSON&key={YOUR API KEY}","urlObject":{"protocol":"https","path":["v2",""],"host":["api","energy-data","io"],"query":[{"description":{"content":"<p>Latitude coordinate of the location</p>\n","type":"text/plain"},"key":"lat","value":"53.55108"},{"description":{"content":"<p>Longitude coordinate of the location</p>\n","type":"text/plain"},"key":"lon","value":"9.99368"},{"description":{"content":"<p>Type of degree days to calculate. Accepts hdd (Heating), cdd (Cooling), or bth (Both).</p>\n","type":"text/plain"},"key":"kind","value":"hdd"},{"description":{"content":"<p>Required for hdd or cdd only. Multiple values allowed, e.g. ...&amp;kind=hdd&amp;base_temp=14&amp;base_temp=15</p>\n","type":"text/plain"},"key":"base_temp","value":"15"},{"description":{"content":"<p>Calculation method. Accepted values: integration, mean, minmax</p>\n","type":"text/plain"},"key":"method","value":"mean"},{"description":{"content":"<p>Unit system. Accepted values: metric (Celsius) or imperial (Fahrenheit).</p>\n","type":"text/plain"},"key":"unit","value":"metric"},{"description":{"content":"<p>Start date in YYYY-MM-DD format.</p>\n","type":"text/plain"},"key":"start","value":"2025-01-01"},{"description":{"content":"<p>End date in YYYY-MM-DD format (or use \"today\" for the current date).</p>\n","type":"text/plain"},"key":"end","value":"2025-01-02"},{"description":{"content":"<p>[optional] Frequency of data aggregation. Accepts daily, monthly, or yearly. Defaults to monthly.</p>\n","type":"text/plain"},"key":"breakdown","value":"daily"},{"description":{"content":"<p>[optional] Output format of the response. Accepts csv or json. Defaults to json.</p>\n","type":"text/plain"},"key":"format","value":"JSON"},{"description":{"content":"<p>API key provided to the user</p>\n","type":"text/plain"},"key":"key","value":"{YOUR API KEY}"}],"variable":[]}},"response":[{"id":"a11a26a1-4c4d-40db-9ece-550c717f1931","name":"Get Degree Days","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.energy-data.io/v2/?lat=53.55108&lon=9.99368&unit=metric&kind=hdd&base_temp=15&method=mean&start=2025-01-01&end=2025-01-31&breakdown=monthly&format=JSON&key={YOUR API KEY}","protocol":"https","host":["api","energy-data","io"],"path":["v2",""],"query":[{"key":"lat","value":"53.55108","description":"Latitude coordinate of the location"},{"key":"lon","value":"9.99368","description":"Longitude coordinate of the location"},{"key":"unit","value":"metric","description":"Unit system. Accepted values: metric (Celsius) or imperial (Fahrenheit)."},{"key":"kind","value":"hdd","description":"Type of degree days to calculate. Accepts hdd (Heating), cdd (Cooling), or bth (Both)."},{"key":"base_temp","value":"15","description":"Required for hdd or cdd only. Multiple values allowed, e.g. ...&kind=hdd&base_temp=14&base_temp=15"},{"key":"method","value":"mean","description":"Calculation method. Accepted values: integration, mean, minmax"},{"key":"start","value":"2025-01-01","description":"Start date in YYYY-MM-DD format."},{"key":"end","value":"2025-01-31","description":"End date in YYYY-MM-DD format (or use \"today\" for the current date)."},{"key":"breakdown","value":"monthly","description":"[optional] Frequency of data aggregation. Accepts daily, monthly, or yearly. Defaults to monthly."},{"key":"format","value":"JSON","description":"[optional] Output format of the response. Accepts csv or json. Defaults to json."},{"key":"key","value":"{YOUR API KEY}","description":"API key provided to the user"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Date","value":"Tue, 04 Mar 2025 05:03:34 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"3829"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Authorization, Content-Type, Accept"}],"cookie":[],"responseTime":null,"body":"{\n    \"Type_of_Degree_Days\": \"Heating Degree Days\",\n    \"Calculation_Method\": \"Daily Mean Temperature Method\",\n    \"Base_temperature\": \"15\",\n    \"Unit\": \"Celsius\",\n    \"Coordinates\": {\n        \"latitude\": \"53.55108\",\n        \"longitude\": \"9.99368\"\n    },\n    \"Source\": \"https://energy-data.io/\",\n    \"Degree_Days_Data\": [\n        {\n            \"date\": \"2025-01-01\",\n            \"hdd\": 8\n        },\n        {\n            \"date\": \"2025-01-02\",\n            \"hdd\": 12.3\n        }\n    ],\n    \"stations\": {\n        \"EDHI\": {\n            \"distance\": 11079,\n            \"latitude\": 53.53,\n            \"longitude\": 9.83,\n            \"useCount\": 0,\n            \"id\": \"EDHI\",\n            \"name\": \"EDHI\",\n            \"quality\": 50,\n        },\n        \"EDDH\": {\n            \"distance\": 8795,\n            \"latitude\": 53.63,\n            \"longitude\": 10,\n            \"useCount\": 0,\n            \"id\": \"EDDH\",\n            \"name\": \"EDDH\",\n            \"quality\": 50\n        },\n        \"01981\": {\n            \"distance\": 10430,\n            \"latitude\": 53.478,\n            \"longitude\": 9.896,\n            \"useCount\": 0,\n            \"id\": \"01981\",\n            \"name\": \"Hamburg-Neuwiedenthal\",\n            \"quality\": 100\n        },\n        \"00760\": {\n            \"distance\": 21211,\n            \"latitude\": 53.363,\n            \"longitude\": 9.944,\n            \"useCount\": 0,\n            \"id\": \"00760\",\n            \"name\": \"Rosengarten-Klecken\",\n            \"quality\": 100\n        },\n        \"04857\": {\n            \"distance\": 25395,\n            \"latitude\": 53.553,\n            \"longitude\": 9.61,\n            \"useCount\": 0,\n            \"id\": \"04857\",\n            \"name\": \"Mittelnkirchen-Hohenfelde\",\n            \"quality\": 99\n        },\n        \"10149099999\": {\n            \"distance\": 10500,\n            \"latitude\": 53.536,\n            \"longitude\": 9.837,\n            \"useCount\": 0,\n            \"id\": \"10149099999\",\n            \"name\": \"HAMBURG FINKENWERDER, GM\",\n            \"quality\": 49\n        },\n        \"01975\": {\n            \"distance\": 9149,\n            \"latitude\": 53.633,\n            \"longitude\": 9.988,\n            \"useCount\": 0,\n            \"id\": \"01975\",\n            \"name\": \"Hamburg-Fuhlsbüttel\",\n            \"quality\": 100\n        }\n    }\n}"}],"_postman_id":"a052f7d6-0ecb-48ff-9e05-4205fc48d1b0"},{"name":"Get Degree Days by Post Code","id":"d60bce6a-fa7b-4bd2-9948-0fb3f58095c5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.energy-data.io/v2/?country=DE&zip=10115&kind=hdd&base_temp=15&unit=metric&method=mean&start=2025-01-01&end=2025-01-02&breakdown=daily&format=JSON&key={YOUR API KEY}","urlObject":{"protocol":"https","path":["v2",""],"host":["api","energy-data","io"],"query":[{"description":{"content":"<p>ISO country code: DE, NL, GB, or UK</p>\n","type":"text/plain"},"key":"country","value":"DE"},{"description":{"content":"<p>Postal/ZIP code</p>\n","type":"text/plain"},"key":"zip","value":"10115"},{"description":{"content":"<p>Type of degree days to calculate. Accepts hdd (Heating), cdd (Cooling), or bth (Both).</p>\n","type":"text/plain"},"key":"kind","value":"hdd"},{"description":{"content":"<p>Required for hdd or cdd only. Multiple values allowed, e.g. ...&amp;kind=hdd&amp;base_temp=14&amp;base_temp=15</p>\n","type":"text/plain"},"key":"base_temp","value":"15"},{"description":{"content":"<p>Unit system. Accepted values: metric (Celsius) or imperial (Fahrenheit).</p>\n","type":"text/plain"},"key":"unit","value":"metric"},{"description":{"content":"<p>Calculation method. Accepted values: integration, mean, minmax</p>\n","type":"text/plain"},"key":"method","value":"mean"},{"description":{"content":"<p>Start date in YYYY-MM-DD format.</p>\n","type":"text/plain"},"key":"start","value":"2025-01-01"},{"description":{"content":"<p>End date in YYYY-MM-DD format (or use \"today\" for the current date).</p>\n","type":"text/plain"},"key":"end","value":"2025-01-02"},{"description":{"content":"<p>[optional] Frequency of data aggregation. Accepts daily, monthly, or yearly. Defaults to monthly.</p>\n","type":"text/plain"},"key":"breakdown","value":"daily"},{"description":{"content":"<p>[optional] Output format of the response. Accepts csv or json. Defaults to json.</p>\n","type":"text/plain"},"key":"format","value":"JSON"},{"description":{"content":"<p>API key provided to the user</p>\n","type":"text/plain"},"key":"key","value":"{YOUR API KEY}"}],"variable":[]}},"response":[],"_postman_id":"d60bce6a-fa7b-4bd2-9948-0fb3f58095c5"},{"name":"Get Degree Days For Multiple Base Temperatures","id":"5ebf0391-b174-441b-b36d-d50575a4f78b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.energy-data.io/v2/?lat=-20.268868&lon=57.376972&unit=metric&kind=cdd&base_temp=19&base_temp=21&base_temp=23&method=mean&start=2025-01-01&end=2025-01-02&breakdown=daily&format=JSON&key={YOUR API KEY}","urlObject":{"protocol":"https","path":["v2",""],"host":["api","energy-data","io"],"query":[{"description":{"content":"<p>Latitude coordinate of the location</p>\n","type":"text/plain"},"key":"lat","value":"-20.268868"},{"description":{"content":"<p>Longitude coordinate of the location</p>\n","type":"text/plain"},"key":"lon","value":"57.376972"},{"description":{"content":"<p>Unit system. Accepted values: metric (Celsius) or imperial (Fahrenheit).</p>\n","type":"text/plain"},"key":"unit","value":"metric"},{"description":{"content":"<p>Type of degree days to calculate. Accepts hdd (Heating), cdd (Cooling), or bth (Both).</p>\n","type":"text/plain"},"key":"kind","value":"cdd"},{"description":{"content":"<p>Required for hdd or cdd only. Multiple values allowed, e.g. ...&amp;kind=hdd&amp;base_temp=14&amp;base_temp=15</p>\n","type":"text/plain"},"key":"base_temp","value":"19"},{"key":"base_temp","value":"21"},{"key":"base_temp","value":"23"},{"description":{"content":"<p>Calculation method. Accepted values: integration, mean, minmax</p>\n","type":"text/plain"},"key":"method","value":"mean"},{"description":{"content":"<p>Start date in YYYY-MM-DD format.</p>\n","type":"text/plain"},"key":"start","value":"2025-01-01"},{"description":{"content":"<p>End date in YYYY-MM-DD format (or use \"today\" for the current date).</p>\n","type":"text/plain"},"key":"end","value":"2025-01-02"},{"description":{"content":"<p>[optional] Frequency of data aggregation. Accepts daily, monthly, or yearly. Defaults to monthly.</p>\n","type":"text/plain"},"key":"breakdown","value":"daily"},{"description":{"content":"<p>[optional] Output format of the response. Accepts csv or json. Defaults to json.</p>\n","type":"text/plain"},"key":"format","value":"JSON"},{"description":{"content":"<p>API key provided to the user</p>\n","type":"text/plain"},"key":"key","value":"{YOUR API KEY}"}],"variable":[]}},"response":[{"id":"69155383-3406-473b-a8a3-af29ca4219ff","name":"200 OK Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.energy-data.io/v2/?lat=-20.268868&lon=57.376972&unit=metric&kind=cdd&base_temp=19&base_temp=21&base_temp=23&method=mean&start=2025-01-01&end=2025-01-02&breakdown=daily&format=JSON&key={YOUR API KEY}","protocol":"https","host":["api","energy-data","io"],"path":["v2",""],"query":[{"key":"lat","value":"-20.268868","description":"Latitude coordinate of the location"},{"key":"lon","value":"57.376972","description":"Longitude coordinate of the location"},{"key":"unit","value":"metric","description":"Unit system. Accepted values: metric (Celsius) or imperial (Fahrenheit)."},{"key":"kind","value":"cdd","description":"Type of degree days to calculate. Accepts hdd (Heating), cdd (Cooling), or bth (Both)."},{"key":"base_temp","value":"19","description":"Required for hdd or cdd only. Multiple values allowed, e.g. ...&kind=hdd&base_temp=14&base_temp=15"},{"key":"base_temp","value":"21"},{"key":"base_temp","value":"23"},{"key":"method","value":"mean","description":"Calculation method. Accepted values: integration, mean, minmax"},{"key":"start","value":"2025-01-01","description":"Start date in YYYY-MM-DD format."},{"key":"end","value":"2025-01-02","description":"End date in YYYY-MM-DD format (or use \"today\" for the current date)."},{"key":"breakdown","value":"daily","description":"[optional] Frequency of data aggregation. Accepts daily, monthly, or yearly. Defaults to monthly."},{"key":"format","value":"JSON","description":"[optional] Output format of the response. Accepts csv or json. Defaults to json."},{"key":"key","value":"{YOUR API KEY}","description":"API key provided to the user"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Date","value":"Tue, 04 Mar 2025 05:07:52 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1566"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Authorization, Content-Type, Accept"}],"cookie":[],"responseTime":null,"body":"{\n    \"Type_of_Degree_Days\": \"Cooling Degree Days\",\n    \"Calculation_Method\": \"Daily Mean Temperature Method\",\n    \"baseTemperature\": [\n        \"19\",\n        \"21\",\n        \"23\"\n    ],\n    \"Unit\": \"Celsius\",\n    \"Coordinates\": {\n        \"latitude\": \"-20.268868\",\n        \"longitude\": \"57.376972\"\n    },\n    \"Source\": \"https://energy-data.io/\",\n    \"Degree_Days_Data\": [\n        {\n            \"date\": \"2025-01-01\",\n            \"cdd(19)\": 7.5,\n            \"cdd(21)\": 5.5,\n            \"cdd(23)\": 3.5\n        },\n        {\n            \"date\": \"2025-01-02\",\n            \"cdd(19)\": 7.2,\n            \"cdd(21)\": 5.2,\n            \"cdd(23)\": 3.2\n        }\n    ],\n    \"stations\": {\n        \"61990099999\": {\n            \"distance\": 36698,\n            \"latitude\": -20.43,\n            \"longitude\": 57.684,\n            \"useCount\": 0,\n            \"id\": \"61990099999\",\n            \"name\": \"SIR SEEWOOSAGUR RAMGOOLAM INTERNATIONAL, MP\",\n            \"quality\": 99\n        },\n        \"61995099999\": {\n            \"distance\": 9989,\n            \"latitude\": -20.3,\n            \"longitude\": 57.467,\n            \"useCount\": 0,\n            \"id\": \"61995099999\",\n            \"name\": \"VACOAS MAURITIUS, MP\",\n            \"quality\": 64\n        }\n    }\n}"}],"_postman_id":"5ebf0391-b174-441b-b36d-d50575a4f78b"},{"name":"Get Heating and Cooling Degree Days","id":"085f3635-d895-4225-9ee7-c1ce74423a13","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.energy-data.io/v2/?lat=40.712776&lon=-74.005974&kind=bth&unit=imperial&base_temp_cdd=75&base_temp_hdd=60&method=mean&start=2024-01-01&end=2024-12-31&breakdown=monthly&format=JSON&key={YOUR API KEY}","description":"<h3 id=\"for-bth-both-heating-and-cooling-degree-days\">For <code>bth</code> (Both Heating and Cooling Degree Days)</h3>\n<ul>\n<li><p><strong>Parameters:</strong> <code>base_temp_hdd</code> and <code>base_temp_cdd</code></p>\n</li>\n<li><p><strong>Description:</strong></p>\n<ul>\n<li><p>When <code>kind</code> is set to <code>bth</code>, the API expects two dedicated base temperature parameters.</p>\n</li>\n<li><p><strong><code>base_temp_hdd</code></strong>: Base temperature used for heating degree days calculations.</p>\n</li>\n<li><p><strong><code>base_temp_cdd</code></strong>: Base temperature used for cooling degree days calculations.</p>\n</li>\n</ul>\n</li>\n<li><p><code>...&amp;kind=bth&amp;base_temp_hdd=18&amp;base_temp_cdd=22</code></p>\n</li>\n</ul>\n<p>When using these parameters, ensure that:</p>\n<ul>\n<li><p>For <code>hdd</code> or <code>cdd</code>, if you provide multiple values via the <code>base_temp</code> parameter, all values will be considered.</p>\n</li>\n<li><p>For <code>bth</code>, both <code>base_temp_hdd</code> and <code>base_temp_cdd</code> must be provided. If the optional generic parameter <code>base_temp</code> is used in this scenario, only the first value will be applied to both heating and cooling calculations.</p>\n</li>\n</ul>\n<p>This flexibility in specifying base temperatures allows you to compare calculations based on different thresholds or to compute distinct values for heating and cooling when needed.</p>\n","urlObject":{"protocol":"https","path":["v2",""],"host":["api","energy-data","io"],"query":[{"description":{"content":"<p>Latitude coordinate of the location</p>\n","type":"text/plain"},"key":"lat","value":"40.712776"},{"description":{"content":"<p>Longitude coordinate of the location</p>\n","type":"text/plain"},"key":"lon","value":"-74.005974"},{"description":{"content":"<p>Type of degree days to calculate. Accepts hdd (Heating), cdd (Cooling), or bth (Both).</p>\n","type":"text/plain"},"key":"kind","value":"bth"},{"description":{"content":"<p>Unit system. Accepted values: metric (Celsius) or imperial (Fahrenheit).</p>\n","type":"text/plain"},"key":"unit","value":"imperial"},{"description":{"content":"<p>Required for bth only</p>\n","type":"text/plain"},"key":"base_temp_cdd","value":"75"},{"description":{"content":"<p>Required for bth only</p>\n","type":"text/plain"},"key":"base_temp_hdd","value":"60"},{"description":{"content":"<p>Calculation method. Accepted values: integration, mean, minmax</p>\n","type":"text/plain"},"key":"method","value":"mean"},{"description":{"content":"<p>Start date in YYYY-MM-DD format</p>\n","type":"text/plain"},"key":"start","value":"2024-01-01"},{"description":{"content":"<p>End date in YYYY-MM-DD format (or use \"today\" for the current date)</p>\n","type":"text/plain"},"key":"end","value":"2024-12-31"},{"description":{"content":"<p>[optional] Frequency of data aggregation. Accepts daily, monthly, or yearly. Defaults to monthly.</p>\n","type":"text/plain"},"key":"breakdown","value":"monthly"},{"description":{"content":"<p>[optional] Output format of the response. Accepts csv or json. Defaults to json.</p>\n","type":"text/plain"},"key":"format","value":"JSON"},{"description":{"content":"<p>API key provided to the user</p>\n","type":"text/plain"},"key":"key","value":"{YOUR API KEY}"}],"variable":[]}},"response":[{"id":"cd076a6c-9350-4993-a696-b006ec2389d2","name":"Get Heating and Cooling Degree Days","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.energy-data.io/v2/?lat=40.712776&lon=-74.005974&kind=bth&unit=imperial&base_temp_cdd=75&base_temp_hdd=60&method=mean&start=2024-01-01&end=2024-12-31&breakdown=monthly&format=JSON&key={Your API Key}","protocol":"https","host":["api","energy-data","io"],"path":["v2",""],"query":[{"key":"lat","value":"40.712776","description":"Latitude coordinate of the location"},{"key":"lon","value":"-74.005974","description":"Longitude coordinate of the location"},{"key":"kind","value":"bth","description":"Type of degree days to calculate. Accepts hdd (Heating), cdd (Cooling), or bth (Both)."},{"key":"unit","value":"imperial","description":"Unit system. Accepted values: metric (Celsius) or imperial (Fahrenheit)."},{"key":"base_temp_cdd","value":"75","description":"Required for bth only"},{"key":"base_temp_hdd","value":"60","description":"Required for bth only"},{"key":"method","value":"mean","description":"Calculation method. Accepted values: integration, mean, minmax"},{"key":"start","value":"2024-01-01","description":"Start date in YYYY-MM-DD format"},{"key":"end","value":"2024-12-31","description":"End date in YYYY-MM-DD format (or use \"today\" for the current date)"},{"key":"breakdown","value":"monthly","description":"[optional] Frequency of data aggregation. Accepts daily, monthly, or yearly. Defaults to monthly."},{"key":"format","value":"JSON","description":"[optional] Output format of the response. Accepts csv or json. Defaults to json."},{"key":"key","value":"{Your API Key}","description":"API key provided to the user"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Date","value":"Tue, 04 Mar 2025 06:21:18 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"3993"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Authorization, Content-Type, Accept"}],"cookie":[],"responseTime":null,"body":"{\n    \"Type_of_Degree_Days\": \"Heating and Cooling Degree Days\",\n    \"Calculation_Method\": \"Daily Mean Temperature Method\",\n    \"Base_temperature_heating\": [\n        \"60\"\n    ],\n    \"Base_temperature_cooling\": [\n        \"75\"\n    ],\n    \"Unit\": \"Fahrenheit\",\n    \"Coordinates\": {\n        \"latitude\": \"40.712776\",\n        \"longitude\": \"-74.005974\"\n    },\n    \"Source\": \"https://energy-data.io/\",\n    \"Degree_Days_Data\": [\n        {\n            \"date\": \"2024-01\",\n            \"hdd(60)\": 711.2,\n            \"cdd(75)\": 0\n        },\n        {\n            \"date\": \"2024-02\",\n            \"hdd(60)\": 586.3,\n            \"cdd(75)\": 0\n        },\n        {\n            \"date\": \"2024-03\",\n            \"hdd(60)\": 393.1,\n            \"cdd(75)\": 0\n        },\n        {\n            \"date\": \"2024-04\",\n            \"hdd(60)\": 204.7,\n            \"cdd(75)\": 0\n        },\n        {\n            \"date\": \"2024-05\",\n            \"hdd(60)\": 43,\n            \"cdd(75)\": 1.7\n        },\n        {\n            \"date\": \"2024-06\",\n            \"hdd(60)\": 0,\n            \"cdd(75)\": 58.8\n        },\n        {\n            \"date\": \"2024-07\",\n            \"hdd(60)\": 0,\n            \"cdd(75)\": 135.6\n        },\n        {\n            \"date\": \"2024-08\",\n            \"hdd(60)\": 0,\n            \"cdd(75)\": 62.5\n        },\n        {\n            \"date\": \"2024-09\",\n            \"hdd(60)\": 0,\n            \"cdd(75)\": 1.9\n        },\n        {\n            \"date\": \"2024-10\",\n            \"hdd(60)\": 62.7,\n            \"cdd(75)\": 0\n        },\n        {\n            \"date\": \"2024-11\",\n            \"hdd(60)\": 273.3,\n            \"cdd(75)\": 0\n        },\n        {\n            \"date\": \"2024-12\",\n            \"hdd(60)\": 666,\n            \"cdd(75)\": 0\n        }\n    ],\n    \"stations\": {\n        \"72505394728\": {\n            \"distance\": 7995,\n            \"latitude\": 40.779,\n            \"longitude\": -73.969,\n            \"useCount\": 0,\n            \"id\": \"72505394728\",\n            \"name\": \"NY CITY CENTRAL PARK, NY US\",\n            \"quality\": 100\n        },\n        \"KEWR\": {\n            \"distance\": 13915,\n            \"latitude\": 40.7,\n            \"longitude\": -74.17,\n            \"useCount\": 0,\n            \"id\": \"KEWR\",\n            \"name\": \"KEWR\",\n            \"quality\": 100\n        },\n        \"KLGA\": {\n            \"distance\": 10976,\n            \"latitude\": 40.77,\n            \"longitude\": -73.9,\n            \"useCount\": 0,\n            \"id\": \"KLGA\",\n            \"name\": \"KLGA\",\n            \"quality\": 100\n        },\n        \"72502014734\": {\n            \"distance\": 14199,\n            \"latitude\": 40.683,\n            \"longitude\": -74.169,\n            \"useCount\": 0,\n            \"id\": \"72502014734\",\n            \"name\": \"NEWARK LIBERTY INTERNATIONAL AIRPORT, NJ US\",\n            \"quality\": 100\n        },\n        \"F8726\": {\n            \"distance\": 5089,\n            \"latitude\": 40.671,\n            \"longitude\": -73.981,\n            \"useCount\": 0,\n            \"id\": \"F8726\",\n            \"name\": \"FW8726 Brooklyn NY US\",\n            \"quality\": 0\n        },\n        \"KNYC\": {\n            \"distance\": 6736,\n            \"latitude\": 40.77,\n            \"longitude\": -73.98,\n            \"useCount\": 0,\n            \"id\": \"KNYC\",\n            \"name\": \"KNYC\",\n            \"quality\": 100\n        },\n        \"72503014732\": {\n            \"distance\": 12936,\n            \"latitude\": 40.779,\n            \"longitude\": -73.88,\n            \"useCount\": 0,\n            \"id\": \"72503014732\",\n            \"name\": \"LAGUARDIA AIRPORT, NY US\",\n            \"quality\": 100\n        }\n    }\n}"}],"_postman_id":"085f3635-d895-4225-9ee7-c1ce74423a13"}],"id":"4655fb92-0c48-462c-aaf6-94e9703aa0c3","description":"<p>Calculate heating degree days (HDD), cooling degree days (CDD), or both for any location.</p>\n<p>This endpoint returns degree days data based on the provided coordinates, date range, and calculation method. It supports both JSON and CSV formats and handles aggregation by daily, monthly, or yearly breakdowns.</p>\n<h3 id=\"endpoint\"><strong>Endpoint</strong></h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>GET /v2/\n\n</code></pre><hr />\n<h3 id=\"location-parameters\"><strong>Location Parameters</strong></h3>\n<p>Choose one of two methods to specify location:</p>\n<h3 id=\"option-a-coordinates\"><strong>Option A: Coordinates</strong></h3>\n<p>For locations worldwide:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Required</th>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>lat</code></td>\n<td>Yes</td>\n<td>Latitude (-90 to 90)</td>\n<td><code>52.5200</code></td>\n</tr>\n<tr>\n<td><code>lon</code></td>\n<td>Yes</td>\n<td>Longitude (-180 to 180)</td>\n<td><code>13.4050</code></td>\n</tr>\n</tbody>\n</table>\n</div><p>notionvc: 41749c12-b427-4cbe-8572-54dcf2f10fea EndFragment</p>\n<h3 id=\"option-b-zippostal-code\"><strong>Option B: ZIP/Postal Code</strong></h3>\n<p>Perfect for addresses in Germany, Netherlands, or United Kingdom:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Required</th>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>country</code></td>\n<td>Yes</td>\n<td>ISO country code: <code>DE</code>, <code>NL</code>, <code>GB</code>, or <code>UK</code></td>\n<td><code>DE</code></td>\n</tr>\n<tr>\n<td><code>zip</code></td>\n<td>Yes</td>\n<td>Postal/ZIP code</td>\n<td><code>10115</code></td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Supported Countries:</strong></p>\n<ul>\n<li><p>🇩🇪 <strong>Germany (DE)</strong> - All German ZIP codes</p>\n</li>\n<li><p>🇳🇱 <strong>Netherlands (NL)</strong> - All Dutch postal codes</p>\n</li>\n<li><p>🇬🇧 <strong>United Kingdom (GB or UK)</strong> - All UK postcodes</p>\n</li>\n</ul>\n<p><strong>ZIP Code Formats:</strong></p>\n<ul>\n<li><p>Germany: 5 digits (e.g., <code>10115</code>, <code>01067</code>)</p>\n</li>\n<li><p>Netherlands: 4 digits + 2 letters, with or without space (e.g., <code>1012AB</code> or <code>1012 AB</code>)</p>\n</li>\n<li><p>UK: Variable format, with or without space (e.g., <code>SW1A1AA</code> or <code>SW1A 1AA</code>)</p>\n</li>\n</ul>\n<p>💡 <strong>Tip:</strong> Spaces in UK/NL postcodes are automatically handled - use either format!</p>\n<hr />\n<h3 id=\"date-parameters\"><strong>Date Parameters</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Required</th>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>start</code></td>\n<td>Yes</td>\n<td>Start date (YYYY-MM-DD)</td>\n<td><code>2025-01-01</code></td>\n</tr>\n<tr>\n<td><code>end</code></td>\n<td>Yes</td>\n<td>End date (YYYY-MM-DD)</td>\n<td><code>2025-01-31</code></td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Date Rules:</strong></p>\n<ul>\n<li><p>Format must be <code>YYYY-MM-DD</code></p>\n</li>\n<li><p>Historical data from 1970 onwards</p>\n</li>\n<li><p>Maximum range: 3 years (1 year recommended per request)</p>\n</li>\n</ul>\n<hr />\n<h3 id=\"calculation-parameters\"><strong>Calculation Parameters</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Default</th>\n<th>Options</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>kind</code></td>\n<td><code>hdd</code></td>\n<td><code>hdd</code>, <code>cdd</code>, <code>bth</code></td>\n<td>Type of degree days to calculate</td>\n</tr>\n<tr>\n<td><code>method</code></td>\n<td><code>mean</code></td>\n<td><code>mean</code>, <code>integration</code>, <code>minmax</code></td>\n<td>Calculation method</td>\n</tr>\n<tr>\n<td><code>base_temp</code></td>\n<td>—</td>\n<td>Numeric value(s)</td>\n<td>Base temperature for HDD/CDD</td>\n</tr>\n<tr>\n<td><code>base_temp_hdd</code></td>\n<td>—</td>\n<td>Numeric value(s)</td>\n<td>Base temperature for heating (when <code>kind=bth</code>)</td>\n</tr>\n<tr>\n<td><code>base_temp_cdd</code></td>\n<td>—</td>\n<td>Numeric value(s)</td>\n<td>Base temperature for cooling (when <code>kind=bth</code>)</td>\n</tr>\n<tr>\n<td><code>unit</code></td>\n<td><code>metric</code></td>\n<td><code>metric</code>, <code>imperial</code></td>\n<td>Temperature unit</td>\n</tr>\n<tr>\n<td><code>breakdown</code></td>\n<td><code>daily</code></td>\n<td><code>daily</code>, <code>monthly</code>, <code>yearly</code></td>\n<td>Data aggregation level</td>\n</tr>\n<tr>\n<td><code>format</code></td>\n<td><code>json</code></td>\n<td><code>json</code>, <code>csv</code></td>\n<td>Response format</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"parameter-details\"><strong>Parameter Details</strong></h3>\n<h3 id=\"kind---degree-day-type\"><strong>kind</strong> - Degree Day Type</h3>\n<ul>\n<li><p><strong><code>hdd</code></strong> - Heating Degree Days</p>\n<ul>\n<li><p>Measures heating energy needed</p>\n</li>\n<li><p>Use for winter/cold climate analysis</p>\n</li>\n</ul>\n</li>\n<li><p><strong><code>cdd</code></strong> - Cooling Degree Days</p>\n<ul>\n<li><p>Measures cooling energy needed</p>\n</li>\n<li><p>Use for summer/warm climate analysis</p>\n</li>\n</ul>\n</li>\n<li><p><strong><code>bth</code></strong> - Both</p>\n<ul>\n<li><p>Calculate HDD and CDD in one request</p>\n</li>\n<li><p>Requires both <code>base_temp_hdd</code> and <code>base_temp_cdd</code></p>\n</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"method---calculation-method\"><strong>method</strong> - Calculation Method</h3>\n<ul>\n<li><p><strong><code>mean</code></strong> ⭐ Recommended</p>\n<ul>\n<li><p>Uses daily average temperature</p>\n</li>\n<li><p>1 API call per request (regardless of date range)</p>\n</li>\n<li><p>Fast and accurate for most use cases</p>\n</li>\n<li><p>Formula: <code>DD = max(0, base_temp - daily_avg_temp)</code></p>\n</li>\n</ul>\n</li>\n<li><p><strong><code>integration</code></strong> 🎯 Most Accurate</p>\n<ul>\n<li><p>Uses hourly temperature data</p>\n</li>\n<li><p>1 API call per 15 days (rounded up)</p>\n</li>\n<li><p>Example: 31 days = 3 API calls, 365 days = 25 API calls</p>\n</li>\n<li><p>Best for critical calculations</p>\n</li>\n</ul>\n</li>\n<li><p><strong><code>minmax</code></strong></p>\n<ul>\n<li><p>Uses daily min/max temperatures</p>\n</li>\n<li><p>1 API call per request</p>\n</li>\n<li><p>Good balance between accuracy and cost</p>\n</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"base_temp---base-temperature\"><strong>base_temp</strong> - Base Temperature</h3>\n<p>The temperature threshold for your calculation:</p>\n<p><strong>Common Values (Metric):</strong></p>\n<ul>\n<li><p>Heating: <code>15</code>, <code>18</code>, <code>20</code> (°C)</p>\n</li>\n<li><p>Cooling: <code>18</code>, <code>21</code>, <code>24</code> (°C)</p>\n</li>\n</ul>\n<p><strong>Common Values (Imperial):</strong></p>\n<ul>\n<li><p>Heating: <code>59</code>, <code>65</code>, <code>68</code> (°F)</p>\n</li>\n<li><p>Cooling: <code>65</code>, <code>70</code>, <code>75</code> (°F)</p>\n</li>\n</ul>\n<p>💡 <strong>Multiple Base Temperatures:</strong><br />You can request multiple base temperatures in one API call:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>base_temp=15&amp;base_temp=18&amp;base_temp=20\n\n</code></pre><p>This returns three columns: <code>hdd(15.0)</code>, <code>hdd(18.0)</code>, <code>hdd(20.0)</code></p>\n<h3 id=\"unit---temperature-unit\"><strong>unit</strong> - Temperature Unit</h3>\n<ul>\n<li><p><strong><code>metric</code></strong> - Celsius (°C) and meters</p>\n</li>\n<li><p><strong><code>imperial</code></strong> - Fahrenheit (°F) and miles</p>\n</li>\n</ul>\n<h3 id=\"breakdown---data-aggregation\"><strong>breakdown</strong> - Data Aggregation</h3>\n<ul>\n<li><p><strong><code>daily</code></strong> - One row per day (default)</p>\n<ul>\n<li>Best for: Detailed analysis, charts, daily tracking</li>\n</ul>\n</li>\n<li><p><strong><code>monthly</code></strong> - One row per month</p>\n<ul>\n<li>Best for: Monthly reports, billing cycles</li>\n</ul>\n</li>\n<li><p><strong><code>yearly</code></strong> - One row per year</p>\n<ul>\n<li>Best for: Annual comparisons, long-term trends</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"format---output-format\"><strong>format</strong> - Output Format</h3>\n<ul>\n<li><p><strong><code>json</code></strong> - JSON response (default)</p>\n</li>\n<li><p><strong><code>csv</code></strong> - CSV file download</p>\n</li>\n</ul>\n<p>notionvc: d4ab6cb3-8719-4c6c-b54d-42fbcfd7381e EndFragment</p>\n","_postman_id":"4655fb92-0c48-462c-aaf6-94e9703aa0c3"},{"name":"Manage Datasets/ Projects","item":[{"name":"Upload a Raw Dataset (Usage Only)","id":"a6eee950-a32c-4997-9ff1-1cee241957fb","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"accept":true,"user-agent":true,"accept-encoding":true,"connection":true}},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"metadata\": {\r\n        \"project_name\": \"Example\",\r\n        \"parameters\": {\r\n            \"usage_unit\": \"kWh\"\r\n        }\r\n    },\r\n    \"usage_data\": [\r\n        {\r\n            \"period_id\": \"1\",\r\n            \"begin_period\": \"2025-01-01\",\r\n            \"end_period\": \"2025-01-01\",\r\n            \"usage\": 123\r\n        },\r\n        {\r\n            \"period_id\": \"2\",\r\n            \"begin_period\": \"2025-01-02\",\r\n            \"end_period\": \"2025-01-02\",\r\n            \"usage\": 456\r\n        },\r\n        {\r\n            \"period_id\": \"3\",\r\n            \"begin_period\": \"2025-01-03\",\r\n            \"end_period\": \"2025-01-03\",\r\n            \"usage\": 234\r\n        },\r\n        {\r\n            \"period_id\": \"4\",\r\n            \"begin_period\": \"2025-01-04\",\r\n            \"end_period\": \"2025-01-04\",\r\n            \"usage\": 345\r\n        },\r\n        {\r\n            \"period_id\": \"5\",\r\n            \"begin_period\": \"2025-01-05\",\r\n            \"end_period\": \"2025-01-05\",\r\n            \"usage\": 678\r\n        },\r\n        {\r\n            \"period_id\": \"6\",\r\n            \"begin_period\": \"2025-01-06\",\r\n            \"end_period\": \"2025-01-06\",\r\n            \"usage\": 567\r\n        },\r\n        {\r\n            \"period_id\": \"7\",\r\n            \"begin_period\": \"2025-01-07\",\r\n            \"end_period\": \"2025-01-07\",\r\n            \"usage\": 345\r\n        },\r\n        {\r\n            \"period_id\": \"8\",\r\n            \"begin_period\": \"2025-01-08\",\r\n            \"end_period\": \"2025-01-08\",\r\n            \"usage\": 789\r\n        },\r\n        {\r\n            \"period_id\": \"9\",\r\n            \"begin_period\": \"2025-01-09\",\r\n            \"end_period\": \"2025-01-09\",\r\n            \"usage\": 654\r\n        },\r\n        {\r\n            \"period_id\": \"10\",\r\n            \"begin_period\": \"2025-01-10\",\r\n            \"end_period\": \"2025-01-10\",\r\n            \"usage\": 432\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://data.energy-data.io/api/upload/rawdata?key={Your API Key}","description":"<p>Generated from cURL: curl -X POST http://:5000/api/upload/rawdata <br />    -H \"Content-Type: application/json\" <br />    -d '{\n        \"dataset_id\": \"dataset001\",\n        \"user_id\": \"user123\"\n    }'</p>\n","urlObject":{"protocol":"https","path":["api","upload","rawdata"],"host":["data","energy-data","io"],"query":[{"key":"key","value":"{Your API Key}"}],"variable":[]}},"response":[{"id":"a6be3abb-2a5e-4b03-b87c-32d49ccc668d","name":"200 OK Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"metadata\": {\r\n        \"project_name\": \"Example\",\r\n        \"parameters\": {\r\n            \"usage_unit\": \"kWh\"\r\n        }\r\n    },\r\n    \"usage_data\": [\r\n        {\r\n            \"period_id\": \"1\",\r\n            \"begin_period\": \"2025-01-01\",\r\n            \"end_period\": \"2025-01-01\",\r\n            \"usage\": 123\r\n        },\r\n        {\r\n            \"period_id\": \"2\",\r\n            \"begin_period\": \"2025-01-02\",\r\n            \"end_period\": \"2025-01-02\",\r\n            \"usage\": 456\r\n        },\r\n        {\r\n            \"period_id\": \"3\",\r\n            \"begin_period\": \"2025-01-03\",\r\n            \"end_period\": \"2025-01-03\",\r\n            \"usage\": 234\r\n        },\r\n        {\r\n            \"period_id\": \"4\",\r\n            \"begin_period\": \"2025-01-04\",\r\n            \"end_period\": \"2025-01-04\",\r\n            \"usage\": 345\r\n        },\r\n        {\r\n            \"period_id\": \"5\",\r\n            \"begin_period\": \"2025-01-05\",\r\n            \"end_period\": \"2025-01-05\",\r\n            \"usage\": 678\r\n        },\r\n        {\r\n            \"period_id\": \"6\",\r\n            \"begin_period\": \"2025-01-06\",\r\n            \"end_period\": \"2025-01-06\",\r\n            \"usage\": 567\r\n        },\r\n        {\r\n            \"period_id\": \"7\",\r\n            \"begin_period\": \"2025-01-07\",\r\n            \"end_period\": \"2025-01-07\",\r\n            \"usage\": 345\r\n        },\r\n        {\r\n            \"period_id\": \"8\",\r\n            \"begin_period\": \"2025-01-08\",\r\n            \"end_period\": \"2025-01-08\",\r\n            \"usage\": 789\r\n        },\r\n        {\r\n            \"period_id\": \"9\",\r\n            \"begin_period\": \"2025-01-09\",\r\n            \"end_period\": \"2025-01-09\",\r\n            \"usage\": 654\r\n        },\r\n        {\r\n            \"period_id\": \"10\",\r\n            \"begin_period\": \"2025-01-10\",\r\n            \"end_period\": \"2025-01-10\",\r\n            \"usage\": 432\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://data.energy-data.io/api/upload/rawdata?key={Your API Key}","protocol":"https","host":["data","energy-data","io"],"path":["api","upload","rawdata"],"query":[{"key":"key","value":"{Your API Key}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Date","value":"Thu, 06 Mar 2025 05:02:38 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"182"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Headers","value":"Authorization, Content-Type, X-Requested-With"},{"key":"Access-Control-Allow-Credentials","value":"true"}],"cookie":[],"responseTime":null,"body":"{\n    \"dataset_id\": \"188b6770-d120-4d06-847e-03e66481052a\",\n    \"message\": \"Dataset uploaded successfully.\"\n}"}],"_postman_id":"a6eee950-a32c-4997-9ff1-1cee241957fb"},{"name":"Fetch Dataset","id":"05ef069b-c7bc-4f37-ab9f-61cdbf40f8ed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://data.energy-data.io/api/fetch_dataset?user_id={Your API Key}&dataset_id={dataset_id}","urlObject":{"protocol":"https","path":["api","fetch_dataset"],"host":["data","energy-data","io"],"query":[{"key":"user_id","value":"{Your API Key}"},{"key":"dataset_id","value":"{dataset_id}"}],"variable":[]}},"response":[{"id":"764edca7-4da1-4f7a-9ca0-4a89b501b31d","name":"200 OK Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.energy-data.io/api/fetch_dataset?user_id={Your API Key}&dataset_id=63d4380a-923b-4164-b7fb-3b758348841e","protocol":"https","host":["data","energy-data","io"],"path":["api","fetch_dataset"],"query":[{"key":"user_id","value":"{Your API Key}"},{"key":"dataset_id","value":"63d4380a-923b-4164-b7fb-3b758348841e"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Date","value":"Tue, 04 Mar 2025 02:57:08 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1134"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Headers","value":"Authorization, Content-Type, X-Requested-With"},{"key":"Access-Control-Allow-Credentials","value":"true"}],"cookie":[],"responseTime":null,"body":"{\n    \"dataset\": {\n        \"metadata\": {\n            \"api_version\": \"2.0\",\n            \"dataset_id\": \"63d4380a-923b-4164-b7fb-3b758348841e\",\n            \"end_date\": \"2025-01-10\",\n            \"parameters\": {\n                \"usage_unit\": \"kWh\"\n            },\n            \"project_name\": \"Example\",\n            \"start_date\": \"2025-01-01\",\n            \"total_periods\": 10,\n            \"total_usage\": 4623,\n            \"user_id\": \"degree-calculator-members\"\n        },\n        \"usage_data\": [\n            {\n                \"begin_period\": \"2025-01-01\",\n                \"end_period\": \"2025-01-01\",\n                \"period_id\": \"1\",\n                \"usage\": 123\n            },\n            {\n                \"begin_period\": \"2025-01-02\",\n                \"end_period\": \"2025-01-02\",\n                \"period_id\": \"2\",\n                \"usage\": 456\n            },\n            {\n                \"begin_period\": \"2025-01-03\",\n                \"end_period\": \"2025-01-03\",\n                \"period_id\": \"3\",\n                \"usage\": 234\n            },\n            {\n                \"begin_period\": \"2025-01-04\",\n                \"end_period\": \"2025-01-04\",\n                \"period_id\": \"4\",\n                \"usage\": 345\n            },\n            {\n                \"begin_period\": \"2025-01-05\",\n                \"end_period\": \"2025-01-05\",\n                \"period_id\": \"5\",\n                \"usage\": 678\n            },\n            {\n                \"begin_period\": \"2025-01-06\",\n                \"end_period\": \"2025-01-06\",\n                \"period_id\": \"6\",\n                \"usage\": 567\n            },\n            {\n                \"begin_period\": \"2025-01-07\",\n                \"end_period\": \"2025-01-07\",\n                \"period_id\": \"7\",\n                \"usage\": 345\n            },\n            {\n                \"begin_period\": \"2025-01-08\",\n                \"end_period\": \"2025-01-08\",\n                \"period_id\": \"8\",\n                \"usage\": 789\n            },\n            {\n                \"begin_period\": \"2025-01-09\",\n                \"end_period\": \"2025-01-09\",\n                \"period_id\": \"9\",\n                \"usage\": 654\n            },\n            {\n                \"begin_period\": \"2025-01-10\",\n                \"end_period\": \"2025-01-10\",\n                \"period_id\": \"10\",\n                \"usage\": 432\n            }\n        ]\n    }\n}"}],"_postman_id":"05ef069b-c7bc-4f37-ab9f-61cdbf40f8ed"},{"name":"Get All Datasets for a User","id":"f72e9c32-468b-40cc-96a0-7b45e7a25eac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://data.energy-data.io/api/datasets/{Your API Key}","urlObject":{"protocol":"https","path":["api","datasets","{Your API Key}"],"host":["data","energy-data","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"f72e9c32-468b-40cc-96a0-7b45e7a25eac"},{"name":"Delete Dataset","id":"9d49ca16-3d1f-4e30-b807-012e0bc3acbc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://data.energy-data.io/api/delete_dataset?user_id={user_id}&dataset_id={dataset_id}","urlObject":{"protocol":"https","path":["api","delete_dataset"],"host":["data","energy-data","io"],"query":[{"key":"user_id","value":"{user_id}"},{"key":"dataset_id","value":"{dataset_id}"}],"variable":[]}},"response":[],"_postman_id":"9d49ca16-3d1f-4e30-b807-012e0bc3acbc"},{"name":"Rename Dataset","id":"473888d2-72e8-433a-8343-ddb25ce63135","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"https://data.energy-data.io/api/update_project_name?user_id&dataset_id&project_name","urlObject":{"protocol":"https","path":["api","update_project_name"],"host":["data","energy-data","io"],"query":[{"key":"user_id","value":null},{"key":"dataset_id","value":null},{"key":"project_name","value":null}],"variable":[]}},"response":[],"_postman_id":"473888d2-72e8-433a-8343-ddb25ce63135"},{"name":"Update Dataset","id":"c19dfc98-6e6a-4c68-ae28-ebd09b58da69","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"metadata\": {\r\n        \"project_name\": \"New Project Name\",\r\n        \"parameters\": {\r\n            \"usage_unit\": \"kWh\"\r\n        }\r\n    },\r\n    \"usage_data\": [\r\n        {\r\n            \"period_id\": \"1\",\r\n            \"begin_period\": \"2025-01-01\",\r\n            \"end_period\": \"2025-01-02\",\r\n            \"usage\": 10.5\r\n        },\r\n        {\r\n            \"period_id\": \"2\",\r\n            \"begin_period\": \"2025-01-02\",\r\n            \"end_period\": \"2025-01-03\",\r\n            \"usage\": 9.2\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://data.energy-data.io/api/update_dataset/{dataset_id}?key={Your API Key}","description":"<p>Generated from cURL: curl --location --request PUT '<a href=\"https://data.energy-data.io/api/update_dataset/6fef5383-59ec-4ebe-9896-0c82d2d8b4bf?key=degree-calculator-members\">https://data.energy-data.io/api/update_dataset/6fef5383-59ec-4ebe-9896-0c82d2d8b4bf?key=degree-calculator-members</a>' <br />--header 'Content-Type: application/json' <br />--data-raw '{\n    \"metadata\": {\n        \"project_name\": \"New Project Name\",\n        \"parameters\": {\n            \"unit\": \"kWh\",\n            \"predictors\": [\n                {\"name\": \"temp\", \"constraint\": \"c+\"}\n            ]\n        }\n    },\n    \"usage_data\": [\n        {\n            \"period_id\": \"1\",\n            \"begin_period\": \"2025-01-01\",\n            \"end_period\": \"2025-01-02\",\n            \"usage\": 10.5\n        },\n        {\n            \"period_id\": \"2\",\n            \"begin_period\": \"2025-01-02\",\n            \"end_period\": \"2025-01-03\",\n            \"usage\": 9.2\n        }\n    ]\n}'</p>\n","urlObject":{"protocol":"https","path":["api","update_dataset","{dataset_id}"],"host":["data","energy-data","io"],"query":[{"key":"key","value":"{Your API Key}"}],"variable":[]}},"response":[{"id":"e406a63a-35d6-4251-bf8e-e1e0dd1c3a06","name":"200 OK Response","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"metadata\": {\r\n        \"project_name\": \"New Project Name\",\r\n        \"parameters\": {\r\n            \"unit\": \"kWh\"\r\n    },\r\n    \"usage_data\": [\r\n        {\r\n            \"period_id\": \"1\",\r\n            \"begin_period\": \"2025-01-01\",\r\n            \"end_period\": \"2025-01-02\",\r\n            \"usage\": 10.5\r\n        },\r\n        {\r\n            \"period_id\": \"2\",\r\n            \"begin_period\": \"2025-01-02\",\r\n            \"end_period\": \"2025-01-03\",\r\n            \"usage\": 9.2\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://data.energy-data.io/api/update_dataset/{dataset_id}?key={Your API Key}","protocol":"https","host":["data","energy-data","io"],"path":["api","update_dataset","{dataset_id}"],"query":[{"key":"key","value":"{Your API Key}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Date","value":"Mon, 03 Mar 2025 12:59:27 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"238"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Headers","value":"Authorization, Content-Type, X-Requested-With"},{"key":"Access-Control-Allow-Credentials","value":"true"}],"cookie":[],"responseTime":null,"body":"{\n    \"dataset_id\": \"12b5d32f-61ef-48ad-9db1-554d23df87d0\",\n    \"message\": \"Dataset updated successfully.\",\n    \"updated_metadata\": {\n        \"end_date\": \"2025-01-03\",\n        \"project_name\": \"New Project Name\",\n        \"start_date\": \"2025-01-01\",\n        \"total_periods\": 2,\n        \"total_usage\": 19.7\n    }\n}"}],"_postman_id":"c19dfc98-6e6a-4c68-ae28-ebd09b58da69"}],"id":"be5abe3c-f940-4291-b0a6-005dc7d6c4e4","description":"<p>BaseURL<br /><code>https://data.energy-data.io</code></p>\n<h3 id=\"overview-of-endpoints\">Overview of Endpoints</h3>\n<h4 id=\"1-upload-dataset\"><strong>1. Upload Dataset</strong></h4>\n<ul>\n<li><p><strong>Endpoint</strong>: <code>POST /api/upload/</code></p>\n</li>\n<li><p><strong>Description</strong>: Upload a dataset (<code>rawdata</code>, <code>normalization</code>, or <code>regression</code>).</p>\n</li>\n<li><p><strong>Query Parameters</strong>:</p>\n<ul>\n<li><p><code>dataset_id</code> (required): Unique ID for the dataset.</p>\n</li>\n<li><p><code>user_id</code> (required): ID of the user uploading the dataset.</p>\n</li>\n<li><p><code>raw_dataset_id</code> (required for <code>normalization</code> and <code>regression</code>): ID of the raw dataset this dataset depends on.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>Body</strong>: JSON containing the dataset contents.</p>\n</li>\n<li><p><strong>Response</strong>:</p>\n<ul>\n<li><p><code>200 OK</code>: Dataset uploaded successfully.</p>\n</li>\n<li><p><code>400 Bad Request</code>: Missing parameters or invalid JSON.</p>\n</li>\n<li><p><code>500 Internal Server Error</code>: File save failure.</p>\n</li>\n</ul>\n</li>\n</ul>\n<hr />\n<h4 id=\"2-get-all-datasets-for-a-user\"><strong>2. Get All Datasets for a User</strong></h4>\n<ul>\n<li><p><strong>Endpoint</strong>: <code>GET /api/datasets/</code></p>\n</li>\n<li><p><strong>Description</strong>: Retrieve all datasets for a user, grouped by <code>raw_dataset_id</code> and their dependencies (<code>normalization</code> and <code>regression</code>).</p>\n</li>\n<li><p><strong>Path Parameter</strong>:</p>\n<ul>\n<li><code>user_id</code> (required): ID of the user.</li>\n</ul>\n</li>\n</ul>\n<hr />\n<h4 id=\"3-delete-a-dataset\"><strong>3. Delete a Dataset</strong></h4>\n<ul>\n<li><p><strong>Endpoint</strong>: <code>DELETE /api/delete_dataset</code></p>\n</li>\n<li><p><strong>Description</strong>: Delete a specific dataset by <code>user_id</code> and <code>dataset_id</code>.</p>\n</li>\n<li><p><strong>Query Parameters</strong>:</p>\n<ul>\n<li><p><code>dataset_id</code> (required): ID of the dataset to delete.</p>\n</li>\n<li><p><code>user_id</code> (required): ID of the user.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>Response</strong>:</p>\n<ul>\n<li><p><code>200 OK</code>: Dataset successfully deleted.</p>\n</li>\n<li><p><code>404 Not Found</code>: Dataset not found.</p>\n</li>\n<li><p><code>500 Internal Server Error</code>: File deletion failure.</p>\n</li>\n</ul>\n</li>\n</ul>\n<hr />\n","_postman_id":"be5abe3c-f940-4291-b0a6-005dc7d6c4e4"},{"name":"Normalization","item":[{"name":"Get Normalization","id":"e59cbce1-2a69-416e-bd9a-5d2eeab05b12","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.energy-data.io/normalize/?lat=60.1927487436804&lon=11.0695615332356&unit=metric&kind=hdd&base_temp=15&dataset_id=36a6aa8f-aa4c-4d84-aaf9-3e9cd574143c&key={Your API Key}","urlObject":{"protocol":"https","path":["normalize",""],"host":["api","energy-data","io"],"query":[{"description":{"content":"<p>Latitude coordinate of the location</p>\n","type":"text/plain"},"key":"lat","value":"60.1927487436804"},{"description":{"content":"<p>Longitude coordinate of the location</p>\n","type":"text/plain"},"key":"lon","value":"11.0695615332356"},{"description":{"content":"<p>Unit system. Accepted values: metric (Celsius) or imperial (Fahrenheit)</p>\n","type":"text/plain"},"key":"unit","value":"metric"},{"description":{"content":"<p>Type of degree days to calculate. Accepts hdd (Heating), cdd (Cooling), or bth (Both)</p>\n","type":"text/plain"},"key":"kind","value":"hdd"},{"description":{"content":"<p>Required for hdd or cdd only.</p>\n","type":"text/plain"},"key":"base_temp","value":"15"},{"disabled":true,"description":{"content":"<p>Required for bth only</p>\n","type":"text/plain"},"key":"base_temp_cdd","value":"22"},{"disabled":true,"description":{"content":"<p>Required for bth only</p>\n","type":"text/plain"},"key":"base_temp_hdd","value":"15"},{"disabled":true,"description":{"content":"<p>The constant baseload (representing non-weather-related energy usage)</p>\n","type":"text/plain"},"key":"baseload","value":"3000"},{"disabled":true,"key":"hdd_coefficient","value":"1.1"},{"disabled":true,"key":"cdd_coefficient","value":"1.5"},{"key":"dataset_id","value":"36a6aa8f-aa4c-4d84-aaf9-3e9cd574143c"},{"description":{"content":"<p>API key provided to the user</p>\n","type":"text/plain"},"key":"key","value":"{Your API Key}"},{"disabled":true,"description":{"content":"<p>[optional] Calculation method. Accepted values: integration, mean, minmax. Default \"mean\"</p>\n","type":"text/plain"},"key":"method","value":"mean"}],"variable":[]}},"response":[{"id":"e0de15ee-f45c-4939-bde5-f311e83f24e5","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.energy-data.io/normalize/?lat=60.1927487436804&lon=11.0695615332356&unit=metric&kind=hdd&base_temp=15&dataset_id=36a6aa8f-aa4c-4d84-aaf9-3e9cd574143c&key={Your API Key}","protocol":"https","host":["api","energy-data","io"],"path":["normalize",""],"query":[{"key":"lat","value":"60.1927487436804","description":"Latitude coordinate of the location"},{"key":"lon","value":"11.0695615332356","description":"Longitude coordinate of the location"},{"key":"unit","value":"metric","description":"Unit system. Accepted values: metric (Celsius) or imperial (Fahrenheit)"},{"key":"kind","value":"hdd","description":"Type of degree days to calculate. Accepts hdd (Heating), cdd (Cooling), or bth (Both)"},{"key":"base_temp","value":"15","description":"Required for hdd or cdd only."},{"key":"base_temp_cdd","value":"22","description":"Required for bth only","disabled":true},{"key":"base_temp_hdd","value":"15","description":"Required for bth only","disabled":true},{"key":"baseload","value":"3000","description":"The constant baseload (representing non-weather-related energy usage)","disabled":true},{"key":"hdd_coefficient","value":"1.1","disabled":true},{"key":"cdd_coefficient","value":"1.5","disabled":true},{"key":"dataset_id","value":"36a6aa8f-aa4c-4d84-aaf9-3e9cd574143c","description":"Calculation method. Accepted values: integration, mean, minmax"},{"key":"key","value":"{Your API Key}","description":"API key provided to the user"},{"key":"method","value":"mean","description":"optional","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Date","value":"Fri, 07 Mar 2025 06:35:09 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"20813"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Authorization, Content-Type, Accept"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Data fetched and normalized successfully.\",\n    \"metadata\": {\n        \"api_version\": \"2.0\",\n        \"dataset_id\": \"norm-36a6aa8f-aa4c-4d84-aaf9-3e9cd574143c-hc9fc\",\n        \"raw_dataset_id\": \"36a6aa8f-aa4c-4d84-aaf9-3e9cd74143c\",\n        \"start_date\": \"2023-01-01\",\n        \"end_date\": \"2024-12-31\",\n        \"total_periods\": 24,\n        \"total_degree_days\": 7080.3,\n        \"parameters\": {\n            \"lat\": \"60.1927487436804\",\n            \"lon\": \"11.0695615332356\",\n            \"kind\": \"hdd\",\n            \"unit\": \"metric\",\n            \"base_temp\": \"15\",\n            \"base_temp_hdd\": null,\n            \"base_temp_cdd\": null,\n            \"baseload\": 0,\n            \"hdd_coefficient\": 0,\n            \"cdd_coefficient\": 0\n        },\n        \"project_name\": \"Example Monthly Raw Dataset\",\n        \"usage_unit\": \"kWh\",\n        \"notifications\": []\n    },\n    \"normalized_data\": [\n        {\n            \"period_id\": \"1\",\n            \"begin_period\": \"2023-01-01\",\n            \"end_period\": \"2023-01-31\",\n            \"usage\": 152710,\n            \"degree_days\": 557.8,\n            \"energy_intensity\": 273.77,\n            \"normalized_usage_regression_based\": 152710,\n            \"normalized_usage_ratio_based\": 152710,\n            \"normalized_usage_annual_ratio_distribution\": 152710\n        },\n        {\n            \"period_id\": \"2\",\n            \"begin_period\": \"2023-02-01\",\n            \"end_period\": \"2023-02-28\",\n            \"usage\": 134450,\n            \"degree_days\": 464.9,\n            \"energy_intensity\": 289.2,\n            \"normalized_usage_regression_based\": 134450,\n            \"normalized_usage_ratio_based\": 134450,\n            \"normalized_usage_annual_ratio_distribution\": 134450\n        },\n        {\n            \"period_id\": \"3\",\n            \"begin_period\": \"2023-03-01\",\n            \"end_period\": \"2023-03-31\",\n            \"usage\": 156040,\n            \"degree_days\": 538.1,\n            \"energy_intensity\": 289.98,\n            \"normalized_usage_regression_based\": 156040,\n            \"normalized_usage_ratio_based\": 156040,\n            \"normalized_usage_annual_ratio_distribution\": 156040\n        },\n        {\n            \"period_id\": \"4\",\n            \"begin_period\": \"2023-04-01\",\n            \"end_period\": \"2023-04-30\",\n            \"usage\": 59560,\n            \"degree_days\": 330.5,\n            \"energy_intensity\": 180.21,\n            \"normalized_usage_regression_based\": 59560,\n            \"normalized_usage_ratio_based\": 59560,\n            \"normalized_usage_annual_ratio_distribution\": 59560\n        },\n        {\n            \"period_id\": \"5\",\n            \"begin_period\": \"2023-05-01\",\n            \"end_period\": \"2023-05-31\",\n            \"usage\": 51870,\n            \"degree_days\": 140.1,\n            \"energy_intensity\": 370.24,\n            \"normalized_usage_regression_based\": 51870,\n            \"normalized_usage_ratio_based\": 51870,\n            \"normalized_usage_annual_ratio_distribution\": 51870\n        },\n        {\n            \"period_id\": \"6\",\n            \"begin_period\": \"2023-06-01\",\n            \"end_period\": \"2023-06-30\",\n            \"usage\": 31600,\n            \"degree_days\": 8.9,\n            \"energy_intensity\": 3550.56,\n            \"normalized_usage_regression_based\": 31600,\n            \"normalized_usage_ratio_based\": 31600,\n            \"normalized_usage_annual_ratio_distribution\": 31600\n        },\n        {\n            \"period_id\": \"7\",\n            \"begin_period\": \"2023-07-01\",\n            \"end_period\": \"2023-07-31\",\n            \"usage\": 37010,\n            \"degree_days\": 13.8,\n            \"energy_intensity\": 2681.88,\n            \"normalized_usage_regression_based\": 37010,\n            \"normalized_usage_ratio_based\": 37010,\n            \"normalized_usage_annual_ratio_distribution\": 37010\n        },\n        {\n            \"period_id\": \"8\",\n            \"begin_period\": \"2023-08-01\",\n            \"end_period\": \"2023-08-31\",\n            \"usage\": 33420,\n            \"degree_days\": 16.9,\n            \"energy_intensity\": 1977.51,\n            \"normalized_usage_regression_based\": 33420,\n            \"normalized_usage_ratio_based\": 33420,\n            \"normalized_usage_annual_ratio_distribution\": 33420\n        },\n        {\n            \"period_id\": \"9\",\n            \"begin_period\": \"2023-09-01\",\n            \"end_period\": \"2023-09-30\",\n            \"usage\": 36260,\n            \"degree_days\": 62.9,\n            \"energy_intensity\": 576.47,\n            \"normalized_usage_regression_based\": 36260,\n            \"normalized_usage_ratio_based\": 36260,\n            \"normalized_usage_annual_ratio_distribution\": 36260\n        },\n        {\n            \"period_id\": \"10\",\n            \"begin_period\": \"2023-10-01\",\n            \"end_period\": \"2023-10-31\",\n            \"usage\": 100960,\n            \"degree_days\": 332.2,\n            \"energy_intensity\": 303.91,\n            \"normalized_usage_regression_based\": 100960,\n            \"normalized_usage_ratio_based\": 100960,\n            \"normalized_usage_annual_ratio_distribution\": 100960\n        },\n        {\n            \"period_id\": \"11\",\n            \"begin_period\": \"2023-11-01\",\n            \"end_period\": \"2023-11-30\",\n            \"usage\": 147560,\n            \"degree_days\": 511.9,\n            \"energy_intensity\": 288.26,\n            \"normalized_usage_regression_based\": 147560,\n            \"normalized_usage_ratio_based\": 147560,\n            \"normalized_usage_annual_ratio_distribution\": 147560\n        },\n        {\n            \"period_id\": \"12\",\n            \"begin_period\": \"2023-12-01\",\n            \"end_period\": \"2023-12-31\",\n            \"usage\": 181920,\n            \"degree_days\": 670.8,\n            \"energy_intensity\": 271.2,\n            \"normalized_usage_regression_based\": 181920,\n            \"normalized_usage_ratio_based\": 181920,\n            \"normalized_usage_annual_ratio_distribution\": 181920\n        },\n        {\n            \"period_id\": \"13\",\n            \"begin_period\": \"2024-01-01\",\n            \"end_period\": \"2024-01-31\",\n            \"usage\": 198880,\n            \"degree_days\": 728,\n            \"energy_intensity\": 273.19,\n            \"normalized_usage_regression_based\": 0,\n            \"normalized_usage_ratio_based\": 260532.8,\n            \"normalized_usage_annual_ratio_distribution\": 189386.06\n        },\n        {\n            \"period_id\": \"14\",\n            \"begin_period\": \"2024-02-01\",\n            \"end_period\": \"2024-02-29\",\n            \"usage\": 157080,\n            \"degree_days\": 527.8,\n            \"energy_intensity\": 297.61,\n            \"normalized_usage_regression_based\": 0,\n            \"normalized_usage_ratio_based\": 179071.2,\n            \"normalized_usage_annual_ratio_distribution\": 149581.47\n        },\n        {\n            \"period_id\": \"15\",\n            \"begin_period\": \"2024-03-01\",\n            \"end_period\": \"2024-03-31\",\n            \"usage\": 117470,\n            \"degree_days\": 442.1,\n            \"energy_intensity\": 265.71,\n            \"normalized_usage_regression_based\": 0,\n            \"normalized_usage_ratio_based\": 96325.4,\n            \"normalized_usage_annual_ratio_distribution\": 111862.33\n        },\n        {\n            \"period_id\": \"16\",\n            \"begin_period\": \"2024-04-01\",\n            \"end_period\": \"2024-04-30\",\n            \"usage\": 94820,\n            \"degree_days\": 326.8,\n            \"energy_intensity\": 290.15,\n            \"normalized_usage_regression_based\": 0,\n            \"normalized_usage_ratio_based\": 93871.8,\n            \"normalized_usage_annual_ratio_distribution\": 90293.58\n        },\n        {\n            \"period_id\": \"17\",\n            \"begin_period\": \"2024-05-01\",\n            \"end_period\": \"2024-05-31\",\n            \"usage\": 37150,\n            \"degree_days\": 38.4,\n            \"energy_intensity\": 967.45,\n            \"normalized_usage_regression_based\": 0,\n            \"normalized_usage_ratio_based\": 10030.5,\n            \"normalized_usage_annual_ratio_distribution\": 35376.57\n        },\n        {\n            \"period_id\": \"18\",\n            \"begin_period\": \"2024-06-01\",\n            \"end_period\": \"2024-06-30\",\n            \"usage\": 37570,\n            \"degree_days\": 54.3,\n            \"energy_intensity\": 691.9,\n            \"normalized_usage_regression_based\": 0,\n            \"normalized_usage_ratio_based\": 229177,\n            \"normalized_usage_annual_ratio_distribution\": 35776.52\n        },\n        {\n            \"period_id\": \"19\",\n            \"begin_period\": \"2024-07-01\",\n            \"end_period\": \"2024-07-31\",\n            \"usage\": 38550,\n            \"degree_days\": 15.4,\n            \"energy_intensity\": 2503.25,\n            \"normalized_usage_regression_based\": 0,\n            \"normalized_usage_ratio_based\": 43176,\n            \"normalized_usage_annual_ratio_distribution\": 36709.74\n        },\n        {\n            \"period_id\": \"20\",\n            \"begin_period\": \"2024-08-01\",\n            \"end_period\": \"2024-08-31\",\n            \"usage\": 35100,\n            \"degree_days\": 18.4,\n            \"energy_intensity\": 1907.61,\n            \"normalized_usage_regression_based\": 0,\n            \"normalized_usage_ratio_based\": 38259,\n            \"normalized_usage_annual_ratio_distribution\": 33424.43\n        },\n        {\n            \"period_id\": \"21\",\n            \"begin_period\": \"2024-09-01\",\n            \"end_period\": \"2024-09-30\",\n            \"usage\": 47950,\n            \"degree_days\": 114.3,\n            \"energy_intensity\": 419.51,\n            \"normalized_usage_regression_based\": 0,\n            \"normalized_usage_ratio_based\": 87269,\n            \"normalized_usage_annual_ratio_distribution\": 45661.01\n        },\n        {\n            \"period_id\": \"22\",\n            \"begin_period\": \"2024-10-01\",\n            \"end_period\": \"2024-10-31\",\n            \"usage\": 76900,\n            \"degree_days\": 250,\n            \"energy_intensity\": 307.6,\n            \"normalized_usage_regression_based\": 0,\n            \"normalized_usage_ratio_based\": 57675,\n            \"normalized_usage_annual_ratio_distribution\": 73229.02\n        },\n        {\n            \"period_id\": \"23\",\n            \"begin_period\": \"2024-11-01\",\n            \"end_period\": \"2024-11-30\",\n            \"usage\": 124110,\n            \"degree_days\": 423.8,\n            \"energy_intensity\": 292.85,\n            \"normalized_usage_regression_based\": 0,\n            \"normalized_usage_ratio_based\": 103011.3,\n            \"normalized_usage_annual_ratio_distribution\": 118185.36\n        },\n        {\n            \"period_id\": \"24\",\n            \"begin_period\": \"2024-12-01\",\n            \"end_period\": \"2024-12-31\",\n            \"usage\": 143840,\n            \"degree_days\": 492.2,\n            \"energy_intensity\": 292.24,\n            \"normalized_usage_regression_based\": 0,\n            \"normalized_usage_ratio_based\": 105003.2,\n            \"normalized_usage_annual_ratio_distribution\": 136973.51\n        }\n    ],\n    \"monthly_summary\": {\n        \"January\": {\n            \"2023\": {\n                \"usage\": 152710,\n                \"degree_days\": 557.8,\n                \"normalized_usage_ratio_based\": 152710,\n                \"normalized_usage_regression_based\": 152710,\n                \"normalized_usage_annual_ratio_distribution\": 152710,\n                \"energy_intensity\": 273.77\n            },\n            \"2024\": {\n                \"usage\": 198880,\n                \"degree_days\": 728,\n                \"normalized_usage_ratio_based\": 260532.8,\n                \"normalized_usage_regression_based\": 0,\n                \"normalized_usage_annual_ratio_distribution\": 189386.06,\n                \"energy_intensity\": 273.19\n            }\n        },\n        \"February\": {\n            \"2023\": {\n                \"usage\": 134450,\n                \"degree_days\": 464.9,\n                \"normalized_usage_ratio_based\": 134450,\n                \"normalized_usage_regression_based\": 134450,\n                \"normalized_usage_annual_ratio_distribution\": 134450,\n                \"energy_intensity\": 289.2\n            },\n            \"2024\": {\n                \"usage\": 157080,\n                \"degree_days\": 527.8,\n                \"normalized_usage_ratio_based\": 179071.2,\n                \"normalized_usage_regression_based\": 0,\n                \"normalized_usage_annual_ratio_distribution\": 149581.47,\n                \"energy_intensity\": 297.61\n            }\n        },\n        \"March\": {\n            \"2023\": {\n                \"usage\": 156040,\n                \"degree_days\": 538.1,\n                \"normalized_usage_ratio_based\": 156040,\n                \"normalized_usage_regression_based\": 156040,\n                \"normalized_usage_annual_ratio_distribution\": 156040,\n                \"energy_intensity\": 289.98\n            },\n            \"2024\": {\n                \"usage\": 117470,\n                \"degree_days\": 442.1,\n                \"normalized_usage_ratio_based\": 96325.4,\n                \"normalized_usage_regression_based\": 0,\n                \"normalized_usage_annual_ratio_distribution\": 111862.33,\n                \"energy_intensity\": 265.71\n            }\n        },\n        \"April\": {\n            \"2023\": {\n                \"usage\": 59560,\n                \"degree_days\": 330.5,\n                \"normalized_usage_ratio_based\": 59560,\n                \"normalized_usage_regression_based\": 59560,\n                \"normalized_usage_annual_ratio_distribution\": 59560,\n                \"energy_intensity\": 180.21\n            },\n            \"2024\": {\n                \"usage\": 94820,\n                \"degree_days\": 326.8,\n                \"normalized_usage_ratio_based\": 93871.8,\n                \"normalized_usage_regression_based\": 0,\n                \"normalized_usage_annual_ratio_distribution\": 90293.58,\n                \"energy_intensity\": 290.15\n            }\n        },\n        \"May\": {\n            \"2023\": {\n                \"usage\": 51870,\n                \"degree_days\": 140.1,\n                \"normalized_usage_ratio_based\": 51870,\n                \"normalized_usage_regression_based\": 51870,\n                \"normalized_usage_annual_ratio_distribution\": 51870,\n                \"energy_intensity\": 370.24\n            },\n            \"2024\": {\n                \"usage\": 37150,\n                \"degree_days\": 38.4,\n                \"normalized_usage_ratio_based\": 10030.5,\n                \"normalized_usage_regression_based\": 0,\n                \"normalized_usage_annual_ratio_distribution\": 35376.57,\n                \"energy_intensity\": 967.45\n            }\n        },\n        \"June\": {\n            \"2023\": {\n                \"usage\": 31600,\n                \"degree_days\": 8.9,\n                \"normalized_usage_ratio_based\": 31600,\n                \"normalized_usage_regression_based\": 31600,\n                \"normalized_usage_annual_ratio_distribution\": 31600,\n                \"energy_intensity\": 3550.56\n            },\n            \"2024\": {\n                \"usage\": 37570,\n                \"degree_days\": 54.3,\n                \"normalized_usage_ratio_based\": 229177,\n                \"normalized_usage_regression_based\": 0,\n                \"normalized_usage_annual_ratio_distribution\": 35776.52,\n                \"energy_intensity\": 691.9\n            }\n        },\n        \"July\": {\n            \"2023\": {\n                \"usage\": 37010,\n                \"degree_days\": 13.8,\n                \"normalized_usage_ratio_based\": 37010,\n                \"normalized_usage_regression_based\": 37010,\n                \"normalized_usage_annual_ratio_distribution\": 37010,\n                \"energy_intensity\": 2681.88\n            },\n            \"2024\": {\n                \"usage\": 38550,\n                \"degree_days\": 15.4,\n                \"normalized_usage_ratio_based\": 43176,\n                \"normalized_usage_regression_based\": 0,\n                \"normalized_usage_annual_ratio_distribution\": 36709.74,\n                \"energy_intensity\": 2503.25\n            }\n        },\n        \"August\": {\n            \"2023\": {\n                \"usage\": 33420,\n                \"degree_days\": 16.9,\n                \"normalized_usage_ratio_based\": 33420,\n                \"normalized_usage_regression_based\": 33420,\n                \"normalized_usage_annual_ratio_distribution\": 33420,\n                \"energy_intensity\": 1977.51\n            },\n            \"2024\": {\n                \"usage\": 35100,\n                \"degree_days\": 18.4,\n                \"normalized_usage_ratio_based\": 38259,\n                \"normalized_usage_regression_based\": 0,\n                \"normalized_usage_annual_ratio_distribution\": 33424.43,\n                \"energy_intensity\": 1907.61\n            }\n        },\n        \"September\": {\n            \"2023\": {\n                \"usage\": 36260,\n                \"degree_days\": 62.9,\n                \"normalized_usage_ratio_based\": 36260,\n                \"normalized_usage_regression_based\": 36260,\n                \"normalized_usage_annual_ratio_distribution\": 36260,\n                \"energy_intensity\": 576.47\n            },\n            \"2024\": {\n                \"usage\": 47950,\n                \"degree_days\": 114.3,\n                \"normalized_usage_ratio_based\": 87269,\n                \"normalized_usage_regression_based\": 0,\n                \"normalized_usage_annual_ratio_distribution\": 45661.01,\n                \"energy_intensity\": 419.51\n            }\n        },\n        \"October\": {\n            \"2023\": {\n                \"usage\": 100960,\n                \"degree_days\": 332.2,\n                \"normalized_usage_ratio_based\": 100960,\n                \"normalized_usage_regression_based\": 100960,\n                \"normalized_usage_annual_ratio_distribution\": 100960,\n                \"energy_intensity\": 303.91\n            },\n            \"2024\": {\n                \"usage\": 76900,\n                \"degree_days\": 250,\n                \"normalized_usage_ratio_based\": 57675,\n                \"normalized_usage_regression_based\": 0,\n                \"normalized_usage_annual_ratio_distribution\": 73229.02,\n                \"energy_intensity\": 307.6\n            }\n        },\n        \"November\": {\n            \"2023\": {\n                \"usage\": 147560,\n                \"degree_days\": 511.9,\n                \"normalized_usage_ratio_based\": 147560,\n                \"normalized_usage_regression_based\": 147560,\n                \"normalized_usage_annual_ratio_distribution\": 147560,\n                \"energy_intensity\": 288.26\n            },\n            \"2024\": {\n                \"usage\": 124110,\n                \"degree_days\": 423.8,\n                \"normalized_usage_ratio_based\": 103011.3,\n                \"normalized_usage_regression_based\": 0,\n                \"normalized_usage_annual_ratio_distribution\": 118185.36,\n                \"energy_intensity\": 292.85\n            }\n        },\n        \"December\": {\n            \"2023\": {\n                \"usage\": 181920,\n                \"degree_days\": 670.8,\n                \"normalized_usage_ratio_based\": 181920,\n                \"normalized_usage_regression_based\": 181920,\n                \"normalized_usage_annual_ratio_distribution\": 181920,\n                \"energy_intensity\": 271.2\n            },\n            \"2024\": {\n                \"usage\": 143840,\n                \"degree_days\": 492.2,\n                \"normalized_usage_ratio_based\": 105003.2,\n                \"normalized_usage_regression_based\": 0,\n                \"normalized_usage_annual_ratio_distribution\": 136973.51,\n                \"energy_intensity\": 292.24\n            }\n        }\n    },\n    \"yearly_summary\": {\n        \"2023\": {\n            \"usage\": 1123360,\n            \"degree_days\": 3648.8,\n            \"normalized_usage_ratio_based\": 1123360,\n            \"normalized_usage_regression_based\": 1123360,\n            \"normalized_usage_annual_ratio_distribution\": 1123360,\n            \"energy_intensity\": 307.87\n        },\n        \"2024\": {\n            \"usage\": 1109420,\n            \"degree_days\": 3431.5000000000005,\n            \"normalized_usage_ratio_based\": 1303402.2000000002,\n            \"normalized_usage_regression_based\": 0,\n            \"normalized_usage_annual_ratio_distribution\": 1056459.6,\n            \"energy_intensity\": 323.3\n        }\n    },\n    \"year_to_date_summary\": {\n        \"2023\": {\n            \"usage\": 1123360,\n            \"degree_days\": 3648.8,\n            \"normalized_usage_ratio_based\": 1123360,\n            \"normalized_usage_regression_based\": 1123360,\n            \"normalized_usage_annual_ratio_distribution\": 1123360,\n            \"energy_intensity\": 307.87\n        },\n        \"2024\": {\n            \"usage\": 1109420,\n            \"degree_days\": 3431.5000000000005,\n            \"normalized_usage_ratio_based\": 1303402.2000000002,\n            \"normalized_usage_regression_based\": 0,\n            \"normalized_usage_annual_ratio_distribution\": 1056459.6,\n            \"energy_intensity\": 323.3\n        },\n        \"metadata\": {\n            \"period_start\": \"2024-01-01\",\n            \"period_end\": \"2024-12-31\"\n        }\n    }\n}"}],"_postman_id":"e59cbce1-2a69-416e-bd9a-5d2eeab05b12"},{"name":"Get Normalization Regression-Based","id":"4e01dd9b-326a-4e46-a522-1804d1c34435","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.energy-data.io/normalize/?lat=60.1927487&lon=11.0695615332356&unit=metric&kind=bth&base_temp_cdd=22&base_temp_hdd=15&baseload=2&hdd_coefficient=1.1&cdd_coefficient=1.5&dataset_id=36a6aa8f-aa4c-4d84-aaf9-3e9cd574143c&key={Your API Key}","urlObject":{"protocol":"https","path":["normalize",""],"host":["api","energy-data","io"],"query":[{"description":{"content":"<p>Latitude coordinate of the location</p>\n","type":"text/plain"},"key":"lat","value":"60.1927487"},{"description":{"content":"<p>Longitude coordinate of the location</p>\n","type":"text/plain"},"key":"lon","value":"11.0695615332356"},{"description":{"content":"<p>Unit system. Accepted values: metric (Celsius) or imperial (Fahrenheit)</p>\n","type":"text/plain"},"key":"unit","value":"metric"},{"description":{"content":"<p>Type of degree days to calculate. Accepts hdd (Heating), cdd (Cooling), or bth (Both)</p>\n","type":"text/plain"},"key":"kind","value":"bth"},{"disabled":true,"description":{"content":"<p>Required for hdd or cdd only.</p>\n","type":"text/plain"},"key":"base_temp","value":"15"},{"description":{"content":"<p>Required for bth only</p>\n","type":"text/plain"},"key":"base_temp_cdd","value":"22"},{"description":{"content":"<p>Required for bth only</p>\n","type":"text/plain"},"key":"base_temp_hdd","value":"15"},{"description":{"content":"<p>The constant baseload (representing non-weather-related energy usage)</p>\n","type":"text/plain"},"key":"baseload","value":"2"},{"key":"hdd_coefficient","value":"1.1"},{"key":"cdd_coefficient","value":"1.5"},{"description":{"content":"<p>Calculation method. Accepted values: integration, mean, minmax</p>\n","type":"text/plain"},"key":"dataset_id","value":"36a6aa8f-aa4c-4d84-aaf9-3e9cd574143c"},{"description":{"content":"<p>API key provided to the user</p>\n","type":"text/plain"},"key":"key","value":"{Your API Key}"}],"variable":[]}},"response":[{"id":"7ef6c3f3-1790-4fc3-9f64-5ae158ca205c","name":"200 OK Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.energy-data.io/normalize/?lat=60.1927487&lon=11.0695615332356&unit=metric&kind=bth&base_temp_cdd=22&base_temp_hdd=15&baseload=2&hdd_coefficient=1.1&cdd_coefficient=1.5&dataset_id=36a6aa8f-aa4c-4d84-aaf9-3e9cd574143c&key={Your API Key}","protocol":"https","host":["api","energy-data","io"],"path":["normalize",""],"query":[{"key":"lat","value":"60.1927487","description":"Latitude coordinate of the location"},{"key":"lon","value":"11.0695615332356","description":"Longitude coordinate of the location"},{"key":"unit","value":"metric","description":"Unit system. Accepted values: metric (Celsius) or imperial (Fahrenheit)"},{"key":"kind","value":"bth","description":"Type of degree days to calculate. Accepts hdd (Heating), cdd (Cooling), or bth (Both)"},{"key":"base_temp","value":"15","description":"Required for hdd or cdd only.","disabled":true},{"key":"base_temp_cdd","value":"22","description":"Required for bth only"},{"key":"base_temp_hdd","value":"15","description":"Required for bth only"},{"key":"baseload","value":"2","description":"The constant baseload (representing non-weather-related energy usage)"},{"key":"hdd_coefficient","value":"1.1"},{"key":"cdd_coefficient","value":"1.5"},{"key":"dataset_id","value":"36a6aa8f-aa4c-4d84-aaf9-3e9cd574143c","description":"Calculation method. Accepted values: integration, mean, minmax"},{"key":"key","value":"{Your API Key}","description":"API key provided to the user"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Date","value":"Fri, 07 Mar 2025 07:01:23 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"20893"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Authorization, Content-Type, Accept"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Data fetched and normalized successfully.\",\n    \"metadata\": {\n        \"api_version\": \"2.0\",\n        \"dataset_id\": \"norm-36a6aa8f-aa4c-4d84-aaf9-3e9cd574143c-f5qiy8\",\n        \"raw_dataset_id\": \"36a6aa8f-aa4c-4d84-aaf9-3e9cd574143c\",\n        \"start_date\": \"2023-01-01\",\n        \"end_date\": \"2024-12-31\",\n        \"total_periods\": 24,\n        \"total_degree_days\": 7080.3,\n        \"parameters\": {\n            \"lat\": \"60.1927487\",\n            \"lon\": \"11.0695615332356\",\n            \"kind\": \"hdd\",\n            \"unit\": \"metric\",\n            \"base_temp\": \"15\",\n            \"base_temp_hdd\": \"15\",\n            \"base_temp_cdd\": null,\n            \"baseload\": 2,\n            \"hdd_coefficient\": 1.1,\n            \"cdd_coefficient\": 1.5\n        },\n        \"project_name\": \"Example MOnthly Raw Dataset\",\n        \"usage_unit\": \"kWh\",\n        \"notifications\": []\n    },\n    \"normalized_data\": [\n        {\n            \"period_id\": \"1\",\n            \"begin_period\": \"2023-01-01\",\n            \"end_period\": \"2023-01-31\",\n            \"usage\": 152710,\n            \"degree_days\": 557.8,\n            \"energy_intensity\": 273.77,\n            \"normalized_usage_regression_based\": 152710,\n            \"normalized_usage_ratio_based\": 152710,\n            \"normalized_usage_annual_ratio_distribution\": 152710\n        },\n        {\n            \"period_id\": \"2\",\n            \"begin_period\": \"2023-02-01\",\n            \"end_period\": \"2023-02-28\",\n            \"usage\": 134450,\n            \"degree_days\": 464.9,\n            \"energy_intensity\": 289.2,\n            \"normalized_usage_regression_based\": 134450,\n            \"normalized_usage_ratio_based\": 134450,\n            \"normalized_usage_annual_ratio_distribution\": 134450\n        },\n        {\n            \"period_id\": \"3\",\n            \"begin_period\": \"2023-03-01\",\n            \"end_period\": \"2023-03-31\",\n            \"usage\": 156040,\n            \"degree_days\": 538.1,\n            \"energy_intensity\": 289.98,\n            \"normalized_usage_regression_based\": 156040,\n            \"normalized_usage_ratio_based\": 156040,\n            \"normalized_usage_annual_ratio_distribution\": 156040\n        },\n        {\n            \"period_id\": \"4\",\n            \"begin_period\": \"2023-04-01\",\n            \"end_period\": \"2023-04-30\",\n            \"usage\": 59560,\n            \"degree_days\": 330.5,\n            \"energy_intensity\": 180.21,\n            \"normalized_usage_regression_based\": 59560,\n            \"normalized_usage_ratio_based\": 59560,\n            \"normalized_usage_annual_ratio_distribution\": 59560\n        },\n        {\n            \"period_id\": \"5\",\n            \"begin_period\": \"2023-05-01\",\n            \"end_period\": \"2023-05-31\",\n            \"usage\": 51870,\n            \"degree_days\": 140.1,\n            \"energy_intensity\": 370.22,\n            \"normalized_usage_regression_based\": 51870,\n            \"normalized_usage_ratio_based\": 51870,\n            \"normalized_usage_annual_ratio_distribution\": 51870\n        },\n        {\n            \"period_id\": \"6\",\n            \"begin_period\": \"2023-06-01\",\n            \"end_period\": \"2023-06-30\",\n            \"usage\": 31600,\n            \"degree_days\": 8.9,\n            \"energy_intensity\": 3550.34,\n            \"normalized_usage_regression_based\": 31600,\n            \"normalized_usage_ratio_based\": 31600,\n            \"normalized_usage_annual_ratio_distribution\": 31600\n        },\n        {\n            \"period_id\": \"7\",\n            \"begin_period\": \"2023-07-01\",\n            \"end_period\": \"2023-07-31\",\n            \"usage\": 37010,\n            \"degree_days\": 13.8,\n            \"energy_intensity\": 2681.74,\n            \"normalized_usage_regression_based\": 37010,\n            \"normalized_usage_ratio_based\": 37010,\n            \"normalized_usage_annual_ratio_distribution\": 37010\n        },\n        {\n            \"period_id\": \"8\",\n            \"begin_period\": \"2023-08-01\",\n            \"end_period\": \"2023-08-31\",\n            \"usage\": 33420,\n            \"degree_days\": 16.9,\n            \"energy_intensity\": 1977.4,\n            \"normalized_usage_regression_based\": 33420,\n            \"normalized_usage_ratio_based\": 33420,\n            \"normalized_usage_annual_ratio_distribution\": 33420\n        },\n        {\n            \"period_id\": \"9\",\n            \"begin_period\": \"2023-09-01\",\n            \"end_period\": \"2023-09-30\",\n            \"usage\": 36260,\n            \"degree_days\": 62.9,\n            \"energy_intensity\": 576.44,\n            \"normalized_usage_regression_based\": 36260,\n            \"normalized_usage_ratio_based\": 36260,\n            \"normalized_usage_annual_ratio_distribution\": 36260\n        },\n        {\n            \"period_id\": \"10\",\n            \"begin_period\": \"2023-10-01\",\n            \"end_period\": \"2023-10-31\",\n            \"usage\": 100960,\n            \"degree_days\": 332.2,\n            \"energy_intensity\": 303.91,\n            \"normalized_usage_regression_based\": 100960,\n            \"normalized_usage_ratio_based\": 100960,\n            \"normalized_usage_annual_ratio_distribution\": 100960\n        },\n        {\n            \"period_id\": \"11\",\n            \"begin_period\": \"2023-11-01\",\n            \"end_period\": \"2023-11-30\",\n            \"usage\": 147560,\n            \"degree_days\": 511.9,\n            \"energy_intensity\": 288.26,\n            \"normalized_usage_regression_based\": 147560,\n            \"normalized_usage_ratio_based\": 147560,\n            \"normalized_usage_annual_ratio_distribution\": 147560\n        },\n        {\n            \"period_id\": \"12\",\n            \"begin_period\": \"2023-12-01\",\n            \"end_period\": \"2023-12-31\",\n            \"usage\": 181920,\n            \"degree_days\": 670.8,\n            \"energy_intensity\": 271.2,\n            \"normalized_usage_regression_based\": 181920,\n            \"normalized_usage_ratio_based\": 181920,\n            \"normalized_usage_annual_ratio_distribution\": 181920\n        },\n        {\n            \"period_id\": \"13\",\n            \"begin_period\": \"2024-01-01\",\n            \"end_period\": \"2024-01-31\",\n            \"usage\": 198880,\n            \"degree_days\": 728,\n            \"energy_intensity\": 273.18,\n            \"normalized_usage_regression_based\": 802.8,\n            \"normalized_usage_ratio_based\": 260532.8,\n            \"normalized_usage_annual_ratio_distribution\": 189390.51\n        },\n        {\n            \"period_id\": \"14\",\n            \"begin_period\": \"2024-02-01\",\n            \"end_period\": \"2024-02-29\",\n            \"usage\": 157080,\n            \"degree_days\": 527.8,\n            \"energy_intensity\": 297.61,\n            \"normalized_usage_regression_based\": 582.58,\n            \"normalized_usage_ratio_based\": 179071.2,\n            \"normalized_usage_annual_ratio_distribution\": 149585.01\n        },\n        {\n            \"period_id\": \"15\",\n            \"begin_period\": \"2024-03-01\",\n            \"end_period\": \"2024-03-31\",\n            \"usage\": 117470,\n            \"degree_days\": 442.1,\n            \"energy_intensity\": 265.7,\n            \"normalized_usage_regression_based\": 488.31,\n            \"normalized_usage_ratio_based\": 96325.4,\n            \"normalized_usage_annual_ratio_distribution\": 111865\n        },\n        {\n            \"period_id\": \"16\",\n            \"begin_period\": \"2024-04-01\",\n            \"end_period\": \"2024-04-30\",\n            \"usage\": 94820,\n            \"degree_days\": 326.8,\n            \"energy_intensity\": 290.14,\n            \"normalized_usage_regression_based\": 361.48,\n            \"normalized_usage_ratio_based\": 93871.8,\n            \"normalized_usage_annual_ratio_distribution\": 90295.75\n        },\n        {\n            \"period_id\": \"17\",\n            \"begin_period\": \"2024-05-01\",\n            \"end_period\": \"2024-05-31\",\n            \"usage\": 37150,\n            \"degree_days\": 38.4,\n            \"energy_intensity\": 967.4,\n            \"normalized_usage_regression_based\": 44.24,\n            \"normalized_usage_ratio_based\": 10030.5,\n            \"normalized_usage_annual_ratio_distribution\": 35377.48\n        },\n        {\n            \"period_id\": \"18\",\n            \"begin_period\": \"2024-06-01\",\n            \"end_period\": \"2024-06-30\",\n            \"usage\": 37570,\n            \"degree_days\": 54.3,\n            \"energy_intensity\": 691.86,\n            \"normalized_usage_regression_based\": 61.73,\n            \"normalized_usage_ratio_based\": 229177,\n            \"normalized_usage_annual_ratio_distribution\": 35777.44\n        },\n        {\n            \"period_id\": \"19\",\n            \"begin_period\": \"2024-07-01\",\n            \"end_period\": \"2024-07-31\",\n            \"usage\": 38550,\n            \"degree_days\": 15.4,\n            \"energy_intensity\": 2503.12,\n            \"normalized_usage_regression_based\": 18.94,\n            \"normalized_usage_ratio_based\": 43176,\n            \"normalized_usage_annual_ratio_distribution\": 36710.68\n        },\n        {\n            \"period_id\": \"20\",\n            \"begin_period\": \"2024-08-01\",\n            \"end_period\": \"2024-08-31\",\n            \"usage\": 35100,\n            \"degree_days\": 18.4,\n            \"energy_intensity\": 1907.5,\n            \"normalized_usage_regression_based\": 22.24,\n            \"normalized_usage_ratio_based\": 38259,\n            \"normalized_usage_annual_ratio_distribution\": 33425.29\n        },\n        {\n            \"period_id\": \"21\",\n            \"begin_period\": \"2024-09-01\",\n            \"end_period\": \"2024-09-30\",\n            \"usage\": 47950,\n            \"degree_days\": 114.3,\n            \"energy_intensity\": 419.49,\n            \"normalized_usage_regression_based\": 127.73,\n            \"normalized_usage_ratio_based\": 87269,\n            \"normalized_usage_annual_ratio_distribution\": 45662.16\n        },\n        {\n            \"period_id\": \"22\",\n            \"begin_period\": \"2024-10-01\",\n            \"end_period\": \"2024-10-31\",\n            \"usage\": 76900,\n            \"degree_days\": 250,\n            \"energy_intensity\": 307.59,\n            \"normalized_usage_regression_based\": 277,\n            \"normalized_usage_ratio_based\": 57675,\n            \"normalized_usage_annual_ratio_distribution\": 73230.8\n        },\n        {\n            \"period_id\": \"23\",\n            \"begin_period\": \"2024-11-01\",\n            \"end_period\": \"2024-11-30\",\n            \"usage\": 124110,\n            \"degree_days\": 423.8,\n            \"energy_intensity\": 292.85,\n            \"normalized_usage_regression_based\": 468.18,\n            \"normalized_usage_ratio_based\": 103011.3,\n            \"normalized_usage_annual_ratio_distribution\": 118188.17\n        },\n        {\n            \"period_id\": \"24\",\n            \"begin_period\": \"2024-12-01\",\n            \"end_period\": \"2024-12-31\",\n            \"usage\": 143840,\n            \"degree_days\": 492.2,\n            \"energy_intensity\": 292.23,\n            \"normalized_usage_regression_based\": 543.42,\n            \"normalized_usage_ratio_based\": 105003.2,\n            \"normalized_usage_annual_ratio_distribution\": 136976.75\n        }\n    ],\n    \"monthly_summary\": {\n        \"January\": {\n            \"2023\": {\n                \"usage\": 152710,\n                \"degree_days\": 557.8,\n                \"normalized_usage_ratio_based\": 152710,\n                \"normalized_usage_regression_based\": 152710,\n                \"normalized_usage_annual_ratio_distribution\": 152710,\n                \"energy_intensity\": 273.77\n            },\n            \"2024\": {\n                \"usage\": 198880,\n                \"degree_days\": 728,\n                \"normalized_usage_ratio_based\": 260532.8,\n                \"normalized_usage_regression_based\": 802.8,\n                \"normalized_usage_annual_ratio_distribution\": 189390.51,\n                \"energy_intensity\": 273.19\n            }\n        },\n        \"February\": {\n            \"2023\": {\n                \"usage\": 134450,\n                \"degree_days\": 464.9,\n                \"normalized_usage_ratio_based\": 134450,\n                \"normalized_usage_regression_based\": 134450,\n                \"normalized_usage_annual_ratio_distribution\": 134450,\n                \"energy_intensity\": 289.2\n            },\n            \"2024\": {\n                \"usage\": 157080,\n                \"degree_days\": 527.8,\n                \"normalized_usage_ratio_based\": 179071.2,\n                \"normalized_usage_regression_based\": 582.58,\n                \"normalized_usage_annual_ratio_distribution\": 149585.01,\n                \"energy_intensity\": 297.61\n            }\n        },\n        \"March\": {\n            \"2023\": {\n                \"usage\": 156040,\n                \"degree_days\": 538.1,\n                \"normalized_usage_ratio_based\": 156040,\n                \"normalized_usage_regression_based\": 156040,\n                \"normalized_usage_annual_ratio_distribution\": 156040,\n                \"energy_intensity\": 289.98\n            },\n            \"2024\": {\n                \"usage\": 117470,\n                \"degree_days\": 442.1,\n                \"normalized_usage_ratio_based\": 96325.4,\n                \"normalized_usage_regression_based\": 488.31,\n                \"normalized_usage_annual_ratio_distribution\": 111865,\n                \"energy_intensity\": 265.71\n            }\n        },\n        \"April\": {\n            \"2023\": {\n                \"usage\": 59560,\n                \"degree_days\": 330.5,\n                \"normalized_usage_ratio_based\": 59560,\n                \"normalized_usage_regression_based\": 59560,\n                \"normalized_usage_annual_ratio_distribution\": 59560,\n                \"energy_intensity\": 180.21\n            },\n            \"2024\": {\n                \"usage\": 94820,\n                \"degree_days\": 326.8,\n                \"normalized_usage_ratio_based\": 93871.8,\n                \"normalized_usage_regression_based\": 361.48,\n                \"normalized_usage_annual_ratio_distribution\": 90295.75,\n                \"energy_intensity\": 290.15\n            }\n        },\n        \"May\": {\n            \"2023\": {\n                \"usage\": 51870,\n                \"degree_days\": 140.1,\n                \"normalized_usage_ratio_based\": 51870,\n                \"normalized_usage_regression_based\": 51870,\n                \"normalized_usage_annual_ratio_distribution\": 51870,\n                \"energy_intensity\": 370.24\n            },\n            \"2024\": {\n                \"usage\": 37150,\n                \"degree_days\": 38.4,\n                \"normalized_usage_ratio_based\": 10030.5,\n                \"normalized_usage_regression_based\": 44.24,\n                \"normalized_usage_annual_ratio_distribution\": 35377.48,\n                \"energy_intensity\": 967.45\n            }\n        },\n        \"June\": {\n            \"2023\": {\n                \"usage\": 31600,\n                \"degree_days\": 8.9,\n                \"normalized_usage_ratio_based\": 31600,\n                \"normalized_usage_regression_based\": 31600,\n                \"normalized_usage_annual_ratio_distribution\": 31600,\n                \"energy_intensity\": 3550.56\n            },\n            \"2024\": {\n                \"usage\": 37570,\n                \"degree_days\": 54.3,\n                \"normalized_usage_ratio_based\": 229177,\n                \"normalized_usage_regression_based\": 61.73,\n                \"normalized_usage_annual_ratio_distribution\": 35777.44,\n                \"energy_intensity\": 691.9\n            }\n        },\n        \"July\": {\n            \"2023\": {\n                \"usage\": 37010,\n                \"degree_days\": 13.8,\n                \"normalized_usage_ratio_based\": 37010,\n                \"normalized_usage_regression_based\": 37010,\n                \"normalized_usage_annual_ratio_distribution\": 37010,\n                \"energy_intensity\": 2681.88\n            },\n            \"2024\": {\n                \"usage\": 38550,\n                \"degree_days\": 15.4,\n                \"normalized_usage_ratio_based\": 43176,\n                \"normalized_usage_regression_based\": 18.94,\n                \"normalized_usage_annual_ratio_distribution\": 36710.68,\n                \"energy_intensity\": 2503.25\n            }\n        },\n        \"August\": {\n            \"2023\": {\n                \"usage\": 33420,\n                \"degree_days\": 16.9,\n                \"normalized_usage_ratio_based\": 33420,\n                \"normalized_usage_regression_based\": 33420,\n                \"normalized_usage_annual_ratio_distribution\": 33420,\n                \"energy_intensity\": 1977.51\n            },\n            \"2024\": {\n                \"usage\": 35100,\n                \"degree_days\": 18.4,\n                \"normalized_usage_ratio_based\": 38259,\n                \"normalized_usage_regression_based\": 22.24,\n                \"normalized_usage_annual_ratio_distribution\": 33425.29,\n                \"energy_intensity\": 1907.61\n            }\n        },\n        \"September\": {\n            \"2023\": {\n                \"usage\": 36260,\n                \"degree_days\": 62.9,\n                \"normalized_usage_ratio_based\": 36260,\n                \"normalized_usage_regression_based\": 36260,\n                \"normalized_usage_annual_ratio_distribution\": 36260,\n                \"energy_intensity\": 576.47\n            },\n            \"2024\": {\n                \"usage\": 47950,\n                \"degree_days\": 114.3,\n                \"normalized_usage_ratio_based\": 87269,\n                \"normalized_usage_regression_based\": 127.73,\n                \"normalized_usage_annual_ratio_distribution\": 45662.16,\n                \"energy_intensity\": 419.51\n            }\n        },\n        \"October\": {\n            \"2023\": {\n                \"usage\": 100960,\n                \"degree_days\": 332.2,\n                \"normalized_usage_ratio_based\": 100960,\n                \"normalized_usage_regression_based\": 100960,\n                \"normalized_usage_annual_ratio_distribution\": 100960,\n                \"energy_intensity\": 303.91\n            },\n            \"2024\": {\n                \"usage\": 76900,\n                \"degree_days\": 250,\n                \"normalized_usage_ratio_based\": 57675,\n                \"normalized_usage_regression_based\": 277,\n                \"normalized_usage_annual_ratio_distribution\": 73230.8,\n                \"energy_intensity\": 307.6\n            }\n        },\n        \"November\": {\n            \"2023\": {\n                \"usage\": 147560,\n                \"degree_days\": 511.9,\n                \"normalized_usage_ratio_based\": 147560,\n                \"normalized_usage_regression_based\": 147560,\n                \"normalized_usage_annual_ratio_distribution\": 147560,\n                \"energy_intensity\": 288.26\n            },\n            \"2024\": {\n                \"usage\": 124110,\n                \"degree_days\": 423.8,\n                \"normalized_usage_ratio_based\": 103011.3,\n                \"normalized_usage_regression_based\": 468.18,\n                \"normalized_usage_annual_ratio_distribution\": 118188.17,\n                \"energy_intensity\": 292.85\n            }\n        },\n        \"December\": {\n            \"2023\": {\n                \"usage\": 181920,\n                \"degree_days\": 670.8,\n                \"normalized_usage_ratio_based\": 181920,\n                \"normalized_usage_regression_based\": 181920,\n                \"normalized_usage_annual_ratio_distribution\": 181920,\n                \"energy_intensity\": 271.2\n            },\n            \"2024\": {\n                \"usage\": 143840,\n                \"degree_days\": 492.2,\n                \"normalized_usage_ratio_based\": 105003.2,\n                \"normalized_usage_regression_based\": 543.42,\n                \"normalized_usage_annual_ratio_distribution\": 136976.75,\n                \"energy_intensity\": 292.24\n            }\n        }\n    },\n    \"yearly_summary\": {\n        \"2023\": {\n            \"usage\": 1123360,\n            \"degree_days\": 3648.8,\n            \"normalized_usage_ratio_based\": 1123360,\n            \"normalized_usage_regression_based\": 1123360,\n            \"normalized_usage_annual_ratio_distribution\": 1123360,\n            \"energy_intensity\": 307.87\n        },\n        \"2024\": {\n            \"usage\": 1109420,\n            \"degree_days\": 3431.5000000000005,\n            \"normalized_usage_ratio_based\": 1303402.2000000002,\n            \"normalized_usage_regression_based\": 3798.6499999999996,\n            \"normalized_usage_annual_ratio_distribution\": 1056485.04,\n            \"energy_intensity\": 323.3\n        }\n    },\n    \"year_to_date_summary\": {\n        \"2023\": {\n            \"usage\": 1123360,\n            \"degree_days\": 3648.8,\n            \"normalized_usage_ratio_based\": 1123360,\n            \"normalized_usage_regression_based\": 1123360,\n            \"normalized_usage_annual_ratio_distribution\": 1123360,\n            \"energy_intensity\": 307.87\n        },\n        \"2024\": {\n            \"usage\": 1109420,\n            \"degree_days\": 3431.5000000000005,\n            \"normalized_usage_ratio_based\": 1303402.2000000002,\n            \"normalized_usage_regression_based\": 3798.6499999999996,\n            \"normalized_usage_annual_ratio_distribution\": 1056485.04,\n            \"energy_intensity\": 323.3\n        },\n        \"metadata\": {\n            \"period_start\": \"2024-01-01\",\n            \"period_end\": \"2024-12-31\"\n        }\n    }\n}"}],"_postman_id":"4e01dd9b-326a-4e46-a522-1804d1c34435"}],"id":"49fdc79b-b1be-49c7-b08f-e3f14dbf2e5b","description":"<h3 id=\"weather-normalization-calculation-methods\">Weather Normalization Calculation Methods</h3>\n<p>The goal of the normalization process is to adjust energy usage data by accounting for weather differences—measured as degree days—across different periods.</p>\n<p>The process follows these steps:</p>\n<h4 id=\"1-accumulating-degree-days\"><strong>1. Accumulating Degree Days:</strong></h4>\n<ol>\n<li><p><strong>For method=\"bth\" mode:</strong> Each day’s heating degree days (HDD) and cooling degree days (CDD) are collected. The code loops through each day within an energy usage period and sums up the HDD and CDD values.</p>\n</li>\n<li><p>**For Single-Type Modes (e.g., \"hdd\" or \"cdd\"):**Each day’s value for the specified type (HDD or CDD) is added together to form a total for the period.</p>\n</li>\n</ol>\n<h4 id=\"2-energy-intensity-ei\"><strong>2. Energy Intensity (EI):</strong></h4>\n<p>After calculating the total degree days for a period, the code subtracts the baseload from the raw usage (if provided) to focus on the weather-sensitive portion. Then:</p>\n<ol>\n<li><p><strong>For \"bth\" mode:</strong> The EI is calculated by dividing the adjusted usage by the sum of HDD and CDD.</p>\n</li>\n<li><p><strong>For single-type modes:</strong> The adjusted usage is divided by the total degree days of that type (if the total is above zero).</p>\n</li>\n</ol>\n<h4 id=\"3-normalized-usage-based-on-regression-analysis-with-baseload-and-weather-coefficients-\"><strong>3. Normalized Usage based on regression analysis (with Baseload and Weather Coefficients) :</strong></h4>\n<p>The method assumes that the relationship between degree days and energy usage is linear. Here’s how it works:</p>\n<ol>\n<li><p><strong>Step 1: Remove Baseload:</strong> The constant baseload (representing non-weather-related energy usage) is subtracted from the raw usage.</p>\n</li>\n<li><p><strong>Step 2: Normalize the Weather-Sensitive Portion:</strong> The remainder is normalized using degree day coefficients. These coefficients—along with the baseload—are typically determined by regression analysis. Regression analysis helps in finding the best-fit line that explains how changes in degree days affect energy usage.</p>\n</li>\n<li><p><strong>Step 3: Add Baseload Back:</strong> After adjusting the weather-sensitive part, the baseload is added back to form the final normalized usage.</p>\n</li>\n</ol>\n<h4 id=\"4-base-year-normalization\"><strong>4. Base-Year Normalization</strong></h4>\n<p>_<strong>Annual Ratio Distribution Method</strong>_This method normalizes your energy usage to account for weather differences by comparing it to a selected base year.</p>\n<p><strong>How it works:</strong></p>\n<ol>\n<li><p><strong>Calculate annual totals</strong> of your actual energy usage and degree days, and compare them with the annual totals from your chosen base year.</p>\n</li>\n<li><p><strong>Determine a weather-adjusted annual energy usage</strong> based on how weather conditions (degree days) differ between your actual year and the base year.</p>\n</li>\n<li><p><strong>Redistribute this normalized annual energy</strong> back into each month, proportionally to your actual monthly usage patterns.</p>\n</li>\n</ol>\n<p>This method smooths out monthly variations, making your energy performance clearer and easier to track, despite varying weather conditions.  </p>\n<p>_<strong>Direct Ratio Method</strong>_This method normalizes your energy usage month-by-month by directly comparing each month's weather conditions (degree days) in your actual year to the corresponding month in your selected base year.</p>\n<p><strong>How it works:</strong></p>\n<ol>\n<li><p><strong>Calculate the ratio</strong> between degree days in each month of your base year and the same month in your actual year.</p>\n</li>\n<li><p><strong>Adjust each month's actual energy usage</strong> using this direct ratio.</p>\n</li>\n</ol>\n<p>This approach gives a straightforward, month-specific normalization. However, keep in mind that months with very low degree-day values can lead to high or unstable ratios, making those months' results less reliable.  </p>\n<hr />\n<h3 id=\"data-assumptions\">Data Assumptions</h3>\n<ul>\n<li><p><strong>Linear Relationship:</strong></p>\n<p>  It is assumed that there is a linear relationship between degree days (weather conditions) and energy usage.</p>\n</li>\n<li><p><strong>Constant Baseload:</strong></p>\n<p>  The baseload, which represents the energy used regardless of weather (e.g., lighting, always-on equipment), is assumed to be constant across all periods.</p>\n</li>\n<li><p><strong>No Aging Factor:</strong></p>\n<p>  The method does not consider any changes in equipment efficiency or energy usage due to aging or wear over time.</p>\n</li>\n<li><p><strong>Determining Coefficients:</strong></p>\n<p>  Both the baseload and the degree day coefficients are determined using regression analysis on historical data, which establishes the linear model linking degree days to energy usage.</p>\n</li>\n</ul>\n<p><strong>Response Codes:</strong></p>\n<ul>\n<li><p><strong>200 OK:</strong> Returns normalized data along with summaries (monthly, yearly, year-to-date).</p>\n</li>\n<li><p><strong>400 Bad Request:</strong> Missing or invalid parameters.</p>\n</li>\n<li><p><strong>401 Unauthorized:</strong> Invalid or missing API key.</p>\n</li>\n<li><p><strong>429 Too Many Requests:</strong> API rate limit exceeded.</p>\n</li>\n<li><p><strong>500 Internal Server Error:</strong> Unexpected processing errors.</p>\n</li>\n<li><p><strong>502 Bad Gateway:</strong> Issues retrieving dataset metadata.</p>\n</li>\n</ul>\n","_postman_id":"49fdc79b-b1be-49c7-b08f-e3f14dbf2e5b"},{"name":"Regression","item":[],"id":"c444ae91-eba4-4728-9a96-733d4a6e1a90","description":"<p>Available on request.</p>\n","_postman_id":"c444ae91-eba4-4728-9a96-733d4a6e1a90"},{"name":"API Rate Status","item":[{"name":"Get Rates for a Key","id":"aa938fcd-7860-44ec-b755-621f5d61aa86","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.energy-data.io/users/rates/{Your API Key}","urlObject":{"protocol":"https","path":["users","rates","{Your API Key}"],"host":["api","energy-data","io"],"query":[],"variable":[]}},"response":[{"id":"e9b993f0-0949-4812-bdff-f0e749186f2f","name":"Get Rates for a Key","originalRequest":{"method":"GET","header":[],"url":"https://api.energy-data.io/users/rates/50f5c4b8-3be6-4878-bbf4-9a8a5ba285"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Date","value":"Fri, 13 Jun 2025 06:42:19 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"84"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Authorization, Content-Type, Accept, Cache-Control"},{"key":"Access-Control-Allow-Credentials","value":"true"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"monthly_calls\": 297.60,\n    \"monthly_limit\": 6500,\n    \"reset_date\": \"2025-06-19\"\n}"}],"_postman_id":"aa938fcd-7860-44ec-b755-621f5d61aa86"}],"id":"3205d9e1-dc27-4977-935b-4d95be255d3b","description":"<p>Retrieve your current API usage and limits to help manage your calls effectively.</p>\n","_postman_id":"3205d9e1-dc27-4977-935b-4d95be255d3b"}],"variable":[{"key":"baseurl","value":"https://api.energy-data.io/v2/","type":"default"}]}