{
    "success": true,
    "message": "CargoCharges Shipping API is live!",
    "data": {
        "name": "CargoCharges Shipping API",
        "version": "1.0.0",
        "description": "Ship internationally from India with DHL, FedEx, UPS and more. Compare rates, book shipments, and track parcels via API.",
        "base_url": "https:\/\/cargocharges.com\/api\/v1\/",
        "docs_url": "https:\/\/cargocharges.com\/api\/docs\/",
        "endpoints": [
            {
                "method": "GET",
                "path": "\/api\/v1\/rates",
                "description": "Get shipping rates for a destination country and weight",
                "params": "country (required), weight (required), commodity, pickup_city",
                "example": "\/api\/v1\/rates?country=USA&weight=5&commodity=clothes"
            },
            {
                "method": "GET",
                "path": "\/api\/v1\/countries",
                "description": "List all serviceable countries (220+)",
                "params": "search (optional filter)",
                "example": "\/api\/v1\/countries?search=united"
            },
            {
                "method": "GET",
                "path": "\/api\/v1\/serviceability",
                "description": "Check if a route is serviceable and which carriers are available",
                "params": "country (required), weight, commodity, pincode",
                "example": "\/api\/v1\/serviceability?country=USA&commodity=medicine"
            },
            {
                "method": "GET",
                "path": "\/api\/v1\/track",
                "description": "Track a shipment by AWB number",
                "params": "awb (required)",
                "example": "\/api\/v1\/track?awb=1234567890"
            },
            {
                "method": "POST",
                "path": "\/api\/v1\/book",
                "description": "Create a new shipping booking",
                "params": "JSON body with sender, receiver, shipment objects",
                "example": "See documentation"
            }
        ],
        "authentication": {
            "type": "API Key",
            "header": "X-API-Key: cc_live_your_key_here",
            "alt": "?api_key=cc_live_your_key_here",
            "signup": "https:\/\/cargocharges.com\/api\/register\/"
        },
        "rate_limits": {
            "free": "60 requests\/minute",
            "basic": "120 requests\/minute",
            "pro": "300 requests\/minute",
            "enterprise": "1000 requests\/minute"
        },
        "pricing_tiers": {
            "free": "Free - \"Powered by CargoCharges\" backlink required",
            "basic": "₹999\/month - Backlink shown, priority support",
            "pro": "₹2,499\/month - White-label, no branding",
            "enterprise": "Custom pricing - Dedicated support, SLA"
        },
        "support": {
            "email": "api@cargocharges.com",
            "whatsapp": "+91-7861011111",
            "website": "https:\/\/cargocharges.com"
        }
    },
    "meta": {
        "api_version": "1.0.0",
        "timestamp": "2026-04-23T03:02:55+05:30",
        "request_id": "cc_69e93e87b41ba3.39468476"
    }
}