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

7 rows where cert_number = "58-C-0925" 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
7809645373941490 CHASES RACING PIGS LLC 58-C-0925 2019-05-02   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgiPH&d=%2Fa%2F3d000000pnmK%2FVH0GdKsPP4o1qS2qu2rcSCc4ciM7Ujyb3g2CW2tnA4c&asPdf=false  
81aeb9173fcdc996 CHASES RACING PIGS LLC 58-C-0925 2017-12-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgiC9&d=%2Fa%2F3d000000poYK%2FEi_N_3Yu29vQvzHoObB5_B1gFs96DvKA5C3ypSBOOFU&asPdf=false  
cf0791f8bcd3ebd4 CHASES RACING PIGS LLC 58-C-0925 2017-07-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfbI&d=%2Fa%2F3d000000poH1%2FRcTPOisWfBoTFNhrj6PVObQt4pqjci8e.vVJ2LeS6Sc&asPdf=false  
6501bb351b00f272 CHASES RACING PIGS LLC 58-C-0925 2016-06-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egfub&d=%2Fa%2F3d000000pRcq%2FXChImornTx63.XF9ZuTtKNF0IZT9DMkjSvgZ3zDtbDw&asPdf=false  
0106340367079157 CHASES RACING PIGS LLC 58-C-0925 2015-02-02   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgegL&d=%2Fa%2F3d000000pdOH%2F2BmNf5LViEvBLBkJGozl7R16klKJi8uFVBDAStNRzWI&asPdf=false  
f95b5332d8aca2eb CHASES RACING PIGS LLC 58-C-0925 2014-11-18   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EggOB&d=%2Fa%2F3d000000pXET%2F88fVO2oPoD9V5Bgg6o97D.actOuJzdOmnaDSJtrfIdw&asPdf=false  
76acb68acd1ec605 CHASES RACING PIGS LLC 58-C-0925 2014-08-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfCT&d=%2Fa%2F3d000000pT0w%2FbfAsLn0Yirs1lJxIqdti1ND0OuEeksGQjcj6jmK68.8&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 1305.699ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API