All data sources

GreaseBook

API keygreasebook

GreaseBook — field-data-capture (pumper) app for oil & gas operators. Read-only surface: company assets, batteries, daily production, and battery/gas-meter/water-meter measurements. ASSETS / BATTERIES: getAssets, searchBatteries PRODUCTION: getBatteryDailyProduction (oil, oil sales, oil stock, water, gas mcf) MEASUREMENTS: getBatteryMeasurements, getGasMeterMeasurements, getWaterMeterDailyMeasurements COMMENTS: getBatteryComments (paginated) RULES: 1. Auth = apiKey query param. Base is integration.greasebook.com (api.greasebook.com does NOT serve this API). 2. Dates (start/end/date) are YYYY-MM-DD; batteryId/gasMeterId/page/pageSize are integers. 3. Rate limit 500/min. Write endpoints (create/push/upload) are intentionally not exposed.

Provenance

PublisherGreaseBook

Freshness & coverage

FreshnessFreshness not declared
GeographicNot declared
TemporalNot declared
AuthenticationCredentials required (API key)

Methods (8)

  • getAssets

    read

    All company assets (batteries + wells).

  • searchBatteries

    read

    List batteries; includeWells to expand wells.

  • getBatteryDailyProduction

    read

    Daily oil, oil sales, oil stock, water, gas (mcf) by battery.

  • getBatteryMeasurements

    read

    Raw battery measurements over a date range.

  • getBatteryComments

    read

    Battery comments (paginated).

  • getGasMeterMeasurements

    read

    Gas-meter measurements over a date range.

  • getWaterMeterDailyMeasurements

    read

    Daily water-meter measurements for a date.

    Required paramsdate
  • getServiceInfo

    read

    Service, auth, base URL, endpoints, and usage notes (static).