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 = "32-C-0179" 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
6712049669ecadf9 STAPP CIRCLE S RANCH INC 32-C-0179 2015-09-30   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXNJ&d=%2Fa%2F3d000000poGh%2FQ0cYvZAIUNo8Ssp0X1CKoyT.2umhgLdnca6hV4TBWpQ&asPdf=false  
34c0a3806ff4c8a8 STAPP CIRCLE S RANCH INC 32-C-0179 2015-09-25   0 1 2 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnxFv&d=%2Fa%2F3d000000pfl4%2Fpovzc2tdXEmEB6Gd9OKdeGRFcmCYj0IpJuQ_rBJ9Z3s&asPdf=false  
f8446ce4365dc811 STAPP CIRCLE S RANCH INC 32-C-0179 2015-09-22   0 1 2 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Dnxbl&d=%2Fa%2F3d000000pjMQ%2F4HIWx.cTI4qQSQ356S2fzGfHu.AIJliEKCDp0CIzr_w&asPdf=false  
614a159fa515e9ed STAPP CIRCLE S RANCH INC 32-C-0179 2015-09-17   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Eggwr&d=%2Fa%2F3d000000pUG2%2F8.HihivYRxSRP5t2EAVYL6SaOTlpaz9nSYN1fPTv5BI&asPdf=false  
cbb6c3225a2568a3 STAPP CIRCLE S RANCH INC 32-C-0179 2015-09-15   0 3 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnxF3&d=%2Fa%2F3d000000pUMi%2FwPv6bx0TR3gjHrSaBf99or_otZH6tCjQvdVWZ7GbYYc&asPdf=false  
12c79fcaea5fe2cf STAPP CIRCLE S RANCH INC 32-C-0179 2015-08-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYKD&d=%2Fa%2F3d000000pTMU%2FcLc0KLr4AQfdxDQzXuEJtU9lD0K_h07fQ6MjtYOfJ9g&asPdf=false  
09072cb535d01d9a STAPP CIRCLE S RANCH INC 32-C-0179 2015-08-17   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Eggml&d=%2Fa%2F3d000000pWRA%2FPkk2SYLPPWBldgHPeAw_FY2N5ZqO_xeqBwEJQhbQPLQ&asPdf=false  
746f16559944cfa7 STAPP CIRCLE S RANCH INC 32-C-0179 2014-08-11   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXX3&d=%2Fa%2F3d000000poOm%2Fa_JVJYIM0udoNwgRP2v6IueZWT3ZbQ7USehrYa_4wCo&asPdf=false  
0988028f3f7fb4bc STAPP CIRCLE S RANCH INC 32-C-0179 2014-03-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZO9&d=%2Fa%2F3d000000poar%2F.G3yFzMJR0E.3vfFzPqnRs4kj4t6ckXRjLaAC1ICAxQ&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 52.544ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API