gie

n8n node for GIE (AGSI/ALSI) Gas Storage Transparency Platform

Package Information

Downloads: 1 weekly / 81 monthly
Latest Version: 0.1.1
Author: Claus Hesseling

Documentation

n8n-nodes-gie

This is an n8n community node for accessing the Gas Infrastructure Europe (GIE) AGSI+ and ALSI transparency platforms.

!Important! This node is NOT an official GIE product or connected with GIE in any way.

All limits of the API apply.

Features

  • Access data from AGSI+ (Gas Storage) and ALSI (LNG Terminals).
  • Filter by country, company (EIC), facility (EIC), and date range.
  • Supports pagination (max 300 results per request).

Authentication

Registration on the AGSI+ or ALSI website is mandatory to obtain a personal API key (x-key).

Operations

Get Data

Retrieves daily inventory reporting for underground gas storages (AGSI+) or large-scale LNG terminals (ALSI).

Parameters:

  • Resource: Select between AGSI+ and ALSI.
  • Filters:
    • Country: Two-letter country code (e.g., DE, FR, IT).
    • Company EIC: Energy Identification Code of the operator.
    • Facility EIC: Energy Identification Code of the specific facility.
    • Date: Retrieve data for a specific gas day.
    • From/To: Retrieve data for a date range.
    • Size: Number of results per page (default 30, max 300).

If you want to retrieve data from a Facility, you have to include "Country" and "Company EIC", otherwise it will not work.

Installation

Follow the n8n guide for installing community nodes.

License

MIT

Discussion