Air

This document describes the Logistics Explorer API web service. Our API documentation allows to calculate Air rates.

Property Type Description
key string, required API key: hexadecimal number
lat_from float number, required The latitude value specifying the location for which you wish to obtain the closest sea port of loading.
lng_from float number, required The longitude value specifying the location for which you wish to obtain the closest sea port of loading.
lat_to float number, required The latitude value specifying the location for which you wish to obtain the closest sea port of discharge.
lng_to float number, required The longitude value specifying the location for which you wish to obtain the closest sea port of discharge.
company_id integer Your company ID number

Example URL

https://sirius.searates.com/api/air?key=YOUR_API_KEY_HERE&lat_from=46.482526&lng_from=30.723309500000028&lat_to=31.2303904&lng_to=121.47370209999997&company_id=1

{
{
  "air": [
    {
      "id": 938322,
      "currency": "USD",
      "line": null,
      "line_id": 0,
      "company_id": 110439,
      "valid_date_from": "2019-07-03",
      "valid_date_to": "2019-07-31",
      "transit_time": "10 days 3 hours",
      "company_name": "Highwing Intetnational co.,ltd",
      "company_address": "CN, Shenzhen",
      "comment": null,
      "profile_name": "Fendi Chen",
      "company_logo": "https://www.searates.com/design/images/import/users/110439/company/company-logo-l.jpg",
      "profile": 278103,
      "profile_email": "fendichen@highwingintl.com",
      "profile_phone": "755 25610671",
      "distance": 1701.34,
      "path": [
        [
          46.426767,
          30.676464
        ],
        [
          46.453283875148,
          30.76591043704
        ],
        ...
      ],
      "lpi12": "9.9875000000000000",
      "chat_activity": 50,
      "port_name_from": "Odesa Intl",
      "port_name_to": "Pudong",
      "port_id_from": 2947,
      "port_id_to": 3406,
      "port_code_from": "ODS",
      "port_code_to": "PVG",
      "port_country_from": "UA",
      "port_country_to": "CN",
      "port_lat_from": "46.426767",
      "port_lon_from": "30.676464",
      "port_lat_to": "31.143378",
      "port_lon_to": "121.805214",
      "m45kg": 8,
      "45kg": 6,
      "100kg": 4,
      "300kg": 3.5,
      "500kg": 3.3,
      "1000kg": 3.1,
      "fuel_min": 11.4,
      "fuel_kg": 0,
      "sec_min": 0,
      "sec_kg": 0,
      "tsa_min": 0,
      "tsa_kg": 0
    },
    {
      "id": 313498,
      "currency": "USD",
      "line": "Aer Lingus",
      "line_id": 28,
      "company_id": 42632,
      "valid_date_from": "2018-04-23",
      "valid_date_to": "2019-08-30",
      "transit_time": "10 days 3 hours",
      "company_name": "AlphaCosta Group of Companies",
      "company_address": "UA, Odessa",
      "comment": null,
      "profile_name": "Oleg Pronkin",
      "company_logo": "https://www.searates.com/design/images/import/users/42632/company/company-logo-l.jpg",
      "profile": 240933,
      "profile_email": "acosta@alphacosta.com",
      "profile_phone": "380-67-4822740",
      "distance": 1701.34,
      "path": [
        [
          46.426767,
          30.676464
        ],
        [
          46.453283875148,
          30.76591043704
        ],
       ...
      ],
      "lpi12": "9.9875000000000000",
      "chat_activity": 50,
      "port_name_from": "Odesa Intl",
      "port_name_to": "Pudong",
      "port_id_from": 2947,
      "port_id_to": 3406,
      "port_code_from": "ODS",
      "port_code_to": "PVG",
      "port_country_from": "UA",
      "port_country_to": "CN",
      "port_lat_from": "46.426767",
      "port_lon_from": "30.676464",
      "port_lat_to": "31.143378",
      "port_lon_to": "121.805214",
      "m45kg": 9,
      "45kg": 6,
      "100kg": 5,
      "300kg": 4,
      "500kg": 4,
      "1000kg": 4,
      "fuel_min": 0,
      "fuel_kg": 0,
      "sec_min": 0,
      "sec_kg": 0,
      "tsa_min": 0,
      "tsa_kg": 0
    }
  ],
  "default": {
    "delivery_from": "port",
    "delivery_to": "door"
  }
}

                              
body {
  > section,
  > footer {
    position: relative;
    margin: 0 auto;
    padding: $section-padding 0;
    overflow: hidden;
  }
}