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 = "71-A-1126" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: direct_count, 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
d4b074386450af30 GARY HEWITT 71-A-1126 2018-01-12   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgejF&d=%2Fa%2F3d000000ppFl%2Ffih4Y.8_D3XjQRvCfSLT_4PEdh_9RCBlWV0wHwlqBds&asPdf=false  
87f85c18b6ae2ac4 GARY HEWITT 71-A-1126 2017-09-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Eggkn&d=%2Fa%2F3d000000pdV1%2F5Iz1LcZYuhpRUQsw.rHzE.uwxNVvNueHAmw0UnpLg6U&asPdf=false  
ced8a75bee21655b GARY HEWITT 71-A-1126 2017-09-12   0 0 1 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXfm&d=%2Fa%2F3d000000pkky%2FCc1aSl39i0NSfXvi6qQL7GxNb2e1rStAcSfur6HF2u8&asPdf=false  
a1a34772b250c36e GARY HEWITT 71-A-1126 2016-10-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egkuc&d=%2Fa%2F3d000000piJ2%2FxckAVUqfIM6VPxpF8Rp4Bd_Se_iKatpvCFoEskMX1pM&asPdf=false  
73942e3ed1fde36d GARY HEWITT 71-A-1126 2016-02-23   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgkcB&d=%2Fa%2F3d000000pjuV%2FXtu6gVUDA1MbOBjPW_bOL2SUQIOqWvBa.A_3Z7dD4Og&asPdf=false  
d64ba4c939512d86 GARY HEWITT 71-A-1126 2015-04-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EghfW&d=%2Fa%2F3d000000pkK2%2FQ6nHJToc1oOoEVOTkDNrJlEqKPp0jcnwgjnfNsdNMaw&asPdf=false  
458e58841ee559a9 GARY HEWITT 71-A-1126 2014-04-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdxG&d=%2Fa%2F3d000000pkp1%2FSY1iKgLW9HiCiP__85ijxwtSHrI.zn52ds9r4EwvwLQ&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 539.985ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API