v1
latestOpenAPI 3.0.32026-07-226744340.8 KBFacilities
Get Facility
Fetch a single facility by its stable facility_id — the full record plus source attributes and reversible cross-silo merge history. Plan-gated: requires the can_use_facilities entitlement (Analyst plan and up).
get/api/v2/facilities/{facility_id}
Path parameters
facility_idstring required
The facility's stable id (f_...) from a Search Facilities card.
Response
Success
Example response
{
"facility": {
"facility_id": "f_8b0dcc8be8d5aa98",
"name": "AGP LNG Terminal",
"facility_type": "lng_terminal",
"facility_class": "transport_logistics",
"source_silo": "gem",
"gem_tracker": "lng_terminals",
"country_iso3": "USA",
"status": "proposed",
"capacity_mw": 169,
"owners": [
{
"entity_id": "e_a4db9cd53edee666",
"name": "Alibaba"
}
],
"detail_url": "/api/v2/facilities/f_8b0dcc8be8d5aa98",
"owner_portfolio_url": "/api/v2/facilities?owner_entity_id=e_a4db9cd53edee666"
}
}