Provenance
PublisherENTSOG EU Gas TSO
Freshness & coverage
FreshnessFreshness not declared
GeographicNot declared
TemporalNot declared
AuthenticationNo credentials required
Methods (5)
listOperators
readList ENTSOG gas transmission system operators.
EntitiesoperatorInput schema
{ "type": "object", "properties": { "limit": { "type": "number" }, "offset": { "type": "number" } }, "additionalProperties": false }getOperatorPointDirections
readGet ENTSOG operator point-direction definitions.
EntitiesoperatorInput 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
readGet ENTSOG physical gas flows by point and operator.
EntitiesrecordInput 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
readGet ENTSOG gas nominations by point and operator.
EntitiesrecordInput 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
readGet ENTSOG capacity interruptions by point and operator.
EntitiesrecordInput schema
{ "type": "object", "properties": { "limit": { "type": "number" }, "offset": { "type": "number" }, "from": { "type": "string" }, "to": { "type": "string" }, "pointKey": { "type": "string" }, "operatorKey": { "type": "string" } }, "additionalProperties": false }
