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 = "74-C-1019" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: 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
b64cea5429055e8a 7 ACRE WOOD 74-C-1019 2021-11-02   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V8kc5&d=%2Fa%2F3d000000pgnH%2F1HZ.ARqNAGjsiqKsAvSgwjxtBQepiH20PjhRRY4T9Wg&asPdf=false  
c3ebfa1e49c65a43 7 ACRE WOOD 74-C-1019 2019-10-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egbwj&d=%2Fa%2F3d000000pkJq%2FkMwGlixixnrNzywUZu87v0S389szRcedyknOT2Ueuas&asPdf=false  
715c6add5bad9f3e 7 ACRE WOOD 74-C-1019 2018-11-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egdtd&d=%2Fa%2F3d000000pSEs%2FFp139PDzWIOUXtrPRtRkWnY2MNikmEtp6tWe3POTOcE&asPdf=false  
2259382f243d592b 7 ACRE WOOD 74-C-1019 2018-02-08   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdcA&d=%2Fa%2F3d000000pfGC%2FVEktmds7DDPSux59.zW51CE0iRRuxNOdi57PZMkPLSM&asPdf=false  
863fcdd5da4628c4 7 ACRE WOOD 74-C-1019 2017-03-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdSS&d=%2Fa%2F3d000000plXg%2FdvmjI7aClzmLEZBuMucNle8EN1vblZwOAqma8schmCU&asPdf=false  
517745428bcd96a5 7 ACRE WOOD 74-C-1019 2016-06-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egcyw&d=%2Fa%2F3d000000pjx4%2FHQi3rPqPbHnhltk0SwN5zxG.nRxgJESIHJj4xv_PpRs&asPdf=false  
e85ca4db0abe43f0 7 ACRE WOOD 74-C-1019 2015-09-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egcim&d=%2Fa%2F3d000000ppKW%2FppH2Hd4hUorpkEh3VWsIJ4qU.uMkVAr6zI8mbyMdySk&asPdf=false  
5d3560b45d1e9edd 7 ACRE WOOD 74-C-1019 2015-07-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgaXN&d=%2Fa%2F3d000000pb7W%2FfNdV8GWX.FD9zahnfsCMPbxGQtLFfRXI7drXSQLQOvY&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 240.722ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API