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 = "73-A-2860" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: noncritical_count, direct_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
8a59fb762f0c8e59 Arden and Carol Plett 73-A-2860 2024-12-02   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000Gcw6n&d=%2Fa%2FSJ000001Jbo5%2FH7IKul8WO0wWgBPPheJWwfHf94QNFtCli4g34h9Zwj0&asPdf=false  
ed9a5e5dc0d5a09c Arden and Carol Plett 73-A-2860 2024-09-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ000004ebJe&d=%2Fa%2FSJ000000H3pV%2F38NrFA5fwmUXm49NGV0HQ5s5GT36ho.pTGeZpIStZ0Y&asPdf=false  
04b6f559d869886d Arden and Carol Plett 73-A-2860 2024-06-25   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000EIs0p&d=%2Fa%2F3d0000037MCL%2FULYngtuTjCsw3ONlX3KzEXy5mWxfL1wenDxpBYaqY5c&asPdf=false  
1b44cad227892e3d Arden and Carol Plett 73-A-2860 2024-06-24   0 0 1 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000EIg67&d=%2Fa%2F3d0000037IZq%2FVkyejQx3hPtVaYO_04fAxOT_W.LFURmT6trOivHT0eo&asPdf=false  
55677c2aa87328be Arden and Carol Plett 73-A-2860 2024-02-26   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000CQNlM&d=%2Fa%2F3d000002YinZ%2F8QULSrmo3lk9J70gCCBGrNwVngebN86RW8spaRjKLNM&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 81.221ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API