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

5 rows where cert_number = "87-B-0033" 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
31ef434d4ff1bfc5 Innovative Livestock Solutions L L C 87-B-0033 2018-07-24   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgmZE&d=%2Fa%2F3d000000pUoW%2F351YOS8NAAup84xCm0LSTK.pvgbBIAr_KA5tUhAMyBI&asPdf=false  
2aec88ed10607aac Innovative Livestock Solutions L L C 87-B-0033 2017-06-30   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egme8&d=%2Fa%2F3d000000peuz%2FnOI83m0bRHmGop_zF6sqtmgGoYv0tWrTcfLKzEQjOqs&asPdf=false  
8ad5c743cd340cae Innovative Livestock Solutions L L C 87-B-0033 2017-04-06   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcuP&d=%2Fa%2F3d000000pltE%2Fqndu0Epi1mN2UCRp5kOguQrw4C.PE95TT1HWiAJMPMY&asPdf=false  
91221e2984e6cd48 Innovative Livestock Solutions L L C 87-B-0033 2016-04-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egmgr&d=%2Fa%2F3d000000plzJ%2FylxsOmIYhGnmUxzQzDdBTxzqy2o2DVgJnjrPADYCQSM&asPdf=false  
78d2027036cff580 Innovative Livestock Solutions L L C 87-B-0033 2014-12-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egn9D&d=%2Fa%2F3d000000pXSB%2F7NdqG7oXDE8AdpX.xeD8E2VAlp7tueEPesgYEe.7Z_I&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 279.736ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API