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 = "35-C-0207" 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
b6372704b3e23130 CANYON CREEK RIDING STABLES INC 35-C-0207 2019-05-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egf0C&d=%2Fa%2F3d000000pb2i%2FM6NeZ_y7DMGCiAKEsn26hMCuMCPIkbd97OIn5vm86RY&asPdf=false  
ae054c73b5ca4b7a CANYON CREEK RIDING STABLES INC 35-C-0207 2018-06-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egec1&d=%2Fa%2F3d000000piGb%2FxPVaLLVg_5g.px8x1TCqHR6sjyon4benRJCxRzLEE_E&asPdf=false  
1075d910cbb5b7d2 CANYON CREEK RIDING STABLES INC 35-C-0207 2017-06-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Ege4k&d=%2Fa%2F3d000000pmmw%2FCy0qAEXVkCDKn7i49AlxqOs5fVXcMs99Ao0TodlXcmk&asPdf=false  
5116a49cbaeb051c CANYON CREEK RIDING STABLES INC 35-C-0207 2016-05-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfFW&d=%2Fa%2F3d000000phy2%2F67Pqhh42fNPoqjifz1.SHPiIy89NZW4RNjAko71CEZc&asPdf=false  
14376f7f52e1c6b9 CANYON CREEK RIDING STABLES INC 35-C-0207 2015-10-15   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgWh9&d=%2Fa%2F3d000000pmxe%2FNrg55Kp2ZZ22csY8rfqOiyQS2_L16ig34vp_5c8O_lY&asPdf=false  
0a65f9407ab69a1c CANYON CREEK RIDING STABLES INC 35-C-0207 2014-06-02   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdcR&d=%2Fa%2F3d000000pht3%2FeFLJ5WtTdeUJ7v5fLMhsOwAaVOCMxnUJqr4fQKEAIjA&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 224.87ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API