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

4 rows where cert_number = "55-C-0287" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: noncritical_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
b7fe5e043c2a968f Borderline Farms 55-C-0287 2021-05-20   0 4 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000NhAlT&d=%2Fa%2F3d000000pXAl%2FeSrcqsSrYq.CSgPEnFmpfFqFnOOlM.6Sz2iM_H4NIag&asPdf=false  
e0e7ec8dfd378359 Borderline Farms 55-C-0287 2018-09-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgbcS&d=%2Fa%2F3d000000poOL%2F2XOqPSRB6F2ucjlYgAiDivWsR0R05wiDbLqy0Ac0unA&asPdf=false  
ec41b0814ebe5cd9 Borderline Farms 55-C-0287 2017-08-30   0 4 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Dnx6Y&d=%2Fa%2F3d000000pk4j%2FBEG40ZiJu_5HHUQP_u4kO9Gh5Zld1.169QTKe_xoju8&asPdf=false  
3d19721f7c4f1e8f Borderline Farms 55-C-0287 2015-06-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcaF&d=%2Fa%2F3d000000pnOx%2FWQA_HXc9gsyhQoWN0cAp68gjCJ3aQbQaFm9Dux.Bgxs&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 199.093ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API