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 = "71-C-0186" 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
f9e60bc0db7b9420 Vincent Demaggio 71-C-0186 2025-03-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000Pkc5q&d=%2Fa%2FSJ000002VtTh%2FcSQx4VodLrhgWtxIaQFSgI3j5.WODQ7WvmaxcEr9580&asPdf=false  
71b274dac262ff4d Vincent Demaggio 71-C-0186 2025-01-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000KsxZG&d=%2Fa%2FSJ000001st8e%2FXFZfHll9vvFABY3_6e1uyTDzpjL39TcNLezZjKxEDvU&asPdf=false  
776e5616c622fe46 Vincent Demaggio 71-C-0186 2024-02-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000CTxgo&d=%2Fa%2F3d000002ZnyY%2FR6nRVKUaHmw7U84a_YM93g9aIH5t41XtlWb0hNLnBBk&asPdf=false  
a87b923428571f8b Vincent Demaggio 71-C-0186 2022-10-26   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000eg1q0&d=%2Fa%2F3d000000pWH1%2Fhk1IVdsmKkaZJQH5JK_Uw2SIBJ4AGfaF.5XJt5NWmeo&asPdf=false  
ac2fd7c9b7a17285 Vincent Demaggio 71-C-0186 2022-03-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YwTLc&d=%2Fa%2F3d000000pWGW%2Fl2.6tHWddX8fYI1w1FRHb8kcz7j0v2bTuTuXwZybyg8&asPdf=false  
62dec5b32812aa99 Vincent Demaggio 71-C-0186 2022-01-31   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V9Cn5&d=%2Fa%2F3d000000pWG5%2FwTd0FDyDUu.cblxsaglftUqhZxcmWDntpgpmBnfHk10&asPdf=false  
ccf001f982f475b4 Vincent Demaggio 71-C-0186 2021-03-24   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ESd9u&d=%2Fa%2F3d000000pWGo%2FmsTjTMWYpsiEXPrfLXct3S5oYgqfHYkws4DqAh.w34w&asPdf=false  
1fa106d70ec59571 Vincent Demaggio 71-C-0186 2019-05-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfRv&d=%2Fa%2F3d000000pWGN%2FUFCqkrZMuFBoFZ3JUKc5zw2p.LfL5wMmM8XqTaYeu4Q&asPdf=false  
1854580901a4d6bc Vincent Demaggio 71-C-0186 2018-06-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egh5V&d=%2Fa%2F3d000000pWGS%2FpDzJSKRnWUc3SMCI7VFH89lGwLuWG.z56qHzIWDCJxU&asPdf=false  
5c41402f5e379118 Vincent Demaggio 71-C-0186 2017-04-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Ege5f&d=%2Fa%2F3d000000pWGA%2FvUdsbBgGpQJ6Bhj9J8x.OuIAiWhSVa8Jng7RE6jdkdw&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 128.521ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API