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

6 rows where cert_number = "47-C-0043" 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
939855308d726f8e Stuhr Museum of the Prairie Pioneer 47-C-0043 2019-05-02   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdH7&d=%2Fa%2F3d000000ppJI%2F_BYg26938D0TaAnNw2vEPZRxFPkX5U0sswLYvrDasl0&asPdf=false  
eb2653e54e7c61eb Stuhr Museum of the Prairie Pioneer 47-C-0043 2018-05-30   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgjDH&d=%2Fa%2F3d000000plyT%2F5yRFawJj3_btqr1_g_tU8fEZwM8aWbMs5Sn8IJi.HFI&asPdf=false  
712169f000d5647c Stuhr Museum of the Prairie Pioneer 47-C-0043 2017-05-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdHH&d=%2Fa%2F3d000000pfmT%2FvEQl04_MRC4YxwLj97uxK_apM5zBA_hxnM0QFahnIrM&asPdf=false  
ecf75a488958c738 Stuhr Museum of the Prairie Pioneer 47-C-0043 2016-05-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgbHR&d=%2Fa%2F3d000000pf9W%2FM5g8ODYmkp8YKsf27Fbk0A7PFgQSgcxUggt7ePyuRkg&asPdf=false  
ed868aae4d65b51b Stuhr Museum of the Prairie Pioneer 47-C-0043 2015-04-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EggDr&d=%2Fa%2F3d000000pggP%2FlOrTUijQ8HNXQPsJmzDDfjFGBaMCX1ihTc_tBLqNdus&asPdf=false  
d15eeeec1d2a83eb Stuhr Museum of the Prairie Pioneer 47-C-0043 2014-05-13   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXO3&d=%2Fa%2F3d000000pkMS%2F0fbVnt7KXcFPoYmWolYLwcf_Wa0IVOXNgQwlufPbSbY&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 157.622ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API