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 = "93-R-0546" 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
1e2c4c9d47dc573a FORCE PRO INC. 93-R-0546 2017-07-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egmwm&d=%2Fa%2F3d000000pRaq%2FinViYF2Kl7N1PauMh5E1fvaeGvnMy0FL7tz0llHVuh8&asPdf=false  
92e63922712b5850 FORCE PRO INC. 93-R-0546 2016-07-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egmjn&d=%2Fa%2F3d000000pldf%2FNssuHCfS.S61TEMOTkuSND4qriIU91mv7fHWyHb0GBI&asPdf=false  
9067fcb84ebb3416 FORCE PRO INC. 93-R-0546 2016-02-24   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgbRP&d=%2Fa%2F3d000000pp23%2FOO7Q_9g_0ez4ODqB.cPgB.QGNhuICFxN3mUptPqBubA&asPdf=false  
b269e3cb1df70e1d FORCE PRO INC. 93-R-0546 2015-08-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgnX3&d=%2Fa%2F3d000000pfaJ%2FdYCsRG9PT_EvEWgu3M6Eli4lcwzqqugB0.hGUgcjJbQ&asPdf=false  
487688dbaa464a4c FORCE PRO INC. 93-R-0546 2014-09-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgnX8&d=%2Fa%2F3d000000plt4%2FeD7thMfZ62AZk2USYIhndsMRi3a3DfA2KlMPe9jcUks&asPdf=false  
885ee4ba6b46bf2f FORCE PRO INC. 93-R-0546 2014-03-26   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgnPH&d=%2Fa%2F3d000000plfN%2FA3VTgQrC3bST.BHtiwHVVbh7XIY5cr.rwOXrc04iqfU&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 2703.563ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API