Provenance
PublisherGas Infrastructure Europe
API basehttps://agsi.gie.eu/api
Freshness & coverage
FreshnessFreshness not declared
GeographicNot declared
TemporalNot declared
AuthenticationCredentials required (API key)
Methods (8)
getStorageOverview
readAggregated EU gas storage overview.
EntitiesrecordInput schema
{ "type": "object", "properties": {}, "additionalProperties": false }getStorageByCountry
readGas storage for a country.
Required paramscountryCodeEntitiesrecordInput schema
{ "type": "object", "properties": { "countryCode": { "type": "string" } }, "additionalProperties": false, "required": [ "countryCode" ] }getStorageByFacility
readStorage data for a specific facility.
Required paramscountryCodecompanyfacilityEntitiesfacilityInput schema
{ "type": "object", "properties": { "countryCode": { "type": "string" }, "company": { "type": "string" }, "facility": { "type": "string" } }, "additionalProperties": false, "required": [ "countryCode", "company", "facility" ] }getStorageHistory
readHistorical gas storage over a date range.
Required paramscountryCodefromtoEntitiesrecordInput schema
{ "type": "object", "properties": { "countryCode": { "type": "string" }, "from": { "type": "string" }, "to": { "type": "string" }, "size": { "type": "number" } }, "additionalProperties": false, "required": [ "countryCode", "from", "to" ] }listCountries
readCountries with storage facilities.
EntitiesrecordInput schema
{ "type": "object", "properties": {}, "additionalProperties": false }listCompanies
readStorage operators in a country.
Required paramscountryCodeEntitiescompanyInput schema
{ "type": "object", "properties": { "countryCode": { "type": "string" } }, "additionalProperties": false, "required": [ "countryCode" ] }getLNGOverview
readAggregated EU LNG terminal overview.
EntitiesrecordInput schema
{ "type": "object", "properties": {}, "additionalProperties": false }getLNGByCountry
readLNG terminal data for a country.
Required paramscountryCodeEntitiesrecordInput schema
{ "type": "object", "properties": { "countryCode": { "type": "string" } }, "additionalProperties": false, "required": [ "countryCode" ] }
