home / fara

Menu
  • Search all tables
  • GraphQL API

FARA_All_ShortForms

Table actions
  • GraphQL API for FARA_All_ShortForms
List of all short form registrants (active and terminated)

Data source: The U.S. Department of Justice · About: https://github.com/simonw/fara-history

1 row where Registration_Number = 5088 sorted by Address_1

✎ View and edit SQL

This data as json, CSV (advanced)

These facets timed out: Registrant_Name, Registration_Number, City

State 1

  • PA 1
Link rowid Short_Form_Termination_Date Short_Form_Date Short_Form_Last_Name Short_Form_First_Name Registration_Number Registration_Date Registrant_Name Address_1 ▼ Address_2 City State Zip
41004 41004 1996-12-31 1995-12-15 McLaughlin William J. McLaughlin & Morgan, Inc. 5088 1995-12-15 McLaughlin & Morgan, Inc. 146 North Bread Street   Philadelphia PA 19149

Advanced export

JSON shape: default, array, newline-delimited

CSV options:

CREATE TABLE [FARA_All_ShortForms] (
   [Short_Form_Termination_Date] TEXT,
   [Short_Form_Date] TEXT,
   [Short_Form_Last_Name] TEXT,
   [Short_Form_First_Name] TEXT,
   [Registration_Number] INTEGER,
   [Registration_Date] TEXT,
   [Registrant_Name] TEXT,
   [Address_1] TEXT,
   [Address_2] TEXT,
   [City] TEXT,
   [State] TEXT,
   [Zip] TEXT,
   FOREIGN KEY([Registration_Number]) REFERENCES [FARA_All_Registrants]([Registration_Number])
);
Powered by Datasette · Queries took 7767.767ms · Data source: The U.S. Department of Justice · About: https://github.com/simonw/fara-history