Unfortunately, this feature is not supported on mobile devices. For the best experience, please use a computer.

project44 REST API (4.0.0)

Version 4.0.0 of project44's API

Download OpenAPI description
Languages
Servers
Mock server
https://developers.project44.com/_mock/guides/shippers/other/port-intelligence/api/
API endpoint for project44 tenants created in NA region
https://na12.api.project44.com/
API endpoint for project44 tenants created in EU region
https://eu12.api.project44.com/
API endpoint for project44 tenants created in the Sandbox environment
https://na12.api.sandbox.p-44.com/

Manage Client Applications

Operations

Generate Tokens

Operations

Analytics: Port Intelligence

Operations

Query for Port Intelligence.

Request

Retrieves port intelligence data for given ports. Clients must include header Accept: text/csv for CSV format, or else the JSON format will be returned.

Query
locodesstringrequired

Query for port intelligence. Takes 1 to 10 UN/LOCODE codes separated by a comma.

curl -i -X GET \
  'https://developers.project44.com/_mock/guides/shippers/other/port-intelligence/api/api/v4/analytics/port-intelligence/summary?locodes=string' \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'

Responses

OK

Body
portsArray of objects(PortIntelligence)

List of port intelligence summaries.

Response
{ "ports": [ {} ] }