{
    "info": {
        "name": "FreightPulse API \u2014 GET /v1/port-congestion",
        "_postman_id": "freightpulse-ep-port-congestion",
        "description": "Logistics intelligence as structured JSON: EIA fuel prices, Warp FTL quotes, IMF PortWatch port activity, and FMCSA carriers. Base URL: https://freightpulsehq.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 /v1/port-congestion",
            "request": {
                "auth": {
                    "type": "inherit"
                },
                "method": "GET",
                "header": [],
                "url": {
                    "raw": "https://freightpulsehq.com/api/v1/port-congestion",
                    "host": [
                        "freightpulsehq.com"
                    ],
                    "path": [
                        "api",
                        "v1",
                        "port-congestion"
                    ],
                    "query": [
                        {
                            "key": "port",
                            "value": "USLAX",
                            "disabled": false,
                            "description": "Port name or LOCODE"
                        },
                        {
                            "key": "country",
                            "value": "",
                            "disabled": true,
                            "description": "Country name or ISO3"
                        },
                        {
                            "key": "region",
                            "value": "",
                            "disabled": true,
                            "description": "Continent (e.g. Asia)"
                        },
                        {
                            "key": "congestion",
                            "value": "",
                            "disabled": true,
                            "description": "low | moderate | high"
                        }
                    ]
                }
            },
            "response": []
        }
    ],
    "variable": [
        {
            "key": "base_url",
            "value": "https://freightpulsehq.com/api/v1"
        },
        {
            "key": "api_key",
            "value": "YOUR_API_KEY"
        }
    ]
}