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

5 rows where cert_number = "11-A-0008" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: 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
8e7351510ee76e3a Michael Emerson 11-A-0008 2022-03-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V9QQS&d=%2Fa%2F3d000000ph6b%2F.4hIWYrr5N4cZFf9h8dLVPI_2uCk4dZ7o3rYPyvxtdM&asPdf=false  
8e40e36951cb4b68 Michael Emerson 11-A-0008 2021-04-30   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Nh09t&d=%2Fa%2F3d000000pf5g%2F6mSYD35dYmQktT79ijUICoS1ctQWyOsu1FgiyBxNA6s&asPdf=false  
1bcbbcb3685adc3a Michael Emerson 11-A-0008 2019-12-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egm7Y&d=%2Fa%2F3d000000pkgq%2FuQxc4ZeOdoDdOJ.HhOLNdfJoODwuDinxjWmhvw4EJCU&asPdf=false  
2b730c8703431be7 Michael Emerson 11-A-0008 2019-09-12   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYUp&d=%2Fa%2F3d000000pjy9%2FuDkO4T7n6r7IjE4whqIJiufBXn6ZSWKyZakYc.zHg8I&asPdf=false  
5940456e19c286e1 Michael Emerson 11-A-0008 2018-05-29   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYCu&d=%2Fa%2F3d000000po7w%2Ft9G7caHJM8Q.u1yrO6amKFdTrHbNGfwprVCc9OYuUNc&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 378.49ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API