Overview

Overview

This document is intended for customers who need to obtain historical RTCM raw data via RESTful APIs.

GEODNET PPK API

API for obtaining historical RTCM raw data, NRCAN results, and station metadata.

API Usage Flow

  1. Sign in to obtain token.

  2. (Optional) Query nearest stations or station info.

  3. Create a download order with time range and station list.

  4. Poll the order status until Completed.

  5. Download the resulting file using the orderId.

  6. Convert RTCM to RINEX via RTKLIB convbin.

triangle-exclamation

HTTP request

Base URL

https://ppk.geodnet.com

Methods

GET / POST

Content-Type

application/json (unless otherwise noted)

Auth

Request header: token: <JWT>

HTTP response

Parameter
Example
Type
Description

code

200

Number

Status code

message

Success

String

Status code description

data

{}

Object

Data content

Last updated