All data sources

ENTSOG EU Gas TSO

No authentsog

ENTSOG European gas transmission — physical flows, nominations, capacity bookings, and interruptions across EU transmission system operators.

Provenance

PublisherENTSOG EU Gas TSO

Freshness & coverage

FreshnessFreshness not declared
GeographicNot declared
TemporalNot declared
AuthenticationNo credentials required

Methods (5)

  • listOperators

    read

    List ENTSOG gas transmission system operators.

    Entitiesoperator
    Input schema
    {
      "type": "object",
      "properties": {
        "limit": {
          "type": "number"
        },
        "offset": {
          "type": "number"
        }
      },
      "additionalProperties": false
    }
  • getOperatorPointDirections

    read

    Get ENTSOG operator point-direction definitions.

    Entitiesoperator
    Input schema
    {
      "type": "object",
      "properties": {
        "limit": {
          "type": "number"
        },
        "offset": {
          "type": "number"
        },
        "from": {
          "type": "string"
        },
        "to": {
          "type": "string"
        },
        "pointKey": {
          "type": "string"
        },
        "operatorKey": {
          "type": "string"
        }
      },
      "additionalProperties": false
    }
  • getPhysicalFlows

    read

    Get ENTSOG physical gas flows by point and operator.

    Entitiesrecord
    Input schema
    {
      "type": "object",
      "properties": {
        "limit": {
          "type": "number"
        },
        "offset": {
          "type": "number"
        },
        "from": {
          "type": "string"
        },
        "to": {
          "type": "string"
        },
        "pointKey": {
          "type": "string"
        },
        "operatorKey": {
          "type": "string"
        }
      },
      "additionalProperties": false
    }
  • getNominations

    read

    Get ENTSOG gas nominations by point and operator.

    Entitiesrecord
    Input schema
    {
      "type": "object",
      "properties": {
        "limit": {
          "type": "number"
        },
        "offset": {
          "type": "number"
        },
        "from": {
          "type": "string"
        },
        "to": {
          "type": "string"
        },
        "pointKey": {
          "type": "string"
        },
        "operatorKey": {
          "type": "string"
        }
      },
      "additionalProperties": false
    }
  • getInterruptions

    read

    Get ENTSOG capacity interruptions by point and operator.

    Entitiesrecord
    Input schema
    {
      "type": "object",
      "properties": {
        "limit": {
          "type": "number"
        },
        "offset": {
          "type": "number"
        },
        "from": {
          "type": "string"
        },
        "to": {
          "type": "string"
        },
        "pointKey": {
          "type": "string"
        },
        "operatorKey": {
          "type": "string"
        }
      },
      "additionalProperties": false
    }