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

6 rows where cert_number = "93-C-0022" 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
a64c827316fdbb9e COUGAR HILL RANCH INC. 93-C-0022 2019-11-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egcr3&d=%2Fa%2F3d000000pbbB%2Fr8V1k7Fr9JTGD__oal27gWbHesxcufXLRMBR68I8RZU&asPdf=false  
18e87959100b984a COUGAR HILL RANCH INC. 93-C-0022 2018-09-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgbE6&d=%2Fa%2F3d000000pTIl%2F1hsxHPJ1oZz6jU2W0AQ8flMfX2kjWqPcEA2slC7HhGo&asPdf=false  
79dabb8a809c2f06 COUGAR HILL RANCH INC. 93-C-0022 2017-07-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgasT&d=%2Fa%2F3d000000pRzW%2F33xxOeNbcUDQi0YOBtnq3im3jKXWis432eYOH_Q.xKg&asPdf=false  
3ccd412bdfe3d4a0 COUGAR HILL RANCH INC. 93-C-0022 2016-07-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgawI&d=%2Fa%2F3d000000payJ%2FisomhQaGerPosdDPDxt4B8DdBMgQ6vKjQpl4pLQPzms&asPdf=false  
8feec83d827fcc27 COUGAR HILL RANCH INC. 93-C-0022 2015-06-30   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egkpw&d=%2Fa%2F3d000000pUIp%2FNGj8R66L16BqkAcTBoizhBVpn9Y8tNNrBJmQUbrlO38&asPdf=false  
8e69e128f1c37cdb COUGAR HILL RANCH INC. 93-C-0022 2014-07-22   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXPs&d=%2Fa%2F3d000000pScJ%2F.ulvBngi9egJf0We3.LzpeWiDyMTDr1HhTb3t6PX3jI&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.535ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API