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

11 rows where cert_number = "42-C-0218" 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
d6c00d10f2232de3 Nathan Hovick 42-C-0218 2022-06-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YxFkD&d=%2Fa%2F3d000000peo8%2FLlx0j_4E0h5hhiJRL6F81.ZSlKO6m4FNeYAZOyEQD94&asPdf=false  
fe0bf695aaaf3290 Nathan Hovick 42-C-0218 2022-04-27   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Ywlb9&d=%2Fa%2F3d000000peny%2FYGEVn8UmFg9TiDbjhsaXnyk7zsHPmNQXnxZGuJuXnWg&asPdf=false  
41e4f8d3cbc5c74b Nathan Hovick 42-C-0218 2021-07-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PMmEI&d=%2Fa%2F3d000000penz%2FbHT5wVrOzUUiXcPIXzJlR8xqr76e2Tn4JT29LRFzgJw&asPdf=false  
49675d995a12090a Nathan Hovick 42-C-0218 2019-12-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgaXg&d=%2Fa%2F3d000000peqd%2FFokzS_x0TpHAwpybUdJGGcHnpGZMFCOYU.0F.rbk_Nk&asPdf=false  
abbf4e63495b6ce9 Nathan Hovick 42-C-0218 2019-02-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgaDm&d=%2Fa%2F3d000000pepW%2F9ximB_fvtuLSv3.usdjIbHH7k5T_ACsQ5fvoqFU3aFA&asPdf=false  
d1424c9d6213d9bd Nathan Hovick 42-C-0218 2018-03-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXaV&d=%2Fa%2F3d000000penn%2FfGMqc8ivyIQE6Lrz3K3w_nR4l.6RcN1xFnWhm_Nuvxs&asPdf=false  
2ad7b672334f5d1f Nathan Hovick 42-C-0218 2017-02-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgbL6&d=%2Fa%2F3d000000peo4%2F0geQNDqtPJPW3b83Wvku5uFlhXIcmXzFdtDsTt4OfWE&asPdf=false  
6e88f71033b19861 Nathan Hovick 42-C-0218 2015-12-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcwM&d=%2Fa%2F3d000000peqk%2FmF1jgFtU1CUZFRdt7Xge2MhN1uWx5TaWi__r2f97UJo&asPdf=false  
967eaab9dd0af8de Nathan Hovick 42-C-0218 2015-10-01   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgjgV&d=%2Fa%2F3d000000peqK%2FVR7O.kN0FHXRr5QycAWGg0xsWMiipghwi4Qo2cJyjgY&asPdf=false  
267738cf575ec20c Nathan Hovick 42-C-0218 2014-07-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdQb&d=%2Fa%2F3d000000peql%2F4JqHEGoEBjhocLUNZz6iWF.7_nZwl4rG.ShNfnv_FpY&asPdf=false  
21bda3942a54d740 Nathan Hovick 42-C-0218 2014-02-26   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZlc&d=%2Fa%2F3d000000peqT%2FwiumLGMHcEMjQbB.gTVIna0WI9EHSrJFn3zsURtpqMI&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 845.566ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API