Archrock · Example Payload

Archrock Investor Relations Api Equipment Example

Natural GasCompression ServicesOil And GasEnergyIndustrialNYSE: AROC

Archrock Investor Relations Api Equipment Example is an example object payload from Archrock, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

$schemaexample

Example Payload

Raw ↑
{
  "$schema": "https://raw.githubusercontent.com/api-evangelist/archrock/refs/heads/main/json-schema/archrock-investor-relations-api-equipment-schema.json",
  "example": {
    "id": "example-string",
    "unitNumber": "example-string",
    "horsepowerRating": 42,
    "engineType": "example-string",
    "compressionType": "example-string",
    "status": "active",
    "location": "example-string",
    "customer": "example-string",
    "deploymentDate": "2026-01-01"
  }
}