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

9 rows where cert_number = "23-C-0209" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: noncritical_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
471d470cef1981e2 CINDY COOPER 23-C-0209 2019-07-25   0 1 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXjg&d=%2Fa%2F3d000000pekX%2FppWZLpsXMh.Oavpl1PgMQLt8l1RFEgOH0.dxDpLFfj8&asPdf=false  
eb4dfa4cf7d75d0b CINDY COOPER 23-C-0209 2018-08-16   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egcdi&d=%2Fa%2F3d000000pg79%2FP2N311aelulIVquBMdpL0HLhRXdTkG9YNyy113r2A4g&asPdf=false  
f778558f6e73bed1 CINDY COOPER 23-C-0209 2017-03-30   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYlp&d=%2Fa%2F3d000000pnwN%2FaCzpdgze.y_GA1QHOdR.zn8shCV6KS3BMZ30c8gYt5c&asPdf=false  
e05fb869f32f7b0f CINDY COOPER 23-C-0209 2016-08-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egazj&d=%2Fa%2F3d000000phrz%2FGO9vl6Hr6EeKS.qkZfkBotSa0ECI4sZHGHfoOAhUNKA&asPdf=false  
f223e449864344e4 CINDY COOPER 23-C-0209 2016-08-04   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcQ1&d=%2Fa%2F3d000000phrs%2F5JzM_IwKcfDq7lDEBURxH9Dot_d_mVhECP1olHw1rzY&asPdf=false  
26c195453106ecfe CINDY COOPER 23-C-0209 2016-07-21   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXDd&d=%2Fa%2F3d000000pS4L%2FOWmnwsoXIyzNbhUpk3eFOpfOfSoAiZOwHGNO5H1Uwdc&asPdf=false  
0d97220161becd49 CINDY COOPER 23-C-0209 2016-07-11   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egc6a&d=%2Fa%2F3d000000pmSy%2FLOo489czC1XKf2xGLQibLGfIkjP4dq8SOPXtMBqvoBw&asPdf=false  
ccc2612d6eba2d38 CINDY COOPER 23-C-0209 2015-08-06   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgY1e&d=%2Fa%2F3d000000pkeo%2FdLTwxtYFH7piiBavZme2gJ.mylDHYcca0.obmZyarQQ&asPdf=false  
6af5fc1b02fc9837 CINDY COOPER 23-C-0209 2014-07-17   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgW50&d=%2Fa%2F3d000000pUrz%2Ftr_u0kACccC4ZZ.tIxlentERFjoN3FOPyeinvSN1bLs&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 4.868ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API