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 = "52-A-0162" 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
e819b7b9b862318f AMANDA CRESS 52-A-0162 2017-05-02   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgkMN&d=%2Fa%2F3d000000po6F%2Fw_jVP8kz68EyHQMGOV7DQ_JJXjgw174FIDtWp7S1CmY&asPdf=false  
c4befe655a7fcc90 AMANDA CRESS 52-A-0162 2017-03-22   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EglBg&d=%2Fa%2F3d000000pUXc%2FXhj5RL6zA7itkM3jeacKEol3W2W3DbijgFaZuganrkQ&asPdf=false  
38efb043b4425e5f AMANDA CRESS 52-A-0162 2016-03-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgjYA&d=%2Fa%2F3d000000pUSi%2FqSUI_q3DepkQjSiQ1c13i9q2KTiS5LFaBVcf.6b2azU&asPdf=false  
89805cd86d5b02ae AMANDA CRESS 52-A-0162 2015-05-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgitX&d=%2Fa%2F3d000000pSwv%2FvSJmTJmhW4zTZVGbmi.zJ0DJhUgNxYkCby.Q7wVknlI&asPdf=false  
3b14d199d59f057c AMANDA CRESS 52-A-0162 2014-03-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Eglti&d=%2Fa%2F3d000000pnRd%2F84vw8LFGdvozMnWNsQ9JFWv3_KkJqB6615vjutmrQsg&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 33.461ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API