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

7 rows where cert_number = "93-A-0226" 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
07a831125e668e6d Diane Kipnis 93-A-0226 2018-09-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egd6X&d=%2Fa%2F3d000000pmuQ%2FIpnTCnrCBr17Ekdk_smHpYZQZ445LsMddfp.lQlQ4TU&asPdf=false  
2bfdf726c0bef277 Diane Kipnis 93-A-0226 2017-09-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egd5R&d=%2Fa%2F3d000000plFq%2FRgBZnTCLlNtP8j5a59n8Jiebx895SXf9I7cIGGZy0Sw&asPdf=false  
f8c657f91f7a1d33 Diane Kipnis 93-A-0226 2016-07-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egcb4&d=%2Fa%2F3d000000pUOs%2FEQUFauupSOD5.e6L7yKp.UpK4owcejfrQf50TLvAmck&asPdf=false  
7a247ded1235fa0a Diane Kipnis 93-A-0226 2016-01-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdEy&d=%2Fa%2F3d000000pmgQ%2FuynuRsuG.EBlxNHzRFDiWeD6B6J3fHyRqP2OwDE5KaQ&asPdf=false  
0e239449f314338d Diane Kipnis 93-A-0226 2016-01-14   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Eghn0&d=%2Fa%2F3d000000pSc9%2FhTPO1Et5WZasBYnn6QhM0LlsScXJdciBnbz1IWiaE8o&asPdf=false  
3053cdad21846e02 Diane Kipnis 93-A-0226 2016-01-13   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egid3&d=%2Fa%2F3d000000pdVL%2FWsiA9kAvEWF1Ig4qgempZ7UQ2zLei9CSeSOZpsy.7NU&asPdf=false  
8069d1e5109f6699 Diane Kipnis 93-A-0226 2014-04-30   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgiJv&d=%2Fa%2F3d000000pk2p%2FWGT8vcO_8sciSmNAJAZVYktHkoFJaBFE3UV736UcLn0&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 17.126ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API