home / aphis

inspections

APHIS inspection records for licensed facilities. 110,000+ inspections from 2014–present with violation counts and links to official reports.

Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API

7 rows where cert_number = "43-B-3698" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: noncritical_count, direct_count, teachable_moment_count, inspection_date (date)

inspection_type 0

id cert_number inspection_date ▲ inspection_type critical_count noncritical_count direct_count teachable_moment_count pdf_url pdf_local_path
240e3286a8c9d42b CIRCLE B FARMS L L C 43-B-3698 2018-01-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EggJ4&d=%2Fa%2F3d000000pRLG%2FqBzE6DXM4dKOfDYTsgwTGQr97nu2Ew_CyrbCA44pCZI&asPdf=false  
4f86e816075d31a6 CIRCLE B FARMS L L C 43-B-3698 2017-01-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egnoj&d=%2Fa%2F3d000000pfSv%2FyZ9xL31Hx3nDpff405cqYSEMxyjEAQlV30eOStlDGAA&asPdf=false  
f071bd936c8491bb CIRCLE B FARMS L L C 43-B-3698 2016-10-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdOf&d=%2Fa%2F3d000000pmRj%2FhjFKquE64o2INbhETULAGpfljEcUdZ2FnIg7p3UiurE&asPdf=false  
158044e6e4bfdddc CIRCLE B FARMS L L C 43-B-3698 2016-10-03   0 0 1 2 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgVoO&d=%2Fa%2F3d000000pogQ%2F1ypDKbctdWdCevlik8qhJgG4WRlO_uaIyO7zjmTeCtI&asPdf=false  
7044a9c521b526ba CIRCLE B FARMS L L C 43-B-3698 2015-08-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Ege2a&d=%2Fa%2F3d000000pStc%2F1I0WJic1QU9kjsKGAQeDNAlnnxT_djAvABdVyaBkIAg&asPdf=false  
4ae40cd4cb76e7bd CIRCLE B FARMS L L C 43-B-3698 2015-02-18   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXmr&d=%2Fa%2F3d000000pXWV%2FzCZzRi3aHk7cXIeB9u81bGd5CAV5o0zhP4S0hEdU9xU&asPdf=false  
13b51a6abc90d445 CIRCLE B FARMS L L C 43-B-3698 2014-03-07   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXhc&d=%2Fa%2F3d000000pSPo%2F8vGVSsOecY7713hNHeC8DcMe9S5UaPJHTs2A8S2v.Hg&asPdf=false  

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE inspections (
    id TEXT PRIMARY KEY,
    cert_number TEXT REFERENCES facilities(cert_number),
    inspection_date TEXT,
    inspection_type TEXT,
    critical_count INTEGER,
    noncritical_count INTEGER,
    direct_count INTEGER,
    teachable_moment_count INTEGER,
    pdf_url TEXT,
    pdf_local_path TEXT
);
CREATE INDEX idx_inspections_date ON inspections(inspection_date);
CREATE INDEX idx_inspections_cert ON inspections(cert_number);
Powered by Datasette · Queries took 123.847ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API