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

6 rows where cert_number = "32-B-0241" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: 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
cc9d3a23cca8ac6f Patty Talcott Mike Talcott 32-B-0241 2022-01-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V92S1&d=%2Fa%2F3d000000pgv6%2FXoINXmW4Hpjhqg1GFnGUJ_P94F18k3RJtGU6PxxBb5I&asPdf=false  
75dd2b21f0742f96 Patty Talcott Mike Talcott 32-B-0241 2021-10-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V8IvX&d=%2Fa%2F3d000000pXVM%2FKQcVGf9Ser6jX_u16ex.N7l2_3_BfPAb6jNUYfgrt98&asPdf=false  
c7e89828664b1cec Patty Talcott Mike Talcott 32-B-0241 2021-10-12   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V8CLF&d=%2Fa%2F3d000000pp4z%2F49BoFos_MgYBFduIlv.POM8jzTtwxH3UtURCTKSTxcY&asPdf=false  
4720615f96ea92fc Patty Talcott Mike Talcott 32-B-0241 2020-08-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgkaU&d=%2Fa%2F3d000000pfqN%2FUXS1ijM86vQXSvF.6UutUwb9MNSgI.Ly8rLyXo3AVMY&asPdf=false  
f6afca32a85bc0e5 Patty Talcott Mike Talcott 32-B-0241 2019-03-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgkH8&d=%2Fa%2F3d000000pmCq%2F2WKNAvTe583lc.7b5q64ttFAUJgtqsprkxeleuGzolE&asPdf=false  
494f9db836e870f0 Patty Talcott Mike Talcott 32-B-0241 2018-09-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYgC&d=%2Fa%2F3d000000pn3S%2FPKkgMhngU_fd2QPoaj.8jG5UUJdIXjaDOsyIlj.Eo0w&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 476.564ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API