Gasstorage: Get Capacities
Gasstorage via Parse · government_public
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). Paginates internally up to the requested limit. Default sort is GasDay descending. Extract capacities, nominations, and utilization data from Danish gas storage facilities (gasstorage.dk). Data sourced from the Danish Energy Data Service covering storage capacity, hourly nominations, and daily utilization metrics. Fulfilled by Parse from gasstorage.dk.
- finance
- gasstorage
- gasstorage-dk
- government-public
- other
- parse
- platform-key
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- government_public
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/b2c3b718-a2cb-47ed-b1bf-df2f5f025ae8/get_capacities
- Interface artifact
- sha256:c64caa89456aa6feff04bc58ffff0802a149a5c54688ed7020204832437f077f
- Manifest digest
- sha256:087030f96b1ebfe2f05b3a2f36be142dc92bb30e0467f8ee15cdddecf38e1bb4
Request fields
- end (string): End date in ISO format (e.g. '2024-12-31'). Filters records up to this date.
- sort (string): Sort field and direction (e.g. 'GasDay asc' or 'GasDay desc').
- limit (integer): Maximum number of records to return.
- start (string): Start date in ISO format (e.g. '2024-01-01'). Filters records from this date.
- columns (string): Comma-separated list of columns to include (e.g. 'GasDay,CapacityVolumeAvailable,CapacityInjectionAvailable').
Example queries
- {"end":"2026-06-09","limit":"10","start":"2026-05-11"}