Discover/gasstorage.dk API
live

gasstorage.dk APIgasstorage.dk

Access Danish gas storage capacity, hourly nominations, and daily utilization data via 3 structured endpoints covering the gasstorage.dk dataset.

Endpoints
3
Updated
3mo ago
Try it
End date in ISO format (e.g. '2024-12-31'). Filters records up to this date.
Sort field and direction (e.g. 'GasDay asc' or 'GasDay desc').
Maximum number of records to return.
Start date in ISO format (e.g. '2024-01-01'). Filters records from this date.
Comma-separated list of columns to include (e.g. 'GasDay,CapacityVolumeAvailable,CapacityI
api.parse.bot/scraper/b2c3b718-a2cb-47ed-b1bf-df2f5f025ae8/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/b2c3b718-a2cb-47ed-b1bf-df2f5f025ae8/get_capacities?end=2024-01-31&limit=5&start=2024-01-01' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 3 totalclick to expand

Fetch daily storage capacity data including volume, injection, and withdrawal capacities. Each record shows technical capacity, reserved capacity, TSO-reserved capacity, and available capacity for volume (MWh), injection (MWh/h), and withdrawal (MWh/h).

Input
ParamTypeDescription
endstringEnd date in ISO format (e.g. '2024-12-31'). Filters records up to this date.
sortstringSort field and direction (e.g. 'GasDay asc' or 'GasDay desc').
limitintegerMaximum number of records to return.
startstringStart date in ISO format (e.g. '2024-01-01'). Filters records from this date.
columnsstringComma-separated list of columns to include (e.g. 'GasDay,CapacityVolumeAvailable,CapacityInjectionAvailable').
Response
{
  "type": "object",
  "fields": {
    "count": "integer - Number of records returned",
    "total": "integer - Total records matching query",
    "dataset": "string - Dataset name (StorageCapacity)",
    "records": "array of objects with: GasDay, CapacityVolumeTechnical, CapacityVolumeReserved, CapacityVolumeReservedTSO, CapacityVolumeAvailable, CapacityInjectionTechnical, CapacityInjectionReserved, CapacityInjectionReservedTSO, CapacityInjectionAvailable, CapacityWithdrawalTechnical, CapacityWithdrawalReserved, CapacityWithdrawalReservedTSO, CapacityWithdrawalAvailable"
  },
  "sample": {
    "data": {
      "count": 1,
      "total": 30,
      "dataset": "StorageCapacity",
      "records": [
        {
          "GasDay": "2024-01-30T00:00:00",
          "CapacityVolumeReserved": 10125000,
          "CapacityVolumeAvailable": 0,
          "CapacityVolumeTechnical": 10125000,
          "CapacityInjectionReserved": 3252,
          "CapacityVolumeReservedTSO": 1700000,
          "CapacityInjectionAvailable": 528,
          "CapacityInjectionTechnical": 3780,
          "CapacityWithdrawalReserved": 5413,
          "CapacityWithdrawalAvailable": 587,
          "CapacityWithdrawalTechnical": 6000,
          "CapacityInjectionReservedTSO": 0,
          "CapacityWithdrawalReservedTSO": 0
        }
      ]
    },
    "status": "success"
  }
}

About the gasstorage.dk API

The gasstorage.dk API exposes 3 endpoints covering Danish gas storage operations: daily capacity breakdowns, hourly injection and withdrawal nominations, and daily utilization figures. The get_capacities endpoint returns technical, reserved, TSO-reserved, and available capacity for volume, injection, and withdrawal. Data is sourced from the Danish Energy Data Service and covers MWh and kWh/h measurements across all tracked facilities.

Endpoints and Data Coverage

The API provides three endpoints. get_capacities returns daily records from the StorageCapacity dataset, with fields including CapacityVolumeTechnical, CapacityVolumeReserved, CapacityVolumeReservedTSO, and CapacityVolumeAvailable, all denominated in MWh. Injection and withdrawal capacity fields follow the same four-tier breakdown. get_nominations returns hourly records from the storagenomination dataset, distinguishing firm and interruptible components for both injection and withdrawal, reported in kWh/h. Timestamps are available in both UTC (HourUTC) and Danish local time (HourDK).

Filtering and Sorting

All three endpoints accept start and end date parameters in ISO format, a limit integer, and a sort string such as 'GasDay asc' or 'HourUTC desc'. The columns parameter lets you request a subset of fields, which is useful when you need only CapacityVolumeAvailable or NominationInjectionFirm without pulling full records. The response always includes count, total, and dataset metadata alongside the records array.

Utilization Detail

get_utilization covers the StorageUtilization dataset and provides daily figures including StoredTotal, StoredInt, Limit4Int, InjectedTotal, InjectedInt, InjCapExpected, WithdrawedTotal, and related withdrawal fields. This gives a day-level picture of how much gas was stored, injected, and withdrawn, including the interruptible portions and expected capacity bounds — useful for tracking seasonal fill cycles or comparing planned versus actual storage activity.

Common use cases
  • Track daily available injection capacity (CapacityInjectionAvailable) to identify storage headroom ahead of peak demand periods.
  • Monitor TSO-reserved capacity (CapacityVolumeReservedTSO) separately from commercial reservations for regulatory analysis.
  • Analyze hourly firm versus interruptible nomination splits (NominationInjectionFirm, NominationInjectionInterruptible) to model dispatch flexibility.
  • Build seasonal fill-cycle charts using StoredTotal and InjectedTotal from the utilization endpoint.
  • Alert on low CapacityVolumeAvailable thresholds relative to CapacityVolumeTechnical for energy supply monitoring.
  • Compare InjCapExpected against InjectedTotal to detect deviations from expected storage injection performance.
  • Feed daily utilization records into a gas market model to correlate storage levels with spot price movements.
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does gasstorage.dk have an official developer API?+
The underlying data originates from the Danish Energy Data Service (Energidataservice), which publishes an open data API at https://www.energidataservice.dk. The gasstorage.dk site itself does not publish a separate documented developer API.
What does get_nominations return and how granular is the time resolution?+
It returns hourly records from the storagenomination dataset. Each record carries HourUTC and HourDK timestamps plus four nomination fields: NominationInjectionFirm, NominationInjectionInterruptible, NominationWithdrawalFirm, and NominationWithdrawalInterruptible. Values are in kWh/h. You can filter to a specific window using the start and end parameters and request only relevant columns via the columns parameter.
How far back does the historical data go?+
The API passes through whatever historical records are available in the underlying dataset. The exact start date of available history is not formally documented in the endpoint spec. For production use, query with a known early start date and inspect the total field in the response to gauge coverage depth.
Does the API cover individual storage facilities separately, or only aggregate Danish totals?+
The current endpoints return aggregated national-level figures; no facility-level or location-specific breakdown field appears in the response schema. You can fork this API on Parse and revise it to add an endpoint that filters or groups by facility identifiers if the underlying dataset exposes them.
Can I retrieve real-time intraday nominations rather than historical records?+
The nominations endpoint returns data at hourly granularity and can be queried up to the current date using start and end parameters. Whether the most recent hour reflects live operational nominations depends on how frequently the source dataset is updated, which is not specified in the endpoint contract. Sub-hourly or streaming data is not currently exposed. You can fork this API on Parse and revise it to add a polling or near-real-time nomination endpoint if finer freshness is required.
Page content last updated . Spec covers 3 endpoints from gasstorage.dk.
Related APIs in Government PublicSee all →
athletic.net API
Search and analyze cross country and track & field performance data across the US, including athlete profiles, meet results, team rosters, and rankings. Access comprehensive meet information, historical records, and state-level competition data to track athlete progress and discover top performers.
alienvault.com API
Search and analyze global threat intelligence data including indicators of compromise, threat pulses, and adversary profiles from the Open Threat Exchange community. Monitor recent security alerts and access detailed information about threats and adversaries to strengthen your cybersecurity defenses.
eprocurement.gov API
Monitor India's public procurement opportunities by accessing active tenders, bids closing today, global tenders, high-value contracts, and cancelled tenders from the Central Public Procurement Portal. Search tender details, browse participating organizations, and track real-time procurement statistics to stay informed on government contracting opportunities.
maradminbot.com API
Search and retrieve official Marine Corps MARADMIN announcements from Marines.mil, filtering by year, status, and keyword to stay updated on the latest personnel and administrative directives. Get detailed information about specific announcements by number or browse the most recent updates to ensure you never miss critical Marine Corps guidance.
13f.info API
13f.info API
illinoisreportcard.com API
Search and analyze comprehensive performance data for Illinois public schools, districts, and the state, including academic achievements in ELA, math, and science, student demographics, teacher and administrator information, school finances, and environmental conditions. Compare schools side-by-side, track growth metrics, and access accountability ratings and school highlights to make informed decisions about education quality.
customs.gov.mv API
Check import/export duties, tariff classifications, and exchange rates for Maldives customs compliance, plus track vessel movements, company registrations, and declaration statuses. Get real-time data directly from the official customs portal to streamline your trade and logistics operations.
bizapedia.com API
Search for detailed business profiles and contact information from Bizapedia, including company details, employee data, and communication channels. Access comprehensive business intelligence to research companies and build targeted contact lists.