fara_registrant_docs
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
9,022 rows where document_type = "Dissemination Report" sorted by date_stamped descending
This data as json, CSV (advanced)
document_type 1
- Dissemination Report · 9,022 ✖
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE fara_registrant_docs (
rowid INTEGER PRIMARY KEY,
registration_number TEXT,
registrant_name TEXT,
date_stamped TEXT,
document_type TEXT,
short_form_name TEXT,
foreign_principal_name TEXT,
foreign_principal_country TEXT,
url TEXT
);
CREATE INDEX idx_fara_rd_reg ON fara_registrant_docs(registration_number);
CREATE INDEX idx_fara_rd_type ON fara_registrant_docs(document_type);