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

3 rows where Registration_Number = 4663 sorted by Registrant_Name

✎ View and edit SQL

This data as json, CSV (advanced)

These facets timed out: Registration_Number, City

State 1

  • AR 3

Registrant_Name 1

  • Mitchell, Williams, Selig, Gates & Woodyard 3
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
15700 15700 1993-05-04 1992-05-11 Monroe Ark , III Mitchell, Williams, Selig, Gates & Woodyard 4663 1992-05-11 Mitchell, Williams, Selig, Gates & Woodyard 320 West Capitol Street Suite 1000 Little Rock AR 72201-3525
15701 15701 1993-05-04 1992-05-20 Campbell Frederick K. Mitchell, Williams, Selig, Gates & Woodyard 4663 1992-05-11 Mitchell, Williams, Selig, Gates & Woodyard 320 West Capitol Street Suite 1000 Little Rock AR 72201-3525
40738 40738 1992-12-31 1992-05-11 Narey Sally B. Mitchell, Williams, Selig, Gates & Woodyard 4663 1992-05-11 Mitchell, Williams, Selig, Gates & Woodyard 320 West Capitol Street Suite 1000 Little Rock AR 72201-3525

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 5884.381ms · Data source: The U.S. Department of Justice · About: https://github.com/simonw/fara-history