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 = "61-C-0152" 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
9d69fc870aba17b1 Barbara Polk Diane Wasnak 61-C-0152 2025-07-23   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000fhmMr&d=%2Fa%2FSJ0000051IUf%2FL7BpBsx.Ohf9ujSpCCWriB1dTSncUstnwLZKfgmax.A&asPdf=false  
029780c9eda2abb9 Barbara Polk Diane Wasnak 61-C-0152 2024-05-29   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000EBVIi&d=%2Fa%2F3d0000035wgR%2FjNn8rXOKe3.bH5VvXW1M9NeoMmca0RWhzdTivnupFSY&asPdf=false  
c914df947f3aca2c Barbara Polk Diane Wasnak 61-C-0152 2024-03-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000CpnRm&d=%2Fa%2F3d000002h2iM%2FR_l049xwePf8BwiQiBJtMLSxkDSGXMPDiqmmJSBlt.w&asPdf=false  
261b7086b4bd4ce4 Barbara Polk Diane Wasnak 61-C-0152 2021-10-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V8Ivc&d=%2Fa%2F3d000000pmts%2FGEu4N7FjDegTI4TjXNZtSYbudtGinqec8OuLGmfXgT4&asPdf=false  
232b0736a61d60b8 Barbara Polk Diane Wasnak 61-C-0152 2019-09-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfCs&d=%2Fa%2F3d000000poqY%2FJ4IJfZLpaQXFitYN2SwEG.AMPdr3oJZbljF3oZb5mFM&asPdf=false  
fec398de73625450 Barbara Polk Diane Wasnak 61-C-0152 2018-10-30   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgiEp&d=%2Fa%2F3d000000pfTk%2FcZpCJLQBum43wHglKEeyfHTaI0yH52wv1P4D2wfFJJ0&asPdf=false  
c40526b42e9807bd Barbara Polk Diane Wasnak 61-C-0152 2017-09-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egi0b&d=%2Fa%2F3d000000pnTB%2FLtN.S7cIy4QGSb7ZYNRC6_O4ELnaDRtk3QE_oJzgV8Q&asPdf=false  
f407c40cddc38d26 Barbara Polk Diane Wasnak 61-C-0152 2016-11-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgiWr&d=%2Fa%2F3d000000pWnF%2FTNXh_RxtDZ6x.U7hpR34AzSzLiB8qbiCfoOLQBms438&asPdf=false  
ab8392f83f1e7eef Barbara Polk Diane Wasnak 61-C-0152 2016-01-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EghH6&d=%2Fa%2F3d000000pWme%2FzZuLzEWjA6LUbe.DIJDFttzjqEeAmhWBu9PW1zNBQk4&asPdf=false  
7b78e3ad1214ee10 Barbara Polk Diane Wasnak 61-C-0152 2015-03-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EghEJ&d=%2Fa%2F3d000000pUjt%2FQ9xqv62mMvggXhGJV2L1A_mQfxmg3I58qOexUfh0r2E&asPdf=false  
05dff4012549cb23 Barbara Polk Diane Wasnak 61-C-0152 2014-05-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EghpD&d=%2Fa%2F3d000000plmP%2FZQRsp.5C.sj8m9rnQUr3lIgQ8MQxKGzo9uw1l7EsOiM&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 397.786ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API