Get LCL Rates
This document describes the Logistics Explorer API web service. Our API documentation allows to calculate LCL, LTL 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/lcl?key=YOUR_API_KEY_HERE&lat_from=46.484583&lng_from=30.7326&lat_to=31.2303904&lng_to=121.4737021&company_id=1
{
{
"lcl": [
{
"id": 13525,
"cbm": 80,
"kg": 0.08,
"currency": "USD",
"line": "MSC",
"chat_activity": 50,
"lpi12": "9.9875000000000000",
"comment": null,
"line_id": 1,
"company_id": 42632,
"valid_date_from": "2017-02-01",
"valid_date_to": "2019-12-31",
"transit_time": "28 days 20 hours",
"profile": 240933,
"company_address": "UA, Odessa",
"profile_name": "Oleg Pronkin",
"profile_email": "acosta@alphacosta.com",
"profile_phone": "380-67-4822740",
"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/42632/company/company-logo-l.jpg",
"company_name": "AlphaCosta Group of Companies",
"path": [
[
46.5,
30.730773925781
],
[
46.511625395438,
30.758972167969
],
...
],
"distance": "15401.06"
}
],
"default": {
"delivery_from": "port",
"delivery_to": "port"
}
}
body {
> section,
> footer {
position: relative;
margin: 0 auto;
padding: $section-padding 0;
overflow: hidden;
}
}