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

8 rows where cert_number = "92-B-0250" 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
c6b53b44443a2193 Janet Kraker Richard Kraker 92-B-0250 2023-08-29   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000009nDNH&d=%2Fa%2F3d000001jhjN%2FN7c_6PnMKw5jBbWuTXVuK4uoQc9nmt8mQnwmyV2UxNY&asPdf=false  
e87b9003d8c22eed Janet Kraker Richard Kraker 92-B-0250 2022-09-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000guvyZ&d=%2Fa%2F3d000000pYRS%2FsgDkfmiGQyCF4wcmeH9y4YTKEIiEvdIeM2eb_ntYkQg&asPdf=false  
9bdead10c5f25495 Janet Kraker Richard Kraker 92-B-0250 2021-07-20   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PMort&d=%2Fa%2F3d000000pZj8%2Fwsbc7rpBXRmonL6yDcGZvtzX9HMAh19fAEEadC_vNqY&asPdf=false  
c4cf7eebefe35357 Janet Kraker Richard Kraker 92-B-0250 2019-09-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egbwt&d=%2Fa%2F3d000000pZjX%2F83bhxyhD5oOb5JpSHiEkyMQR2G4gc7wkclS5_rsOKoA&asPdf=false  
67b0b107436b2b58 Janet Kraker Richard Kraker 92-B-0250 2018-08-20   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgajO&d=%2Fa%2F3d000000pZiC%2Fa2y7rUDeZGSqy1.cOB9U4uRiRtH2xd45SYHTGItxpm0&asPdf=false  
57503a1c629b55ef Janet Kraker Richard Kraker 92-B-0250 2017-05-30   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXsR&d=%2Fa%2F3d000000pZjC%2FMz496OXllrLXuRk7P6jqLqYOTT4_WGk_7OssXIvA780&asPdf=false  
85aea2206260a17c Janet Kraker Richard Kraker 92-B-0250 2015-12-15   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYWR&d=%2Fa%2F3d000000pZj3%2FinPfm1wlNO2DsiwDkWQe9UQP2.MlfklCiFSeRLrDOX0&asPdf=false  
d92182a327f31424 Janet Kraker Richard Kraker 92-B-0250 2014-08-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egczx&d=%2Fa%2F3d000000pZid%2F_N0JVbRrX_R5UaFxs33s_7Kp7zBgwGiweRs_uwJWlog&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 3.971ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API