Trimble Navigation website screenshot

Trimble Navigation

Trimble Navigation Limited (now Trimble Inc.) is a global technology company founded in 1978 that pioneered commercial GPS technology. Trimble develops positioning, navigation, and geospatial solutions spanning construction, agriculture, transportation, and surveying industries. The company rebranded from Trimble Navigation Limited to Trimble Inc. in 2016. Its developer APIs cover GPS/GNSS positioning through Trimble Mobile Manager, high-accuracy survey integration via the Trimble Precision SDK, and geospatial data services. The positioning technology integrates GPS, laser, optical, and inertial technologies to deliver centimeter-level accuracy for professional applications.

2 APIs 0 Features
GPSGNSSPositioningNavigationSurveyingGeospatialConstructionFortune 1000

APIs

Trimble Mobile Manager API

The Trimble Mobile Manager (TMM) API provides developer interfaces for integrating high-accuracy GNSS positioning from connected Trimble receivers into custom mobile application...

Trimble Positioning Services API

The Trimble Advanced Positioning (TAP) Store API is a REST-based eCommerce API for purchasing and managing Trimble positioning service subscriptions including RTX correction ser...

Collections

Pricing Plans

Rate Limits

Trimble Navigation Rate Limits

5 limits

RATE LIMITS

FinOps

Semantic Vocabularies

Trimble Navigation Context

4 classes · 25 properties

JSON-LD

API Governance Rules

Trimble Navigation API Rules

8 rules · 3 errors 5 warnings

SPECTRAL

JSON Structure

Trimble Navigation Position Structure

0 properties

JSON STRUCTURE

Example Payloads

Press

Trimble to Acquire Document Crunch to Add AI-Powered ...

2026-05-25

Trimble (TRMB) Latest News & Stock Updates - Page 2

2026-05-25

Trimble offers precision for autonomous navigation, launches ...

2026-05-25

Trimble Changes Name to Reflect Company's Technology ...

2026-05-25

Builder business and will extend Trimble's ability to provide ...

2026-05-25

Resources

👥
GitHubOrganization
GitHubOrganization
🔗
LinkedIn
LinkedIn
🔗
Website
Website
🌐
DeveloperPortal
DeveloperPortal
🔗
Documentation
Documentation
🚀
GettingStarted
GettingStarted

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Trimble Mobile Manager API
  version: 1.0.0
request:
  auth:
    type: basic
    username: '{{username}}'
    password: '{{password}}'
items:
- info:
    name: System
    type: folder
  items:
  - info:
      name: Get TMM System Information
      type: http
    http:
      method: GET
      url: http://localhost:{apiPort}/api/v1/tmmInfo
    docs: Retrieve system information about the connected Trimble Mobile Manager instance, including the API port, WebSocket
      ports, connected receiver details, and version information.
- info:
    name: Positioning
    type: folder
  items:
  - info:
      name: Start Position Stream
      type: http
    http:
      method: GET
      url: http://localhost:{apiPort}/api/v1/positionStream
      params:
      - name: format
        value: ''
        type: query
        description: Position data format version. locationV2 includes extended fields for IMU orientation, TIP positions,
          and reference frame data.
    docs: Initiates position streaming from the connected GNSS receiver. Returns the WebSocket port number for connecting
      to the position stream. After calling this endpoint, open a WebSocket connection to ws://localhost:{port} to receive
      real-time GNSS position data.
- info:
    name: Receiver
    type: folder
  items:
  - info:
      name: Get Receiver Information
      type: http
    http:
      method: GET
      url: http://localhost:{apiPort}/api/v1/receiver/info
    docs: Returns information about the currently connected GNSS receiver including model, serial number, firmware version,
      and connection status.
  - info:
      name: Get Receiver Status
      type: http
    http:
      method: GET
      url: http://localhost:{apiPort}/api/v1/receiver/status
    docs: Returns current status of the connected GNSS receiver.
- info:
    name: Corrections
    type: folder
  items:
  - info:
      name: Get Corrections Status
      type: http
    http:
      method: GET
      url: http://localhost:{apiPort}/api/v1/corrections/status
    docs: Returns the current status of GNSS correction services being applied to the receiver (e.g., RTX, RTK, SBAS).
  - info:
      name: Configure Corrections
      type: http
    http:
      method: POST
      url: http://localhost:{apiPort}/api/v1/corrections/configure
      body:
        type: json
        data: '{}'
    docs: Configure the GNSS correction source for the connected receiver. Supports CenterPoint RTX, SBAS, and custom NTRIP
      mountpoints.
- info:
    name: Catalyst
    type: folder
  items:
  - info:
      name: Get Catalyst Licenses
      type: http
    http:
      method: GET
      url: http://localhost:{apiPort}/api/v1/catalyst/licenses
    docs: Returns available Trimble Catalyst licenses for the connected DA2 receiver.
  - info:
      name: Activate Catalyst License
      type: http
    http:
      method: POST
      url: http://localhost:{apiPort}/api/v1/catalyst/licenses/activate
      body:
        type: json
        data: '{}'
    docs: Activate a Trimble Catalyst On Demand license to enable precision corrections for the DA2 receiver.
bundled: true