[
  {
    "raceTitle": "Attorney General - Orange County Results",
    "Reporting": "100% (2,367 of 2,367) precincts reporting",
    "ReportingTime": "June 9, 2026, 5:05 p.m.",
    "candidates": [
      {
        "Name": "Rob Bonta",
        "Party": "Dem",
        "Votes": "343,441",
        "Percent": "46.5",
        "incumbent": true
      },
      {
        "Name": "Michael E. Gates",
        "Party": "Rep",
        "Votes": "361,747",
        "Percent": "48.9",
        "incumbent": false
      },
      {
        "Name": "Marjorie Mikels",
        "Party": "Grn",
        "Votes": "33,830",
        "Percent": "4.6",
        "incumbent": false
      }
    ]
  },
  {
    "raceTitle": "Attorney General - Statewide Results",
    "Reporting": "100% (19,788 of 19,788) precincts reporting",
    "ReportingTime": "June 9, 2026, 6:57 p.m.",
    "candidates": [
      {
        "Name": "Rob Bonta",
        "Party": "Dem",
        "Votes": "4,604,294",
        "Percent": "56.4",
        "incumbent": true
      },
      {
        "Name": "Michael E. Gates",
        "Party": "Rep",
        "Votes": "3,131,739",
        "Percent": "38.3",
        "incumbent": false
      },
      {
        "Name": "Marjorie Mikels",
        "Party": "Grn",
        "Votes": "434,454",
        "Percent": "5.3",
        "incumbent": false
      }
    ]
  }
]