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

10 rows where cert_number = "93-C-1004" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: noncritical_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
78d6a81b019a436c Bishops Pumpkin Farm 93-C-1004 2021-11-02   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V8bAW&d=%2Fa%2F3d000000pgsD%2FdbRlezoqzBRRcgqTT7YLFubCYaCavXVX57KwNjT3mtE&asPdf=false  
45eb82ada178bb7b Bishops Pumpkin Farm 93-C-1004 2020-10-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000FSoD3&d=%2Fa%2F3d000000pRGh%2FauhjeFcMCg0r_JxTcbVxMYLjybaPqmiPpsooj90X8Uw&asPdf=false  
45e04f45027648d8 Bishops Pumpkin Farm 93-C-1004 2020-03-10   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egchd&d=%2Fa%2F3d000000pUps%2FIq6jSAnactOhsoO5s15PpeITFehNpHT_z3a7VDv5D0k&asPdf=false  
82325ff432c482a1 Bishops Pumpkin Farm 93-C-1004 2019-04-12   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcGH&d=%2Fa%2F3d000000poyt%2F2BiP0.xCKdLTH8a6LH_7TMWQf8L1cfMliWpj4cz2Iog&asPdf=false  
24439888d466af5d Bishops Pumpkin Farm 93-C-1004 2018-05-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfM9&d=%2Fa%2F3d000000pXAQ%2FOjKzysJVYUdulVzKLEMOWnj_zM2NqiLO73_Vv1LjeKs&asPdf=false  
603c0bfa43a15574 Bishops Pumpkin Farm 93-C-1004 2016-10-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgbKm&d=%2Fa%2F3d000000pfLA%2FEMVQWkf1UssJmSoigdsqPftpuiHIhBOvO5OdpPxJc78&asPdf=false  
fd0b51d0bad5455a Bishops Pumpkin Farm 93-C-1004 2016-05-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egaff&d=%2Fa%2F3d000000pfaI%2FakltJmf8WU3U_n6jh3h4YnIafW1f8QcWVs3mgKmtP_k&asPdf=false  
49e6f89332f4ebc0 Bishops Pumpkin Farm 93-C-1004 2015-10-13   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgWg8&d=%2Fa%2F3d000000pooP%2F31EHHQYJE2loEKGwiGLtOVbeqkgu.tw75YoKrA00kuI&asPdf=false  
0eb332cdda478d82 Bishops Pumpkin Farm 93-C-1004 2015-05-04   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgWEX&d=%2Fa%2F3d000000pp47%2FjgtmJojIbZs82XQVAtrgPBntxwI_JRUtL3b93.Tg69U&asPdf=false  
31656331fddb5ee3 Bishops Pumpkin Farm 93-C-1004 2014-05-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egdb7&d=%2Fa%2F3d000000pRav%2FWaHXVdDJnCCglNlN_1XBWLC0VeRMqVY0GEBpLkhbdRg&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 633.421ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API