Menu
Blue Sea Systems
  • Products
    • Battery Chargers and Dimmers
      • Battery Chargers
      • USB Chargers
      • Dimmers
    • Automatic Charging Relays
      • m-ACR
      • m-LVD
      • SI-Series
      • BatteryLink
      • ML-ACRs
      • Add-A-Battery Kit
    • Battery Switches
      • Manual Battery Switches
      • Battery Management Panels
      • Remote Battery Switches
    • Solenoids
      • L-Series
      • ML-Solenoids
    • BusBars and Insulators
      • BusBars
      • Terminal Blocks
      • PowerPost Connectors
      • Feed Through Connectors
      • Insulators
      • Cable Clams
    • Fuses and Fuse Blocks
      • Fuses
      • Fuse Holders
      • Fuse Blocks
    • Circuit Breakers
      • Push Button Reset-Only
      • Medium Duty
      • 285-Series
      • 187-Series
      • Klixon
      • A-Series
      • C-Series
      • ELCI and GFCI
      • Mil-Spec
      • Surface Mount System
      • Circuit Breaker Blocks
      • Accessories
    • Panels
      • DC Panels
      • AC Panels
      • ACDC Panels
      • Custom Panels
      • Panel Accessories
      • Labels
    • Meters
      • Analog Meters
      • DIN Meters
      • Digital Meters
      • M2 OLED Digital Monitors
      • Systems Monitors
      • Clamp
      • Shunts
      • Gauges
      • Accessories
    • Switches
      • Contura Switches
      • Toggle Switches
      • Rocker Switches
      • Push Button Switches
      • Rotary Switches
      • Accessories
  • Where to Buy
  • Support
    • Technical Help
      • Articles
      • Reference
      • Documents
    • System Diagrams
    • Marketing Materials
      • Catalog
      • Apparel
      • Merchandising Displays
      • Posters
      • Product Guides
      • Sales Sheets
      • Signage
      • Product & Price Lists
      • Product Images
    • Newsroom
      • Press Room
      • Newsletters
      • News Releases
    • ABYC C7 Compliance
    • Warranty Registration
    • Authorized Internet Reseller Program
  • About Us
  • Circuit Wizard
  • Panel Wizard
  • Order Labels
    • Browse Labels
  • View Catalog

Product & Price Lists

Download our price list: CSV |
Our product database as a webservice: Read More...
We have made our product database available for others to use in their own website, simply specify the product id and pull any of the data that you want to use.

Below is an example PHP code to utilize the service.

        $url = "http://bluesea.com/products/json/" . $pid;
        $json = file_get_contents($url, 0, null, null);
        $data = json_decode($json);
        
        echo "<h1>" . $data -> title . "</h1>";
        echo "PN " . $data -> PN . " Price: $" . $data -> msrp;
        echo "<table>";
        
        foreach($data -> specs as $spec => $values) {
            echo "<tr><td>" . $spec . " </td><td> ";
        
            //specs can have multiple values so we must iterate through the array
        
            foreach($values as $value) {
                echo $value . "<br/>";
            }
            
            echo "</td></tr>";
        }
        echo "</table>";
        
        //if you want to use our image sources, you may get the links to the full resolution 
        images and use them in your own gallery
        
        foreach ($data -> images as $image) {
            echo "<img src='" . $image . "' width='100px'/>";
        }        

Enter the PN to see its respective JSON data:
Retrieving Data
Subscribe to Newsletter Contact Us Our Product Guarantee
Privacy Policy Terms of Use Accessibility Statement
Facebook Twitter
©2006-2025 Blue Sea Systems