All data sources

Gas Infrastructure Europe

API keygie

Gas Infrastructure Europe (AGSI / ALSI) — EU gas storage and LNG terminal inventories and flows. STORAGE: getStorageOverview, getStorageByCountry, getStorageByFacility, getStorageHistory LNG: getLNGOverview, getLNGByCountry LISTINGS: listCountries, listCompanies

Provenance

PublisherGas Infrastructure Europe

Freshness & coverage

FreshnessFreshness not declared
GeographicNot declared
TemporalNot declared
AuthenticationCredentials required (API key)

Methods (8)

  • getStorageOverview

    read

    Aggregated EU gas storage overview.

    Entitiesrecord
    Input schema
    {
      "type": "object",
      "properties": {},
      "additionalProperties": false
    }
  • getStorageByCountry

    read

    Gas storage for a country.

    Required paramscountryCode
    Entitiesrecord
    Input schema
    {
      "type": "object",
      "properties": {
        "countryCode": {
          "type": "string"
        }
      },
      "additionalProperties": false,
      "required": [
        "countryCode"
      ]
    }
  • getStorageByFacility

    read

    Storage data for a specific facility.

    Required paramscountryCodecompanyfacility
    Entitiesfacility
    Input schema
    {
      "type": "object",
      "properties": {
        "countryCode": {
          "type": "string"
        },
        "company": {
          "type": "string"
        },
        "facility": {
          "type": "string"
        }
      },
      "additionalProperties": false,
      "required": [
        "countryCode",
        "company",
        "facility"
      ]
    }
  • getStorageHistory

    read

    Historical gas storage over a date range.

    Required paramscountryCodefromto
    Entitiesrecord
    Input schema
    {
      "type": "object",
      "properties": {
        "countryCode": {
          "type": "string"
        },
        "from": {
          "type": "string"
        },
        "to": {
          "type": "string"
        },
        "size": {
          "type": "number"
        }
      },
      "additionalProperties": false,
      "required": [
        "countryCode",
        "from",
        "to"
      ]
    }
  • listCountries

    read

    Countries with storage facilities.

    Entitiesrecord
    Input schema
    {
      "type": "object",
      "properties": {},
      "additionalProperties": false
    }
  • listCompanies

    read

    Storage operators in a country.

    Required paramscountryCode
    Entitiescompany
    Input schema
    {
      "type": "object",
      "properties": {
        "countryCode": {
          "type": "string"
        }
      },
      "additionalProperties": false,
      "required": [
        "countryCode"
      ]
    }
  • getLNGOverview

    read

    Aggregated EU LNG terminal overview.

    Entitiesrecord
    Input schema
    {
      "type": "object",
      "properties": {},
      "additionalProperties": false
    }
  • getLNGByCountry

    read

    LNG terminal data for a country.

    Required paramscountryCode
    Entitiesrecord
    Input schema
    {
      "type": "object",
      "properties": {
        "countryCode": {
          "type": "string"
        }
      },
      "additionalProperties": false,
      "required": [
        "countryCode"
      ]
    }