Quorum Software website screenshot

Quorum Software

Quorum Software is a leading provider of energy software for upstream oil and gas operations, providing solutions for land management, royalty accounting, production reporting, and operational data management.

3 APIs 0 Features
EnergyOil & GasUpstreamLand ManagementRoyalty AccountingProduction Reporting

APIs

Quorum Land Management API

Quorum Land Management API provides access to land records, lease management, tract data, and division order information for upstream oil and gas exploration and production comp...

Quorum Royalty Accounting API

Quorum Royalty Accounting API enables access to royalty payment calculations, owner statements, suspense management, and title data for oil and gas mineral rights owners and ope...

Quorum Production Reporting API

Quorum Production Reporting API provides access to well production volumes, allocations, gas balancing, and regulatory reporting data for upstream oil and gas operations.

Collections

Pricing Plans

Quorum Plans Pricing

1 plans

PLANS

Rate Limits

Quorum Rate Limits

1 limits

RATE LIMITS

FinOps

Quorum Finops

FINOPS

Semantic Vocabularies

Quorum Context

0 classes · 35 properties

JSON-LD

Resources

👥
GitHubOrganization
GitHubOrganization
🔗
LinkedIn
LinkedIn
🌐
Portal
Portal
🔗
Website
Website
💬
Support
Support
📰
Blog
Blog
📜
PrivacyPolicy
PrivacyPolicy
📜
TermsOfService
TermsOfService

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Quorum Land Management API
  version: 1.0.0
request:
  auth:
    type: oauth2
    flow: client_credentials
    accessTokenUrl: https://auth.quorumsoftware.com/oauth2/token
    credentials:
      clientId: '{{clientId}}'
      clientSecret: '{{clientSecret}}'
items:
- info:
    name: Leases
    type: folder
  items:
  - info:
      name: List leases
      type: http
    http:
      method: GET
      url: https://api.quorumsoftware.com/v1/leases
      params:
      - name: status
        value: ''
        type: query
        description: Filter by lease status
      - name: county
        value: ''
        type: query
        description: Filter by county name
      - name: state
        value: ''
        type: query
        description: Filter by state (2-letter abbreviation)
      - name: updatedSince
        value: ''
        type: query
      - name: offset
        value: ''
        type: query
      - name: limit
        value: ''
        type: query
    docs: Returns oil and gas leases with status, terms, and acreage information.
  - info:
      name: Create a lease
      type: http
    http:
      method: POST
      url: https://api.quorumsoftware.com/v1/leases
      body:
        type: json
        data: '{}'
    docs: Creates a new oil and gas lease record.
  - info:
      name: Get a lease
      type: http
    http:
      method: GET
      url: https://api.quorumsoftware.com/v1/leases/:leaseId
      params:
      - name: leaseId
        value: ''
        type: path
        description: Quorum lease identifier
    docs: Returns full details for an oil and gas lease.
  - info:
      name: Update a lease
      type: http
    http:
      method: PUT
      url: https://api.quorumsoftware.com/v1/leases/:leaseId
      params:
      - name: leaseId
        value: ''
        type: path
        description: Quorum lease identifier
      body:
        type: json
        data: '{}'
    docs: Updates lease terms, status, or administrative data.
- info:
    name: Tracts
    type: folder
  items:
  - info:
      name: List tracts
      type: http
    http:
      method: GET
      url: https://api.quorumsoftware.com/v1/tracts
      params:
      - name: leaseId
        value: ''
        type: query
        description: Filter by associated lease
      - name: state
        value: ''
        type: query
      - name: county
        value: ''
        type: query
      - name: offset
        value: ''
        type: query
      - name: limit
        value: ''
        type: query
    docs: Returns land tract records with legal description and acreage data.
- info:
    name: DivisionOrders
    type: folder
  items:
  - info:
      name: List division orders
      type: http
    http:
      method: GET
      url: https://api.quorumsoftware.com/v1/division-orders
      params:
      - name: wellId
        value: ''
        type: query
        description: Filter by well
      - name: ownerId
        value: ''
        type: query
        description: Filter by owner
      - name: status
        value: ''
        type: query
      - name: offset
        value: ''
        type: query
      - name: limit
        value: ''
        type: query
    docs: Returns division orders specifying owner decimal interest allocations.
- info:
    name: Wells
    type: folder
  items:
  - info:
      name: List wells
      type: http
    http:
      method: GET
      url: https://api.quorumsoftware.com/v1/wells
      params:
      - name: status
        value: ''
        type: query
      - name: state
        value: ''
        type: query
      - name: county
        value: ''
        type: query
      - name: offset
        value: ''
        type: query
      - name: limit
        value: ''
        type: query
    docs: Returns well master data including API numbers, location, and production status.
  - info:
      name: Get a well
      type: http
    http:
      method: GET
      url: https://api.quorumsoftware.com/v1/wells/:wellId
      params:
      - name: wellId
        value: ''
        type: path
    docs: Returns well master record with API number, location, and status.
- info:
    name: Owners
    type: folder
  items:
  - info:
      name: List mineral interest owners
      type: http
    http:
      method: GET
      url: https://api.quorumsoftware.com/v1/owners
      params:
      - name: ownerType
        value: ''
        type: query
      - name: offset
        value: ''
        type: query
      - name: limit
        value: ''
        type: query
    docs: Returns mineral interest owners with contact and payment information.
bundled: true