{
  "name": "The Stitched Sailor tournament fleet",
  "description": "Sportfishing boats in the tournament fleet, with captain, builder, home port, length, year built, division and season standing.",
  "url": "https://stitchedsailor.com/tournamentboats",
  "license": "https://creativecommons.org/licenses/by/4.0/",
  "boats": [
    {
      "name": "Tantrum",
      "slug": "tantrum",
      "captain": "Nick Durham",
      "builder": "G&S Boats",
      "homePort": "Kailua-Kona, HI",
      "lengthFt": 41,
      "yearBuilt": 1992,
      "division": "Hawaii",
      "divisionRank": 1,
      "points": 2950,
      "charter": true
    },
    {
      "name": "Team Supreme",
      "slug": "team-supreme",
      "captain": "Chase Lake",
      "builder": "Viking",
      "homePort": "Destin, FL",
      "lengthFt": 72,
      "yearBuilt": null,
      "division": "Gulf Coast",
      "divisionRank": 1,
      "points": 2200,
      "charter": false
    },
    {
      "name": "Claytime",
      "slug": "claytime",
      "captain": "Phillip Fender",
      "builder": "B&D",
      "homePort": "Charleston, SC",
      "lengthFt": 60,
      "yearBuilt": null,
      "division": "East Coast",
      "divisionRank": 1,
      "points": 1450,
      "charter": false
    },
    {
      "name": "Rising Sons",
      "slug": "rising-sons",
      "captain": "Jimmy Crochet",
      "builder": "Viking",
      "homePort": "Orange Beach, AL",
      "lengthFt": 58,
      "yearBuilt": null,
      "division": "Gulf Coast",
      "divisionRank": 2,
      "points": 1400,
      "charter": false
    },
    {
      "name": "Five Star",
      "slug": "five-star",
      "captain": "Carlton Taniyama",
      "builder": "Spencer",
      "homePort": "Kona, HI",
      "lengthFt": 53,
      "yearBuilt": null,
      "division": "Hawaii",
      "divisionRank": 2,
      "points": 1400,
      "charter": true
    },
    {
      "name": "Builder's Choice",
      "slug": "builders-choice",
      "captain": "Brent Gaskill",
      "builder": "Jarrett Bay",
      "homePort": "New Bern, NC",
      "lengthFt": 64,
      "yearBuilt": null,
      "division": "International",
      "divisionRank": 1,
      "points": 1350,
      "charter": false
    },
    {
      "name": "Team Galati",
      "slug": "team-galati",
      "captain": "Tony Carrizosa",
      "builder": "Viking",
      "homePort": "Los Sueños, Costa Rica",
      "lengthFt": 64,
      "yearBuilt": null,
      "division": "International",
      "divisionRank": 2,
      "points": 1300,
      "charter": false
    },
    {
      "name": "Huntress",
      "slug": "huntress",
      "captain": "Jack Leverone",
      "builder": "Merritt",
      "homePort": "Kailua-Kona, HI",
      "lengthFt": 42,
      "yearBuilt": null,
      "division": "Hawaii",
      "divisionRank": 3,
      "points": 1300,
      "charter": true
    },
    {
      "name": "Billfisher",
      "slug": "billfisher",
      "captain": "Noah McVicker",
      "builder": "Duffie Boatworks",
      "homePort": "Ocean City, MD",
      "lengthFt": 64.33,
      "yearBuilt": 2021,
      "division": "International",
      "divisionRank": 3,
      "points": 1250,
      "charter": false
    },
    {
      "name": "All-In Southern Charm",
      "slug": "all-in-southern-charm",
      "captain": "Landon Bell",
      "builder": "Viking",
      "homePort": "Orange Beach, AL",
      "lengthFt": 62,
      "yearBuilt": null,
      "division": "Gulf Coast",
      "divisionRank": 3,
      "points": 1150,
      "charter": false
    },
    {
      "name": "Devotion",
      "slug": "devotion",
      "captain": "Jason Hallmark",
      "builder": "Viking",
      "homePort": "Orange Beach, AL",
      "lengthFt": 60,
      "yearBuilt": null,
      "division": "Gulf Coast",
      "divisionRank": 4,
      "points": 1050,
      "charter": false
    },
    {
      "name": "Overtime",
      "slug": "overtime",
      "captain": "Brett Eller",
      "builder": "Bayliss Boatworks",
      "homePort": "Cabo San Lucas, MX",
      "lengthFt": 67.5,
      "yearBuilt": 2022,
      "division": "International",
      "divisionRank": 5,
      "points": 1000,
      "charter": false
    },
    {
      "name": "Bwana",
      "slug": "bwana",
      "captain": "Teddy Hoogs",
      "builder": "Gamefisherman",
      "homePort": "Kona, HI",
      "lengthFt": 46,
      "yearBuilt": null,
      "division": "Hawaii",
      "divisionRank": 5,
      "points": 1000,
      "charter": true
    },
    {
      "name": "Fish Camp",
      "slug": "fish-camp",
      "captain": "Dave Dalfo",
      "builder": "Spencer",
      "homePort": "Stuart, FL",
      "lengthFt": 61,
      "yearBuilt": null,
      "division": "Florida",
      "divisionRank": 1,
      "points": 1000,
      "charter": false
    },
    {
      "name": "Bull Pen",
      "slug": "bull-pen",
      "captain": "Cordes Lucas",
      "builder": "Bayliss Boatworks",
      "homePort": "Charleston, SC",
      "lengthFt": 62,
      "yearBuilt": 2018,
      "division": "East Coast",
      "divisionRank": 2,
      "points": 900,
      "charter": false
    }
  ],
  "builders": [
    {
      "name": "Bayliss Boatworks",
      "location": "Wanchese, NC",
      "url": "https://www.baylissboatworks.com/",
      "boats": [
        "Overtime",
        "Bull Pen"
      ]
    },
    {
      "name": "Viking Yachts",
      "location": "New Gretna, NJ",
      "url": "https://www.vikingyachts.com/",
      "boats": [
        "Team Supreme",
        "Rising Sons",
        "Team Galati",
        "All-In Southern Charm",
        "Devotion"
      ]
    },
    {
      "name": "Spencer Yachts",
      "location": "Wanchese, NC",
      "url": "https://spenceryachts.com/",
      "boats": [
        "Five Star",
        "Fish Camp"
      ]
    },
    {
      "name": "Jarrett Bay Boatworks",
      "location": "Beaufort, NC",
      "url": "https://www.jarrettbay.com/",
      "boats": [
        "Builder's Choice"
      ]
    },
    {
      "name": "Duffie Boatworks",
      "location": "Berlin, MD",
      "url": "https://www.duffieboatworks.com/",
      "boats": [
        "Billfisher"
      ]
    },
    {
      "name": "Merritt Boat & Engine Works",
      "location": "Pompano Beach, FL",
      "url": "https://merrittsboat.com/",
      "boats": [
        "Huntress"
      ]
    },
    {
      "name": "Gamefisherman",
      "location": "Stuart, FL",
      "url": "https://gamefisherman.com/",
      "boats": [
        "Bwana"
      ]
    },
    {
      "name": "G&S Boats",
      "location": "Destin, FL",
      "url": null,
      "boats": [
        "Tantrum"
      ]
    }
  ],
  "tournaments": [
    {
      "name": "White Marlin Open",
      "location": "Ocean City, MD",
      "url": "https://whitemarlinopen.com/",
      "note": "Largest billfish tournament payout in the world"
    },
    {
      "name": "Bisbee's Black & Blue",
      "location": "Cabo San Lucas, MX",
      "url": "https://www.bisbees.com/",
      "note": "Richest marlin tournament in Mexico"
    },
    {
      "name": "Emerald Coast Blue Marlin Classic",
      "location": "Sandestin, FL",
      "url": "https://ecbcbillfish.com/",
      "note": "Premier Gulf Coast heaviest-marlin event"
    },
    {
      "name": "Los Sueños Signature Triple Crown",
      "location": "Herradura, Costa Rica",
      "url": "https://lossuenosbillfishing.com/",
      "note": "Three-leg release series"
    },
    {
      "name": "Bermuda Triple Crown",
      "location": "Bermuda",
      "url": "https://bermudatriplecrown.com/",
      "note": "Blue marlin series, three events"
    },
    {
      "name": "Big Rock Blue Marlin Tournament",
      "location": "Morehead City, NC",
      "url": "https://www.thebigrock.com/",
      "note": "Longest-running NC blue marlin event"
    },
    {
      "name": "InTheBite Captain of the Year Cup",
      "location": "Global",
      "url": "https://inthebite.com/captain-of-the-year-cup-standings/",
      "note": "90 sanctioned tournaments, five divisions"
    }
  ],
  "divisions": [
    {
      "name": "Hawaii",
      "champion": "Tantrum",
      "captain": "Nick Durham",
      "points": 2950
    },
    {
      "name": "Gulf Coast",
      "champion": "Team Supreme",
      "captain": "Chase Lake",
      "points": 2200
    },
    {
      "name": "East Coast",
      "champion": "Claytime",
      "captain": "Phillip Fender",
      "points": 1450
    },
    {
      "name": "International",
      "champion": "Builder's Choice",
      "captain": "Brent Gaskill",
      "points": 1350
    },
    {
      "name": "Florida",
      "champion": "Fish Camp",
      "captain": "Dave Dalfo",
      "points": 1000
    }
  ]
}