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

9 rows where cert_number = "74-B-0676" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: noncritical_count, direct_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
737e0a5f040fe2d8 Adam Wiste 74-B-0676 2017-02-09   0 5 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnwRm&d=%2Fa%2F3d000000pTIv%2FSQJA5EWwekn0K5DKSC1M7fbPlKdSDfoMVeqm3BaeRxU&asPdf=false  
d55015c48a132cee Adam Wiste 74-B-0676 2016-06-30   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYVd&d=%2Fa%2F3d000000pRE9%2FtIGavHmIDezhd6rvF4Yajk9jICSV4nd1k9YiT0mk7bQ&asPdf=false  
beedaaafd2795816 Adam Wiste 74-B-0676 2015-12-01   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgY8D&d=%2Fa%2F3d000000pT1y%2FcE8pPUNGEEtKTD0LHTUSYxBLXJ75zkRn3H3W_0yK4a4&asPdf=false  
fb425a505538c0d5 Adam Wiste 74-B-0676 2015-09-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZ6m&d=%2Fa%2F3d000000pp4Y%2FxNhJXROUcDLVz5oi67q5915Y4hFpsmZIQciccCXR5bo&asPdf=false  
39cdaeb37073f49b Adam Wiste 74-B-0676 2015-08-12   0 0 1 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXaO&d=%2Fa%2F3d000000pRiQ%2FufUweAyuO5dTaTWMvLsepr5QSzYFR4hP3d7WJa.hr0w&asPdf=false  
ec28ccbf6c909a0d Adam Wiste 74-B-0676 2015-05-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgbMt&d=%2Fa%2F3d000000pnLs%2F50DpK5A2R0q3HwbaklLqBrY3R_VfWL4q8r8zHD3I_Do&asPdf=false  
a691769381ba2aaa Adam Wiste 74-B-0676 2015-01-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYPh&d=%2Fa%2F3d000000pURj%2FOMiMpfObF6e.WSDuoDzYOGP66i_YvZyfZ2uJXtVcywQ&asPdf=false  
fd7276c28d4a4ef7 Adam Wiste 74-B-0676 2014-12-11   0 8 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Dnwq9&d=%2Fa%2F3d000000pSH9%2FajtPMD8Hs08vKyE5HN0xKPJSk8mlSvCpCe0fKIjaJxc&asPdf=false  
c8ed600e7403719f Adam Wiste 74-B-0676 2014-08-12   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgWj1&d=%2Fa%2F3d000000pUWI%2FaXJtWlmOPqcSL.SE_AsFV_E0hRo8tdR84Oir5.TUfj8&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 768.468ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API