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

6 rows where cert_number = "73-B-1814" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: critical_count, 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
be8bd6dd1ea5950d QUALITY PETS INC. 73-B-1814 2017-07-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Ega5T&d=%2Fa%2F3d000000pSh0%2FsZ.2uhJHf9kj6.Jg3BE5mCSPixXDg1pUJCWuSzM7RaM&asPdf=false  
f238d13faa53318c QUALITY PETS INC. 73-B-1814 2016-08-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZk5&d=%2Fa%2F3d000000plqw%2FoYP3VjRnTvjh0u5cqAPGiqp.r7G7jJLYKg7sqsrwRF4&asPdf=false  
f513c8d35e62a282 QUALITY PETS INC. 73-B-1814 2016-04-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZXs&d=%2Fa%2F3d000000pnyS%2FEzyhb7KuQpG34ZkumvmAG69JKzvO8ZWDEAl8NpZCuJQ&asPdf=false  
800dd4a345f9c0f0 QUALITY PETS INC. 73-B-1814 2015-12-17   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgVrm&d=%2Fa%2F3d000000pb3Q%2F.CuPyh3Ad.7waWle671P0KK5gjfk.qEEQRj_2eslthk&asPdf=false  
24f8aa4130cd5655 QUALITY PETS INC. 73-B-1814 2015-08-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egb9u&d=%2Fa%2F3d000000pf0M%2FEHhzwMC60ug5oAkQ4Rvhwp7Kthp3auMLMQZ.T1VBZdk&asPdf=false  
367988be34b24ba7 QUALITY PETS INC. 73-B-1814 2014-05-27   2 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ERYpq&d=%2Fa%2F3d000000pRbc%2FJ4jgcB.d6lveiXCnRbtamVMWK6FIjozcmjLKIGCX4ew&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 184.527ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API