query_pipelines
Query gas pipelines (GEM GGIT), oil/NGL pipelines (GEM GOIT), and LNG terminals (GEM GGIT) in one call. Returns a mixed list — each row has infra_subtype=pipeline_gas|pipeline_oil|lng_terminal so you can disambiguate. Pipeline rows carry start/end country, length, capacity (bcm/y for gas, BOEd or raw bpd for oil), status, owner, route accuracy. LNG terminals carry facility_type=import|export, capacity in mtpa, country. Use for questions like "Russian gas pipelines into Europe", "LNG export terminals in Qatar", "Trans-Alaska oil pipeline status", "Keystone XL". Pass fuel=gas or fuel=oil to slice to one type. Pass include_minor=true to bypass the operating-only default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fuel | No | "gas" (returns gas pipelines + LNG terminals) | "oil" (returns oil pipelines only). Omit to return all three. | |
| limit | No | Default 50, max 500. | |
| status | No | operating (default) | construction | proposed | retired | cancelled | shelved | mothballed | |
| lat_max | Yes | ||
| lat_min | Yes | ||
| lon_max | Yes | ||
| lon_min | Yes | ||
| facility_type | No | For LNG terminals only: import | export. | |
| include_minor | No | If true, drops the default operating-only filter. |