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

9 rows where cert_number = "43-C-0394" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: 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
89c4d64c1e5ba5e8 Johnny Morris Foundation Wonders of Wildlife 43-C-0394 2024-08-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ000002Smv0&d=%2Fa%2FSJ0000006bw9%2FSIdYagDYSrbXMPtaw9DuVpwkJIusQ0wBWUDy7aX.mjw&asPdf=false  
fd064b49f23f297d Johnny Morris Foundation Wonders of Wildlife 43-C-0394 2023-04-26   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000008FLnw&d=%2Fa%2F3d0000019I9r%2FopuNZ9fckQr1RSNpzGqfhAlbcoceEfOXcLJ9PHHVx0Q&asPdf=false  
4b6bbd97a746072f Johnny Morris Foundation Wonders of Wildlife 43-C-0394 2023-02-02   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000007Jhgy&d=%2Fa%2F3d000000t5g2%2FiHG9.sUKmCaz4YCudLB.3nbmN014tSyUsqVMrYdOBA0&asPdf=false  
7688396b8ce22167 Johnny Morris Foundation Wonders of Wildlife 43-C-0394 2022-03-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V9Vbz&d=%2Fa%2F3d000000phA7%2FZ9dOsPSq4nhA3jS.ru53.dmpvlqp7dRW91Cd_lqSw5A&asPdf=false  
8a6012e03214b439 Johnny Morris Foundation Wonders of Wildlife 43-C-0394 2021-05-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Nh8PH&d=%2Fa%2F3d000000plud%2Ff4j7F083kfvoGeEuEkkJwCt.Wlbrrzhvxt0c2NRQuA8&asPdf=false  
b2114f64e383f87f Johnny Morris Foundation Wonders of Wildlife 43-C-0394 2020-01-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYGp&d=%2Fa%2F3d000000pSV3%2FEffS4GwoNieYktKTsT1d5YvqG1YFL0enl.lvoIsR5Vc&asPdf=false  
5b016bcfa3027783 Johnny Morris Foundation Wonders of Wildlife 43-C-0394 2019-02-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgY4T&d=%2Fa%2F3d000000pmf1%2Fzkv.9ypy3Lt2hG4ofZCh2Kx0k1ybj8KqAkuEzUfRcjA&asPdf=false  
f2fbb416efecaa9e Johnny Morris Foundation Wonders of Wildlife 43-C-0394 2018-11-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYgs&d=%2Fa%2F3d000000pkkt%2F_VQGeI5Gh5jfmrga3ifwCNoNL6eR5f4gNZqZkcldMjg&asPdf=false  
985ab41523ab267b Johnny Morris Foundation Wonders of Wildlife 43-C-0394 2018-04-30   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXZr&d=%2Fa%2F3d000000pbBa%2FsYAC.vozigIRHxICEkgrO.6jTjhiAT4oyhG7yiFthwY&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 6.25ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API