G

Govparse · Feeds Labor Petitions

by Govparse

GETBaseSolana

$25

per call · USD Coin on Base

Which employers just drew a union representation petition? Bulk feed over NLRB cases, newest-first by filing date, defaulting to representation petitions (R cases): employer, case type, region, filing date, and unit size — a labor-relations moment for PEOs, staffing, and labor counsel. category widens to ULP charges or all cases. Flat rows, cursor-paginated up to 1000/page, filterable by state, region, or union. Observational records AS FILED — a petition is a filing, never an adjudication.

Endpoint

GET https://api.govparse.io/v1/feeds/labor-petitions

1

Calls / 30d

1

Unique payers / 30d

Aug 21

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/feeds/labor-petitions", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://api.govparse.io/v1/feeds/labor-petitions?category=representation&since=2026-06-01&state=CA" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "basis": "NLRB cases, one row per case newest-first by date_filed, defaulting to representation/election petitions. Observational public records AS FILED — a petition is a filing, never an adjudication.",
  "feed": "labor-petitions",
  "page": {
    "has_more": true,
    "limit": 500,
    "next_cursor": "eyJkIjoiMjAyNi0wNi0wMyIsImsiOiJvc2hhOjMxOTAwMTIzNCJ9",
    "returned": 500
  },
  "query": {
    "category": "representation",
    "region": "all",
    "since": "2026-06-01",
    "state": "all",
    "union": "all"
  },
  "rows": [
    {
      "as_published_date": "2026-07-18",
      "case_category": "representation petition",
      "case_number": "31-RC-391469",
      "case_type": "RC",
      "date_filed": "2026-07-24",
      "employer": "Flowers Bakeries Foodservice",
      "employer_city": "Victorville",
      "employer_state": "CA",
      "entity_id": null,
      "event_date": "2026-07-24",
      "event_key": "nlrb:31-RC-391469",
      "petitioner": "Teamsters Local Union No. 63",
      "region_code": "31",
      "status": "Open",
      "union_name": "Teamsters Local Union No. 63",
      "unit_size": 7
    }
  ]
}

Payment details

Pay to0x3873d15cf3209c32aaa8d9aa542164e658567129
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase, Solana
Schemesexact

Is this your API?

Pin it to the top of Other and the homepage with a featured placement.

Get featured →

More from Govparse & similar services