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 = "43-B-0089" 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
917adacfc9082ea8 Barbara Poor 43-B-0089 2023-05-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000008OlxB&d=%2Fa%2F3d000001CLvD%2FPuX1Hn3NmM8UcVBp5jBsUXdCH9MtE3SWAIBei1hqv1I&asPdf=false  
85fb7e065bcdb1a5 Barbara Poor 43-B-0089 2022-04-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Ywayb&d=%2Fa%2F3d000000piO3%2FEs03fmiO_MzuxTboEVqZK16NFNICwmPXtqQIY6zPlqg&asPdf=false  
389a706c5f68f6da Barbara Poor 43-B-0089 2021-06-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000NhPgU&d=%2Fa%2F3d000000pjBZ%2F5tA.ShPYxQIXtjHWzknRmU17Oxi.bozy3l652cnEsHg&asPdf=false  
f50da02b026e9dd5 Barbara Poor 43-B-0089 2019-09-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EglzX&d=%2Fa%2F3d000000pjLB%2FY_eRunjZiZm0l1UhFWfmBa.WmVqV2GOW8hIs8_eC.Zc&asPdf=false  
a2db96e51aa2f040 Barbara Poor 43-B-0089 2019-06-26   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egg4k&d=%2Fa%2F3d000000pSVv%2FZx.OidWKf7OZ9v9QiM4EUepbfL.g34nGDIQvidHDby8&asPdf=false  
92932f3e1d9ebfae Barbara Poor 43-B-0089 2018-06-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EglLW&d=%2Fa%2F3d000000pSVk%2Fu6xedOmdOF88PyH2u8xAmmmpMjblYRtyHPXyNJBWGrs&asPdf=false  
b7853a74a9e59ee4 Barbara Poor 43-B-0089 2017-06-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EglOY&d=%2Fa%2F3d000000pnls%2FJHNpFPVt3M3krq4mgImkvRznkXi5romanMqQjUZihok&asPdf=false  
85dc40dbf71ecc1b Barbara Poor 43-B-0089 2016-04-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgmNj&d=%2Fa%2F3d000000pnsn%2Fvn.Wxooffbfatth7s0iAC6tcdXMHFEgygdbSqEPe1ck&asPdf=false  
1aa29b49503acb4d Barbara Poor 43-B-0089 2015-12-17   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egj03&d=%2Fa%2F3d000000pSRf%2Fkwvo6pk59JAlxgZorOvsIlKjqre0wDonKEFUpLIa9GM&asPdf=false  
3252ff5fb015f074 Barbara Poor 43-B-0089 2014-12-29   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egmhk&d=%2Fa%2F3d000000pXNC%2FrsWE3Arvx3tSDjts6FPktJQqZaVEf6XUE2unl6uP47g&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 239.912ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API