Which employers just drew a union representation petition? Bulk feed over NLRB cases, newe
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.
25000000 (raw units)
price
2
calls / 30d
1
unique payers
2026-09-11
updated
Provider
api.govparse.io · discovered, not yet claimed by its owner
Payment (x402 accepts[])
[
{
"scheme": "exact",
"network": "eip155:8453",
"payTo": "0x3873d15CF3209c32aaA8d9AA542164E658567129",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amount": "25000000",
"maxTimeoutSeconds": 300
},
{
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"payTo": "BdcZbENFdEyEUMqv9pnRMUnn1Yyeyo2dCMbYXbJ3LmaB",
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"amount": "25000000",
"maxTimeoutSeconds": 300
}
]Output schema
{
"bazaar": {
"info": {
"input": {
"method": "GET",
"queryParams": {
"category": "representation",
"since": "2026-06-01",
"state": "CA"
},
"type": "http"
},
"output": {
"example": {
"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
}
]
},
"type": "json"
}
},
"routeTemplate": "/v1/feeds/labor-petitions",
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"properties": {
"category": {
"description": "representation (default; R-case petitions) | ulp (unfair-labor-practice charges) | unit | all.",
"examples": [
"representation"
],
"type": "string"
},
"cursor": {
"description": "Opaque page cursor — pass the previous page's next_cursor unchanged.",
"examples": [
"eyJkIjoiMjAyNi0wNy0yNCIsImsiOiIzMS1SQy0zOTE0NjkifQ"
],
"type": "string"
},
"limit": {
"description": "Rows per page (default 500, cap 1000).",
"examples": [
500
],
"type": "integer"
},
"region": {
"description": "NLRB region code(s), CSV (two-digit).",
"examples": [
"31"
],
"type": "string"
},
"since": {
"description": "Only cases filed on or after this date (YYYY-MM-DD).",
"examples": [
"2026-06-01"
],
"type": "string"
},
"state": {
"description": "Employer state code(s), CSV.",
"examples": [
"CA"
],
"type": "string"
},
"union": {
"description": "Union / petitioner name fragment.",
"examples": [
"Teamsters"
],
"type": "string"
}
},
"required": [],
"type": "object"
}
},
"type": "object"
}
}
}Use it
curl
curl "https://api.govparse.io/v1/feeds/labor-petitions" # -> 402 Payment Required, accepts[] lists how to pay # retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid
JavaScript
const res = await fetch("https://api.govparse.io/v1/feeds/labor-petitions");
if (res.status === 402) {
const { accepts } = await res.json();
// pay one of accepts[] via an x402 client, then retry with the payment header
}Python
import httpx
res = httpx.get("https://api.govparse.io/v1/feeds/labor-petitions")
if res.status_code == 402:
accepts = res.json()["accepts"]
# pay one of accepts[] via an x402 client, then retry with the payment headerMachine-readable
Everything on this page is also available as clean JSON at /resources/14560.json, and this resource appears in /discovery/resources and /discovery/search.