Bulk

This document describes the Logistics Explorer API web service. Our API documentation allows to calculate Bulk 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/bulk?key=YOUR_API_KEY_HERE&lat_from=46.482526&lng_from=30.723309500000028&lat_to=31.2303904&lng_to=121.47370209999997&company_id=1

{
 {
  "default": {
    "delivery_from": "port",
    "delivery_to": "port"
  },
  "bulk": [
    {
      "id": 1384,
      "rates": {
        "0": 30,
        "2500": 26,
        "5000": 10,
        "25000": 6,
        "50000": 6,
        "85000": 6,
        "120000": 6
      },
      "currency": "USD",
      "company_id": 5635,
      "transit_time": "28 days 20 hours",
      "profile": 191121,
      "company_address": "EG, Port Said",
      "profile_name": "Mohamed Hammam",
      "profile_phone": "20-66-3250152",
      "profile_email": "hammam6@gmail.com",
      "port_name_from": "Odessa",
      "port_name_to": "Shanghai",
      "port_id_from": 304,
      "port_id_to": 706,
      "port_code_from": "UAODS",
      "port_code_to": "CNSHA",
      "port_country_from": "UA",
      "port_country_to": "CN",
      "port_lat_from": "46.4999995864331",
      "port_lon_from": "30.7307730194095",
      "port_lat_to": "31.4000905769357",
      "port_lon_to": "121.497112503479",
      "company_logo": "https://www.searates.com/design/images/import/users/5635/company/company-logo-l.jpg",
      "company_name": "Egymar Agencies",
      "path": [
        [
          46.5,
          30.730773925781
        ],
        [
          46.511625395438,
          30.758972167969
        ],
      ...
      ],
      "distance": "15401.06",
      "comment": null,
      "chat_activity": 4,
      "lpi12": null
    }
  ]
}
                              
body {
  > section,
  > footer {
    position: relative;
    margin: 0 auto;
    padding: $section-padding 0;
    overflow: hidden;
  }
}