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

8 rows where cert_number = "33-C-0330" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: 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
3467bdfd1215c2d0 ANTHONY LOPEZ 33-C-0330 2021-05-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Nh7Kz&d=%2Fa%2F3d000000plg3%2FTSrFngEgsSLxi8aNnHTqdc73RkFwL_3Uj81TKYAeezk&asPdf=false  
40a25276df215c0d ANTHONY LOPEZ 33-C-0330 2020-02-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egkoh&d=%2Fa%2F3d000000pWXV%2FuNoLgRZ1lZxx4WX_EbPks0G8EiTOd9n7H6_3CJkEw3A&asPdf=false  
5a1a8f6736db8891 ANTHONY LOPEZ 33-C-0330 2019-03-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egkcn&d=%2Fa%2F3d000000pRKK%2FKGMr.Tjn8FjK3rqWvp2kIrnN5J2iCIzil9Udhuqmsto&asPdf=false  
142d0bffcd14bae5 ANTHONY LOPEZ 33-C-0330 2018-03-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgkIi&d=%2Fa%2F3d000000pbfH%2FQjNg9jZ6S1t_qGdQqqkG9JpxkuLQuDU9Hdb8.ioiTFg&asPdf=false  
56b7af70263bb9ce ANTHONY LOPEZ 33-C-0330 2017-04-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egkqg&d=%2Fa%2F3d000000pSAS%2FRz4pfRn.7yN9u6x5XjbMxigK.4jn75i7U_OGMuBxKL4&asPdf=false  
63b7f8b792de03a7 ANTHONY LOPEZ 33-C-0330 2016-03-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EglhM&d=%2Fa%2F3d000000pnZ0%2FE94t_hpzeQu3O6BlAxLFKGqi47fnB9eYPmGGjPz.FjI&asPdf=false  
e6b2761ba8c21fee ANTHONY LOPEZ 33-C-0330 2015-03-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EglDK&d=%2Fa%2F3d000000pgg8%2F.CAywfcK0YNGEjZBVVUqsfhd2TUpjbUvkRCOrd4UNxY&asPdf=false  
7878238ce844a683 ANTHONY LOPEZ 33-C-0330 2014-02-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EglIM&d=%2Fa%2F3d000000pdwU%2FEpOObqVwUCJrtL5CfFDdIkPegQ87b2DOcsXhdkFJLGw&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 18.242ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API