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 = "33-A-0542" 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
628cc93d46087791 Philip Chupp 33-A-0542 2023-03-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000007ufWd&d=%2Fa%2F3d0000012wLs%2FxdPN3wgiCc70lFtypM6lz2iNL5NsDBAlsyjZ_AXElGo&asPdf=false  
808a2abe8d29bdbb Philip Chupp 33-A-0542 2022-02-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V9Chq&d=%2Fa%2F3d000000ph2D%2FBQTIeI5KdinhsO2ZQDEo9kmgBCbtYklBjsCTl7hMSkY&asPdf=false  
550bcaa9230d07c6 Philip Chupp 33-A-0542 2021-03-31   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ESg4S&d=%2Fa%2F3d000000pSgd%2FC61E2gKqiHjVllhaGpRnPjiLaA0ANSmsG647Y.sgjdw&asPdf=false  
06ba14f689e49ed4 Philip Chupp 33-A-0542 2019-12-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egjst&d=%2Fa%2F3d000000pl0s%2Ft66RdYkZLvkIKbZqXzlunJ1T6s0Pc8I6d2QlO0MTk7M&asPdf=false  
9459cb23d699b779 Philip Chupp 33-A-0542 2019-01-29   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgimY&d=%2Fa%2F3d000000pb5W%2FVrYIguDeUMJaQkINavoMNDUfVpOtoDm50Ug3frA2OCw&asPdf=false  
cc6aac45e90201c3 Philip Chupp 33-A-0542 2018-01-02   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgklL&d=%2Fa%2F3d000000pmd8%2F1wFBi4_mBiPVXOxhgSjMEGCyKW2nczL8KuAWcoqCmVY&asPdf=false  
b1b60d5e39c80ecc Philip Chupp 33-A-0542 2016-10-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Ege9o&d=%2Fa%2F3d000000ppMk%2FOFIeDIK3vKmRzym8jQ0h8Yytr_ucUAqGAelb0m.jgy8&asPdf=false  
40c85637169b8cdb Philip Chupp 33-A-0542 2016-09-20   0 2 0 2 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgVlh&d=%2Fa%2F3d000000plss%2FmQowyCWqzw21MXDQqpK7ggLmbblLwNHjeAfDDsI_PgE&asPdf=false  
0d2e6682588f28b9 Philip Chupp 33-A-0542 2015-08-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgeX8&d=%2Fa%2F3d000000pS5e%2FYKwBVWiBMd8ylQe8n5uv0nGODvyhMEvLI2sjnjzpzVk&asPdf=false  
61737eaa82ef5885 Philip Chupp 33-A-0542 2014-09-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egivq&d=%2Fa%2F3d000000pUKE%2FVqCTxoOt4BUWIr2jJUvbG4_dqYP4PVmcrEMkG0Qfsos&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 168.05ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API