CAT website screenshot

CAT

CAT is the brand name and ticker symbol for Caterpillar Inc. (NYSE: CAT), the world's leading manufacturer of construction and mining equipment, off-highway diesel and natural gas engines, industrial gas turbines, and diesel-electric locomotives. Cat Digital publishes a public API catalog at digital.cat.com that exposes fleet, asset, telematics, and fuel data APIs built on the Cat Connect and VisionLink platforms.

1 APIs 12 Features
ConstructionEnginesEquipmentHeavy EquipmentLocomotivesManufacturingMiningTelematics

APIs

CAT Digital Marketplace API

Explore the Cat Digital API catalog, subscribe to APIs, and execute calls against the Cat Digital products. Coverage includes fleet and asset management, telematics (VisionLink)...

Collections

Pricing Plans

Cat Plans Pricing

3 plans

PLANS

Rate Limits

Cat Rate Limits

5 limits

RATE LIMITS

FinOps

Cat Finops

FINOPS

Features

Fleet Management
Asset Telematics
VisionLink
Cat Connect
Fuel Data
Utilization
Hours and Odometer
Location and Geofencing
Equipment Health
Service and Maintenance
Parts Catalog
Dealer Integrations

Use Cases

Construction Site Fleet Tracking
Mining Fleet Optimization
Fuel Consumption Analytics
Predictive Maintenance
Dealer Parts Ordering
Telematics Integration

Resources

🔗
LinkedIn
LinkedIn
🌐
Portal
Portal
🔗
Website
Website
🔗
Login
Login
🔗
Applications
Applications
💬
FAQ
FAQ
📰
News
News
📄
ChangeLog
ChangeLog
📜
TermsOfService
TermsOfService
📜
PrivacyPolicy
PrivacyPolicy
🔗
InvestorRelations
InvestorRelations
📄
PressReleases
PressReleases
🔗
Careers
Careers

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: CAT Caterpillar Telematics API
  version: 1.0.0
items:
- info:
    name: Default
    type: folder
  items:
  - info:
      name: CAT Get fleet snapshot
      type: http
    http:
      method: GET
      url: https://services.cat.com/telematics/iso15143/:pageNumber
      params:
      - name: pageNumber
        value: ''
        type: path
    docs: Provides a snapshot view of the fleet.
- info:
    name: Equipment
    type: folder
  items:
  - info:
      name: CAT Get equipment snapshot
      type: http
    http:
      method: GET
      url: https://services.cat.com/telematics/iso15143/equipment/makeModelSerial/:make/:model/:serialNumber
      params:
      - name: make
        value: ''
        type: path
      - name: model
        value: ''
        type: path
      - name: serialNumber
        value: ''
        type: path
    docs: Returns snapshot data for a single piece of equipment.
  - info:
      name: CAT Get fault codes
      type: http
    http:
      method: GET
      url: https://services.cat.com/telematics/iso15143/equipment/makeModelSerial/:make/:model/:serialNumber/faults/:startDateUTC/:endDateUTC/:pageNumber
      params:
      - name: make
        value: ''
        type: path
      - name: model
        value: ''
        type: path
      - name: serialNumber
        value: ''
        type: path
      - name: startDateUTC
        value: ''
        type: path
      - name: endDateUTC
        value: ''
        type: path
      - name: pageNumber
        value: ''
        type: path
    docs: Retrieves fault code time-series data for an asset.
  - info:
      name: Get location data
      type: http
    http:
      method: GET
      url: https://services.cat.com/telematics/iso15143/equipment/makeModelSerial/:make/:model/:serialNumber/locations/:startDateUTC/:endDateUTC/:pageNumber
      params:
      - name: make
        value: ''
        type: path
      - name: model
        value: ''
        type: path
      - name: serialNumber
        value: ''
        type: path
      - name: startDateUTC
        value: ''
        type: path
      - name: endDateUTC
        value: ''
        type: path
      - name: pageNumber
        value: ''
        type: path
    docs: Returns location details of a given asset.
  - info:
      name: CAT Get switch status
      type: http
    http:
      method: GET
      url: https://services.cat.com/telematics/iso15143/equipment/makeModelSerial/:make/:model/:serialNumber/switchStatus/:startDateUTC/:endDateUTC/:pageNumber
      params:
      - name: make
        value: ''
        type: path
      - name: model
        value: ''
        type: path
      - name: serialNumber
        value: ''
        type: path
      - name: startDateUTC
        value: ''
        type: path
      - name: endDateUTC
        value: ''
        type: path
      - name: pageNumber
        value: ''
        type: path
    docs: Retrieves switch status data of an asset.
  - info:
      name: CAT Get fuel remaining ratio
      type: http
    http:
      method: GET
      url: https://services.cat.com/telematics/iso15143/equipment/makeModelSerial/:make/:model/:serialNumber/fuelRemainingRatio/:startDateUTC/:endDateUTC/:pageNumber
      params:
      - name: make
        value: ''
        type: path
      - name: model
        value: ''
        type: path
      - name: serialNumber
        value: ''
        type: path
      - name: startDateUTC
        value: ''
        type: path
      - name: endDateUTC
        value: ''
        type: path
      - name: pageNumber
        value: ''
        type: path
    docs: Retrieves the fuel remaining ratio details of an asset.
bundled: true