{"ok": true, "database": "nlrb", "private": false, "path": "/nlrb", "size": 1005604864, "tables": [{"name": "allegation", "columns": ["case_number", "allegation", "created_at"], "primary_keys": [], "count": 726992, "hidden": false, "fts_table": null, "foreign_keys": {"incoming": [], "outgoing": [{"other_table": "filing", "column": "case_number", "other_column": "case_number"}]}, "private": false}, {"name": "docket", "columns": ["case_number", "date", "document", "actor", "url", "created_at"], "primary_keys": [], "count": 2069369, "hidden": false, "fts_table": null, "foreign_keys": {"incoming": [], "outgoing": [{"other_table": "filing", "column": "case_number", "other_column": "case_number"}]}, "private": false}, {"name": "document", "columns": ["case_number", "document", "url", "created_at"], "primary_keys": [], "count": 8076, "hidden": false, "fts_table": null, "foreign_keys": {"incoming": [], "outgoing": [{"other_table": "filing", "column": "case_number", "other_column": "case_number"}]}, "private": false}, {"name": "election", "columns": ["election_id", "case_number", "voting_unit_id", "date", "tally_type", "ballot_type", "unit_size", "created_at"], "primary_keys": ["election_id"], "count": 33621, "hidden": false, "fts_table": null, "foreign_keys": {"incoming": [{"other_table": "election_mode", "column": "election_id", "other_column": "election_id"}, {"other_table": "election_result", "column": "election_id", "other_column": "election_id"}, {"other_table": "tally", "column": "election_id", "other_column": "election_id"}], "outgoing": [{"other_table": "filing", "column": "case_number", "other_column": "case_number"}, {"other_table": "voting_unit", "column": "voting_unit_id", "other_column": "voting_unit_id"}]}, "private": false}, {"name": "election_mode", "columns": ["election_id", "case_number", "name", "city", "state", "status", "date_filed", "date_closed", "reason_closed", "election_mode", "date_ballot_mailed", "date_ballot_counted", "date_election_scheduled", "date_tally_scheduled", "date_tallied", "tally_type", "ballot_type", "unit_id", "ballots_impounded", "number_of_eligible_voters", "number_of_void_ballots", "labor_organization_1_name", "votes_for_labor_organization_1", "labor_organization_2_name", "votes_for_labor_organization_2", "labor_organization_3_name", "votes_for_labor_organization_3", "votes_cast_against_labor_org", "number_of_valid_votes_counted", "number_of_challenged_ballots", "challenges_are_determinative", "runoff_required", "union_to_certify", "unit_involved_in_petition", "bargaining_unit_determined"], "primary_keys": [], "count": 6927, "hidden": false, "fts_table": null, "foreign_keys": {"incoming": [], "outgoing": [{"other_table": "election", "column": "election_id", "other_column": "election_id"}]}, "private": false}, {"name": "election_result", "columns": ["election_id", "total_ballots_counted", "void_ballots", "challenged_ballots", "challenges_are_determinative", "runoff_required", "union_to_certify", "created_at"], "primary_keys": ["election_id"], "count": 33621, "hidden": false, "fts_table": null, "foreign_keys": {"incoming": [], "outgoing": [{"other_table": "election", "column": "election_id", "other_column": "election_id"}]}, "private": false}, {"name": "filing", "columns": ["case_number", "name", "case_type", "url", "city", "state", "date_filed", "region_assigned", "status", "date_closed", "reason_closed", "number_of_eligible_voters", "number_of_voters_on_petition_or_charge", "certified_representative", "created_at", "updated_at", "last_checked_at"], "primary_keys": ["case_number"], "count": 506067, "hidden": false, "fts_table": null, "foreign_keys": {"incoming": [{"other_table": "allegation", "column": "case_number", "other_column": "case_number"}, {"other_table": "docket", "column": "case_number", "other_column": "case_number"}, {"other_table": "document", "column": "case_number", "other_column": "case_number"}, {"other_table": "election", "column": "case_number", "other_column": "case_number"}, {"other_table": "filing_group", "column": "case_number", "other_column": "case_number"}, {"other_table": "participant", "column": "case_number", "other_column": "case_number"}, {"other_table": "sought_unit", "column": "case_number", "other_column": "case_number"}, {"other_table": "voting_unit", "column": "case_number", "other_column": "case_number"}], "outgoing": []}, "private": false}, {"name": "filing_group", "columns": ["root_case_number", "case_number", "created_at", "updated_at"], "primary_keys": ["case_number"], "count": 506076, "hidden": false, "fts_table": null, "foreign_keys": {"incoming": [], "outgoing": [{"other_table": "filing", "column": "case_number", "other_column": "case_number"}]}, "private": false}, {"name": "participant", "columns": ["case_number", "participant", "type", "subtype", "address", "address_1", "address_2", "city", "state", "zip", "phone_number", "created_at"], "primary_keys": [], "count": 1936130, "hidden": false, "fts_table": null, "foreign_keys": {"incoming": [], "outgoing": [{"other_table": "filing", "column": "case_number", "other_column": "case_number"}]}, "private": false}, {"name": "sought_unit", "columns": ["case_number", "unit_sought", "created_at"], "primary_keys": [], "count": 52920, "hidden": false, "fts_table": null, "foreign_keys": {"incoming": [], "outgoing": [{"other_table": "filing", "column": "case_number", "other_column": "case_number"}]}, "private": false}, {"name": "sqlite_sequence", "columns": ["name", "seq"], "primary_keys": [], "count": 2, "hidden": false, "fts_table": null, "foreign_keys": {"incoming": [], "outgoing": []}, "private": false}, {"name": "tally", "columns": ["election_id", "option", "votes", "created_at"], "primary_keys": [], "count": 68833, "hidden": false, "fts_table": null, "foreign_keys": {"incoming": [], "outgoing": [{"other_table": "election", "column": "election_id", "other_column": "election_id"}]}, "private": false}, {"name": "voting_unit", "columns": ["voting_unit_id", "case_number", "unit_id", "description", "created_at"], "primary_keys": ["voting_unit_id"], "count": 32155, "hidden": false, "fts_table": null, "foreign_keys": {"incoming": [{"other_table": "election", "column": "voting_unit_id", "other_column": "voting_unit_id"}], "outgoing": [{"other_table": "filing", "column": "case_number", "other_column": "case_number"}]}, "private": false}, {"name": "sqlite_stat1", "columns": ["tbl", "idx", "stat"], "primary_keys": [], "count": 17, "hidden": true, "fts_table": null, "foreign_keys": {"incoming": [], "outgoing": []}, "private": false}], "hidden_count": 1, "views": [], "queries": [{"title": "New petitions for representation elections", "sql": "select\n  case_number as atom_id,\n  name as atom_title,\n  datetime(created_at, 'utc') || 'Z' as atom_updated,\n  url as atom_link,\n  '<p>Case Number: <a href=\"' || url || '\">' || case_number || '</a></p><p>Filed on: ' || date_filed || '</p><p>' || number_of_voters_on_petition_or_charge || ' workers at ' || name || ' petitioned for an representation election in ' || city || ', ' || state || '.</p>' as atom_content_html\nfrom\n  filing\nwhere\n  case_type = 'RC'\norder by\n  created_at desc,\n  date_filed desc\nlimit\n  100", "name": "new_rc_cases", "private": false}], "allow_execute_sql": true, "table_columns": {"allegation": ["allegation", "case_number", "created_at"], "docket": ["actor", "case_number", "created_at", "date", "document", "url"], "document": ["case_number", "created_at", "document", "url"], "election": ["ballot_type", "case_number", "created_at", "date", "election_id", "tally_type", "unit_size", "voting_unit_id"], "election_mode": ["ballot_type", "ballots_impounded", "bargaining_unit_determined", "case_number", "challenges_are_determinative", "city", "date_ballot_counted", "date_ballot_mailed", "date_closed", "date_election_scheduled", "date_filed", "date_tallied", "date_tally_scheduled", "election_id", "election_mode", "labor_organization_1_name", "labor_organization_2_name", "labor_organization_3_name", "name", "number_of_challenged_ballots", "number_of_eligible_voters", "number_of_valid_votes_counted", "number_of_void_ballots", "reason_closed", "runoff_required", "state", "status", "tally_type", "union_to_certify", "unit_id", "unit_involved_in_petition", "votes_cast_against_labor_org", "votes_for_labor_organization_1", "votes_for_labor_organization_2", "votes_for_labor_organization_3"], "election_result": ["challenged_ballots", "challenges_are_determinative", "created_at", "election_id", "runoff_required", "total_ballots_counted", "union_to_certify", "void_ballots"], "filing": ["case_number", "case_type", "certified_representative", "city", "created_at", "date_closed", "date_filed", "last_checked_at", "name", "number_of_eligible_voters", "number_of_voters_on_petition_or_charge", "reason_closed", "region_assigned", "state", "status", "updated_at", "url"], "filing_group": ["case_number", "created_at", "root_case_number", "updated_at"], "participant": ["address", "address_1", "address_2", "case_number", "city", "created_at", "participant", "phone_number", "state", "subtype", "type", "zip"], "sought_unit": ["case_number", "created_at", "unit_sought"], "sqlite_sequence": ["name", "seq"], "sqlite_stat1": ["idx", "stat", "tbl"], "tally": ["created_at", "election_id", "option", "votes"], "voting_unit": ["case_number", "created_at", "description", "unit_id", "voting_unit_id"]}, "metadata": {"description_html": "<p>National Labor Relations Board case data from the NLRB's current online case management system. Covers union-representation cases (R petitions \u2014 RC certification, RD decertification, RM employer-filed) and unfair-labor-practice cases (C charges \u2014 CA against employers, CB against unions, and several less-common subtypes), plus unit-clarification, deauthorization, and related case types.</p>\n<p>The data is organized around a central <a href=\"./nlrb/filing\">filing</a> table (one row per case) with related tables for <a href=\"./nlrb/participant\">participants</a>, <a href=\"./nlrb/allegation\">allegations</a>, <a href=\"./nlrb/sought_unit\">bargaining units sought</a>, <a href=\"./nlrb/voting_unit\">units that voted</a>, <a href=\"./nlrb/election\">elections</a>, <a href=\"./nlrb/election_result\">election results</a>, <a href=\"./nlrb/tally\">tallies</a>, <a href=\"./nlrb/docket\">docket events</a>, and <a href=\"./nlrb/document\">case documents</a>. All linked by <code>case_number</code>.</p>", "keywords": "[\"NLRB\", \"union elections\", \"representation elections\", \"unfair labor practices\", \"ULP charges\", \"decertification\", \"certification\", \"bargaining units\", \"labor disputes\"]", "source": "National Labor Relations Board website, scraped", "source_organization": "{\"@type\": \"GovernmentOrganization\", \"name\": \"National Labor Relations Board\", \"url\": \"https://www.nlrb.gov/\"}", "source_url": "https://github.com/labordata/nlrb-data", "temporal_coverage": "2010/..", "title": "NLRB cases since 2010"}}