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 = "43-A-3465" 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
96325466d350a0cd BETTY WHITEAKER STEVEN WHITEAKER 43-A-3465 2020-12-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ERby4&d=%2Fa%2F3d000000pWze%2FwcgEznO30Pt_bMyP4MqaB6Yuu3xDPiQP8t9ryvkjhLo&asPdf=false  
641ef3b20d42e273 BETTY WHITEAKER STEVEN WHITEAKER 43-A-3465 2019-08-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EghQY&d=%2Fa%2F3d000000pk7h%2FxqBaxYkUR.aOvwBli6gElrjT4Fcupq4V26Tyl3kI73Y&asPdf=false  
16e191dd27316da1 BETTY WHITEAKER STEVEN WHITEAKER 43-A-3465 2018-07-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfI8&d=%2Fa%2F3d000000pi31%2F3FdDe.5r6c5eyB8tAMWCiDJ2je_S_40OB.umuHNRDzI&asPdf=false  
e4eafe79ac717412 BETTY WHITEAKER STEVEN WHITEAKER 43-A-3465 2017-05-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EghVk&d=%2Fa%2F3d000000pWtK%2FqfA2kGqOAmiiEj0EcPW8jKOH0KIm.n85Lk3XFxvzneM&asPdf=false  
c55caedd6d68e6e5 BETTY WHITEAKER STEVEN WHITEAKER 43-A-3465 2016-05-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EggRg&d=%2Fa%2F3d000000pSwR%2FaMO9F29pYpMXcfNuvLFm1cLhbAnBk1RbpKJZF7nXxog&asPdf=false  
b2e8cbc75e114724 BETTY WHITEAKER STEVEN WHITEAKER 43-A-3465 2015-03-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EggQG&d=%2Fa%2F3d000000plN0%2F9zMsdW_AoM2m7fbFTQRjpFZR4tFH8GCRuRQAtLx5r88&asPdf=false  
8542550c4c861a12 BETTY WHITEAKER STEVEN WHITEAKER 43-A-3465 2014-02-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Eghzq&d=%2Fa%2F3d000000pSRx%2FbumYhjfoOWuJzMBONRRc6CsjYX0HGYSSsDfRWUaGLA8&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 48.354ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API