API

GPD Service GraphQL API allows you to use the GraphQL standard to perform queries against GPD Service company datasets. Request exactly the data you need and get exactly that back, with complete control over how you sort and filter the results.

Endpoint is avaliable directly via: https://gpd-service.online/api/graphql/

No authorization is required.

Public API

Currently, public API supports single track query:


    query {
      track(number:"12345") {
        number,
        sender,
        receiver,
        departureCountry,
        departureCity,
        destinationCountry,
        destinationCity,
        points {
          date,
          status
        }
      }
    }

Private API

If you need to access our Private API to place orders and get non-public information contact with us via info@gpd-service.online