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

11 rows where cert_number = "58-C-0908" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: noncritical_count, 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
2095d6a88895ebc4 Dallas R Zoppe 58-C-0908 2025-09-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000lu13F&d=%2Fa%2FSJ000005wnGn%2FvXGomJ5ve75Jbquk9JxyTXfW13os.jQgGKVhqR7uAjs&asPdf=false  
57f46040458551ed Dallas R Zoppe 58-C-0908 2024-06-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000EFNUi&d=%2Fa%2F3d0000036e5t%2FZhOumlZDmG4wvZxdBs5t9FbLaGMjyp2A8dadDtJABD0&asPdf=false  
ea7d40dc7fb3c6ad Dallas R Zoppe 58-C-0908 2019-04-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egl26&d=%2Fa%2F3d000000poCI%2F5pfVi5aX35.G1RcFvdDlJFhcw9j3z12dfgZoh6RtMcw&asPdf=false  
43461dbe574e609d Dallas R Zoppe 58-C-0908 2018-05-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Eglbh&d=%2Fa%2F3d000000pX64%2F1L9Gr8kalqhh0rKG48Mmha5PuTlsHC81GhDcyJ1wRkg&asPdf=false  
4a830ab32d6fa785 Dallas R Zoppe 58-C-0908 2017-07-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Eglt3&d=%2Fa%2F3d000000poKl%2FGVbxqtOkdaWsWIF7WquabgPGh6NZvzcQgDg5CxzBYms&asPdf=false  
f4a171abdd6e5cb2 Dallas R Zoppe 58-C-0908 2017-06-12   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EglmO&d=%2Fa%2F3d000000pooS%2F6S9mzK0xJ78MpdE2CCMYf8QpVey.4jAHUZKWpzA49J4&asPdf=false  
d3dc2389aaa55fd6 Dallas R Zoppe 58-C-0908 2016-10-26   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EglWw&d=%2Fa%2F3d000000pltS%2FphzbhiMJwfHrwl15LfAfSkf92.1.s_KTWg4d_N1kec4&asPdf=false  
46fb2c66d7a0a1a4 Dallas R Zoppe 58-C-0908 2015-12-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Eglo2&d=%2Fa%2F3d000000pkpr%2FtbHZNO0X5Uc55RTM_lcPFecZLTzqB4zYqjzTcFXLWrs&asPdf=false  
724ab4a73cdc90d7 Dallas R Zoppe 58-C-0908 2014-12-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EglCu&d=%2Fa%2F3d000000pfBs%2FR1DO4S3fsSXfHy6G7ugS0H3E5Gy4DK.2AA563anDuO8&asPdf=false  
acc7e306871c57ec Dallas R Zoppe 58-C-0908 2014-09-10   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgWiu&d=%2Fa%2F3d000000pi78%2FQ4mCICH9t9h_LlsfBFqbyWSKUyEoTRXjGAgyMXxNkqk&asPdf=false  
03aa42da91568297 Dallas R Zoppe 58-C-0908 2014-04-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egh6w&d=%2Fa%2F3d000000pRCb%2Fe3MuVDff0im6j2sCPKFsMrL5tyUvEWDR8TVeDu4n0Lk&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 445.072ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API