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 = "52-C-0148" 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
d4913b4b9f6519eb DONALD REINHARDT JR 52-C-0148 2017-05-17   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EghLK&d=%2Fa%2F3d000000pX6G%2FJorFY2_SjO4J9ZqyzTE1Zl9I1UNhgDwlbqPzgdnnA4Q&asPdf=false  
efc5e3dd1cba9c4b DONALD REINHARDT JR 52-C-0148 2017-04-26   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfkV&d=%2Fa%2F3d000000pnjN%2FTRcgX2K2Fysjh74HHbBL_JXx.XJTQsXxsZEImlTbLV4&asPdf=false  
dc4eece024c56dbf DONALD REINHARDT JR 52-C-0148 2016-07-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EggRo&d=%2Fa%2F3d000000pRfX%2FqkfSdSLiYuAZ135CSv_BHyVrFuvC1rpMJun7eeYmIXo&asPdf=false  
32f5b6c26c4ba5e6 DONALD REINHARDT JR 52-C-0148 2015-12-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfKR&d=%2Fa%2F3d000000pl4O%2FRn_pleRrJJ_EVcXDAyAahRfk0ewF5UoaQiFaKS.hUiU&asPdf=false  
cec48c2ca2632a36 DONALD REINHARDT JR 52-C-0148 2015-04-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egfgv&d=%2Fa%2F3d000000pfic%2Fj2klkwYUE9oMcL_h5xSP1m8SplcM1H0D7piI37lmE.I&asPdf=false  
f27a08be984a8437 DONALD REINHARDT JR 52-C-0148 2014-12-11   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXot&d=%2Fa%2F3d000000pUq4%2FKswtOTuqovDrUS_0apHEx6W1ayy6lHaYsfVdy5g0_dw&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 53.306ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API