{
    "info": {
        "name": "Vessels API \u2014 GET /vessel/route",
        "_postman_id": "vessels-api-ep-route",
        "description": "Real-time AIS vessel tracking, fleet management, port congestion, and IMO CII emissions scoring. Base URL: https://vessels-api.com/api/V1",
        "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
    },
    "auth": {
        "type": "apikey",
        "apikey": [
            {
                "key": "key",
                "value": "X-API-Key",
                "type": "string"
            },
            {
                "key": "value",
                "value": "YOUR_API_KEY",
                "type": "string"
            },
            {
                "key": "in",
                "value": "header",
                "type": "string"
            }
        ]
    },
    "item": [
        {
            "name": "GET /vessel/route",
            "request": {
                "auth": {
                    "type": "inherit"
                },
                "method": "GET",
                "header": [],
                "url": {
                    "raw": "https://vessels-api.com/api/V1/vessel/route",
                    "host": [
                        "vessels-api.com"
                    ],
                    "path": [
                        "api",
                        "V1",
                        "vessel",
                        "route"
                    ],
                    "query": [
                        {
                            "key": "imoCode",
                            "value": "9122556",
                            "disabled": false,
                            "description": "IMO number (7 digits)"
                        }
                    ]
                }
            },
            "response": []
        }
    ],
    "variable": [
        {
            "key": "base_url",
            "value": "https://vessels-api.com/api/V1"
        }
    ]
}