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 = "23-B-0212" 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
522a54f9049ab8cc AARON BEILER 23-B-0212 2016-02-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgihN&d=%2Fa%2F3d000000pkd1%2FsHr98WByzdhJJ1bOckHi0EVqx5qDLtTEY9twDDNv78k&asPdf=false  
1cbc10bf6cc5e4a8 AARON BEILER 23-B-0212 2015-08-26   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXuz&d=%2Fa%2F3d000000pdb0%2Fl.99Z.snw8oYKsy7ndVhYQDabht1JoOEXKagFALgprM&asPdf=false  
e23632897ad95d39 AARON BEILER 23-B-0212 2015-01-13   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgW8u&d=%2Fa%2F3d000000pjzB%2FHQPLi_NQAgLJeKqADQRUnagfiAETKZReOF.nGnx7IVM&asPdf=false  
e3eaa1cc9cf52a2d AARON BEILER 23-B-0212 2014-09-26   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgWA3&d=%2Fa%2F3d000000pVB1%2F5Zt8IsZI1BES6mX6MrA6jBUNFm7NFgdM8vMOIwUSzzI&asPdf=false  
3ce08b7a2f3acde3 AARON BEILER 23-B-0212 2014-02-25   0 4 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Dnxez&d=%2Fa%2F3d000000pX1g%2F3Y2HUIoyt3WTy7qCXye4VBbKlRVWzwwxldqh5G.tHDE&asPdf=false  
439fb44d42f46876 AARON BEILER 23-B-0212 2014-02-18   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egml9&d=%2Fa%2F3d000000pf04%2FXf2_R4SoVHMUFYJINBA2bLy_gXIdug8idN2kBcofB_E&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.439ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API