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 = "88-C-0183" 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
bad5c3f8c0d6c2fb CABALLERO PRODUCTIONS INC. 88-C-0183 2017-02-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgmcK&d=%2Fa%2F3d000000pS7t%2FPf.BHZnWuPlgm3nCeIs7M6o.6Y6XiiCCWt5yWAA3dxs&asPdf=false  
96b760e130f8a798 CABALLERO PRODUCTIONS INC. 88-C-0183 2017-02-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgnPZ&d=%2Fa%2F3d000000pT6T%2FBKDTr32UfIa81J_POlLWnYZjOInA8sbhV4JVLL1F2Qc&asPdf=false  
d27ddadcfc17a49a CABALLERO PRODUCTIONS INC. 88-C-0183 2016-11-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgnBy&d=%2Fa%2F3d000000pjoL%2FDl1NpcknZHIsDN5.1kllZKJXLQBBRSqc5.P_cjfTCng&asPdf=false  
5d19ddb78a7fc9fb CABALLERO PRODUCTIONS INC. 88-C-0183 2016-03-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EglM1&d=%2Fa%2F3d000000poyq%2Fp.wFKVhs1s95mSw5AyaF5UbCHEQIFOBL2o_1b9Lxs3M&asPdf=false  
78b91d7592731fbf CABALLERO PRODUCTIONS INC. 88-C-0183 2015-11-30   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EglKn&d=%2Fa%2F3d000000po7i%2FFUbESLXREEHHgNFufV_kfxsiU9zLr6huLcPpo6b8YlY&asPdf=false  
3291906ffcb90c1a CABALLERO PRODUCTIONS INC. 88-C-0183 2015-10-21   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egakj&d=%2Fa%2F3d000000pTQM%2FE0BW4rOKG0qsVgK13rLRTpMZdMf5Lm7Vm3HHhIJEmq8&asPdf=false  
d2aa9fefa47dc089 CABALLERO PRODUCTIONS INC. 88-C-0183 2015-01-27   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYsj&d=%2Fa%2F3d000000pURS%2Fw..VOwobf1yIfx_W_Z85BEJmg8wV.uVHp8iUI7fjM24&asPdf=false  
ef225608d7437716 CABALLERO PRODUCTIONS INC. 88-C-0183 2014-10-21   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZmz&d=%2Fa%2F3d000000pSao%2Fz5uEhX7cYgjyse5HopGimZv2Y_zyZe6HGqvS04yBRg0&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 5.792ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API