G

Govparse · Cases Search

by Govparse

GETBaseSolana

$1.25

per call · USD Coin on Base

Which employers have NLRB labor activity — a union petition or an unfair-labor-practice charge? Search NLRB cases by employer, case type (CA/CB/RC/RM/...), category (ulp vs representation), status, region, state, union, election result, or filing date (since). Returns the employer (entity-resolved where possible), region, union, and — for elections — the tally. Cases as filed (a charge is an allegation, not a judgment); a labor-relations trigger for PEO/HR, benefits, staffing, and outplacement.

Endpoint

GET https://api.govparse.io/v1/nlrb/cases/search

2

Calls / 30d

1

Unique payers / 30d

Sep 7

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";

const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);

const res = await fetchWithPay("https://api.govparse.io/v1/nlrb/cases/search", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://api.govparse.io/v1/nlrb/cases/search?case_category=representation&case_type=RC&company=Starbucks" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "rows": [
    {
      "ballot_type": null,
      "ballots_counted": null,
      "case_category": "representation petition",
      "case_number": "27-RC-391415",
      "case_type": "RC",
      "challenged_ballots": null,
      "charging_party_type": null,
      "date_filed": "2026-07-24",
      "election_result": null,
      "eligible_voters": null,
      "employer_city": "Denver",
      "employer_name": "Colorado Coalition for the Homeless",
      "employer_state": "CO",
      "employer_zip": "80205",
      "entity_id": null,
      "num_employees": 120,
      "petitioner": "Service Employees International Union, Local 105",
      "region_assigned": "Region 27, Denver, Colorado",
      "region_code": "27",
      "source": "recent_filings",
      "status": "Open",
      "tally_issued_date": null,
      "tally_type": null,
      "union_name": "Service Employees International Union, Local 105",
      "union_to_certify": null,
      "votes_against": null,
      "votes_for": null
    }
  ],
  "total_matched": 1
}

Payment details

Pay to0x3873d15cf3209c32aaa8d9aa542164e658567129
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase, Solana
Schemesexact

Is this your API?

Pin it to the top of Search & Web and the homepage with a featured placement.

Get featured →

More from Govparse & similar services