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-B-3740" 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
7a100dff03ac993a Eric Scott 43-B-3740 2019-06-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egk9j&d=%2Fa%2F3d000000pUar%2F2nNOC.GSsq6MX6Vs46n51VSym9BBalQcKzU9p4orgEY&asPdf=false  
2dad897a4a41127f Eric Scott 43-B-3740 2018-07-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgkBz&d=%2Fa%2F3d000000papQ%2F3QoshXTH73H7Z_Uvrvc30EascxsZPce.NeZyd.vvT20&asPdf=false  
07ded1adb4f8fd4f Eric Scott 43-B-3740 2017-08-02   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgkH5&d=%2Fa%2F3d000000pdQq%2Fkcy7G3GQ7l_i2mkpk_WCtc8t8h_mFHWy84iGb.ingSU&asPdf=false  
935721303314982f Eric Scott 43-B-3740 2016-09-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egiei&d=%2Fa%2F3d000000poGP%2FKlR7fBVYH77t1Uyk4QnevXyA9DoReB40fgArDtYH8Vo&asPdf=false  
ff2068fc199cdf4e Eric Scott 43-B-3740 2015-07-23   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Eggiv&d=%2Fa%2F3d000000pTE2%2F7z7gbaWD3bzfAeFZL6tq0hX8GeSgdMZ_fYsQLUV59NY&asPdf=false  
8a16e00314d67519 Eric Scott 43-B-3740 2015-04-07   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EghOY&d=%2Fa%2F3d000000pSYr%2FaJjvPv2noJbKcMVfXqgPtP27.If81lpAuLQRej5N3Nw&asPdf=false  
b25b479732f96720 Eric Scott 43-B-3740 2014-09-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZZ9&d=%2Fa%2F3d000000pUbx%2FykVLCo42k5z34NP18zclqAdL2qdNtLavY5lAE6vBRCo&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 262.239ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API