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

10 rows where cert_number = "58-C-1058" 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
37d554e40cdb23a1 Caralee Weber 58-C-1058 2025-01-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000KkSE0&d=%2Fa%2FSJ000001rlRd%2Fe8I_4HeoBG0XOKmE9OSgiMgo.3kRXLMusMgLjJH9mBo&asPdf=false  
776fd65a84dec34c Caralee Weber 58-C-1058 2023-05-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000008SRPc&d=%2Fa%2F3d000001DL7R%2FXqrQN6laRQB9nNAqWaVXs025s2WjkRtylVeNtXA64zw&asPdf=false  
9dc8944d18e310ea Caralee Weber 58-C-1058 2023-04-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000008375k&d=%2Fa%2F3d0000015QXX%2FJEBnH2MQS_fvoRC9TBo8CMLjPDOReufqds.HLxZE6WU&asPdf=false  
533f41f8e8bd6d83 Caralee Weber 58-C-1058 2019-11-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EglTF&d=%2Fa%2F3d000000pWO9%2F4YT7H27PPofcK28gIaDG8JD4hybf.otEjIZJYiBGIqE&asPdf=false  
89f1b1fded59b579 Caralee Weber 58-C-1058 2018-10-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EglCD&d=%2Fa%2F3d000000pXFm%2FW_xXlqtbLVK1oGc1jlAJLLFyHsiw54ahY_Rf1uprBiE&asPdf=false  
76b53e130ba95672 Caralee Weber 58-C-1058 2018-09-28   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egk1Z&d=%2Fa%2F3d000000pRVM%2FiutuL4cz7AagHTWFFROeq5.2qVUDTSasU3ZvlvPCAQA&asPdf=false  
86fa702ea296742e Caralee Weber 58-C-1058 2017-11-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EglYe&d=%2Fa%2F3d000000piMx%2FSVDm0trvzCttSBl8oIEWjrOdx3_u9cxVHvZZFfwkdJc&asPdf=false  
d33945c7bd403344 Caralee Weber 58-C-1058 2016-12-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egl14&d=%2Fa%2F3d000000pUMf%2FWDZIeJAsRgydPcWPKSBVyIM8g0R9uey5_yR73uF58Kc&asPdf=false  
4857f920987c1985 Caralee Weber 58-C-1058 2015-12-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egl8S&d=%2Fa%2F3d000000pREY%2Fet0_65w1pt3R9vbxzS1G0u.MKW1zLnTcqxnf6CPQM30&asPdf=false  
528bea09c818890a Caralee Weber 58-C-1058 2014-12-30   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EglKI&d=%2Fa%2F3d000000pnqh%2FoD.H8Xqiz0pZxxacdTsmraaec3oK_wgZmY0k0M7Z78w&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 553.802ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API