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 = "43-C-0362" 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
2c623f25a9675a55 MAXINE HALE 43-C-0362 2016-05-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgiCk&d=%2Fa%2F3d000000pnHT%2FUfnts9kzMEQCjtBgQ1njmjSADdv0hZ7FZeO3rdBqa7o&asPdf=false  
ed9d8ca1147504ed MAXINE HALE 43-C-0362 2016-04-25   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdVS&d=%2Fa%2F3d000000pk13%2Fl6lHf.3pU.1QeQgKFLHZCp.ohEZYhFzoZB8Q3GNjYUU&asPdf=false  
9814703776700be5 MAXINE HALE 43-C-0362 2016-03-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcwD&d=%2Fa%2F3d000000pmXs%2Fk3GQvS74qlbF35h_qj24o6erdaIJ3TyC2sulBhMOZp8&asPdf=false  
d2b584d9f4b2c9ae MAXINE HALE 43-C-0362 2015-06-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfOu&d=%2Fa%2F3d000000pSxt%2FHap.5OGKw.Jv1lUuFRhW8jBCeoKnfAWetdmCsKr0BXo&asPdf=false  
c67e0a4b05241e71 MAXINE HALE 43-C-0362 2014-11-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EggN5&d=%2Fa%2F3d000000pUQ5%2FMiet.m44ZYSYh.A5N.V0K_WcL4zi.nqSsIPOzA2HATU&asPdf=false  
f09b6d18ddb4045a MAXINE HALE 43-C-0362 2014-06-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egahk&d=%2Fa%2F3d000000ppCx%2F.AF9ZBJ5IODQymlP87AYXyaHta8ZDD4mEB7C8t6eVaM&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 198.536ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API