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 = "45-A-0032" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: 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
c2618a9378109a2c SUZANNE HIATT 45-A-0032 2021-07-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PMneC&d=%2Fa%2F3d000000pjzh%2FEnkq1ZJRR8lrBQwwqlCzrDR.DSQZCtPmXjOnLL8EQWU&asPdf=false  
ac351657133203d9 SUZANNE HIATT 45-A-0032 2019-08-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egk3Y&d=%2Fa%2F3d000000pmVh%2Ffz.Mrd8KMrGxid8KQ7cACVCysBpF6gNdihym76PwfKM&asPdf=false  
e7131111cc2b9319 SUZANNE HIATT 45-A-0032 2018-08-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egjmm&d=%2Fa%2F3d000000pUKZ%2FyxQUUPHSIpBYuVKizAWGX_jdAQIRj1pgqaKyzUJ0QD0&asPdf=false  
1b4b9f68d31cc6c7 SUZANNE HIATT 45-A-0032 2017-08-02   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgkZR&d=%2Fa%2F3d000000pbcc%2F6fn6cLHXvRlU.SXYXeeKvHLYwPn4WLBt4dPdovat4ZI&asPdf=false  
96c4085469d322b6 SUZANNE HIATT 45-A-0032 2016-09-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EglmF&d=%2Fa%2F3d000000pSKD%2FAjgV1ktpxgav_uygyf.9bXKpnK6lz4W4uKh7NJju3Jc&asPdf=false  
126c81ccedef7fc3 SUZANNE HIATT 45-A-0032 2015-07-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgkBI&d=%2Fa%2F3d000000pkrO%2FxJKaTGY51wNwMoWgs0QpZNNCdbQa0qKR2tghluY_fXs&asPdf=false  
05b388d36a3fc027 SUZANNE HIATT 45-A-0032 2014-07-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egkca&d=%2Fa%2F3d000000pdfq%2F5OG.ZzauYzkKeELNd1we4cEwqrMT3AQ.Pv2RxisNx2s&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 219.5ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API