Developer API

LoadLinker API

Integrate port booking capabilities directly into your applications with our powerful REST API.

API Features

Everything you need to build powerful logistics applications

Real-time Data

Access live port availability, booking status, and vessel tracking information in real-time.

RESTful Design

Clean, intuitive REST API with JSON responses and standard HTTP status codes.

Webhooks

Receive instant notifications about booking updates, status changes, and system events.

Quick Start

Get started with a simple booking request

Create a Port Booking
curl -X POST https://api.loadlinker.com/v1/bookings \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "port_id": "cpt_001",
    "vessel_name": "MV Example",
    "arrival_date": "2024-02-15T10:00:00Z",
    "cargo_type": "containers",
    "quantity": 100
  }'

API Endpoints

Core endpoints for port booking operations

GET/api/v1/ports

Get list of available ports

Returns: Array of port objects with availability data

POST/api/v1/bookings

Create a new port booking

Returns: Booking confirmation with reference number

GET/api/v1/bookings/{id}

Get booking details by ID

Returns: Booking object with current status

PUT/api/v1/bookings/{id}

Update existing booking

Returns: Updated booking object

SDKs & Libraries

Official SDKs for popular programming languages

JavaScript/Node.js

npm install @loadlinker/sdk

Download

Python

pip install loadlinker

Download

PHP

composer require loadlinker/sdk

Download

Ready to start building?

Get your API keys and start integrating LoadLinker into your applications today.