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 = "42-B-0265" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: critical_count, 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
c36fecad7b2ae831 OLEO ACRES KENNELS INC. 42-B-0265 2016-03-08   1 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ERYgS&d=%2Fa%2F3d000000pRh1%2FZOT47ACoWx0qNNpklGAF9iAeil6iL4IMXYW5n24rjq0&asPdf=false  
aa7bbf526662bd69 OLEO ACRES KENNELS INC. 42-B-0265 2015-11-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egbwd&d=%2Fa%2F3d000000pnFb%2F_I799jqDfQ.K625UoEdHRdvA4TJeJYLWIedvOM3fI08&asPdf=false  
356b947f9e60ee85 OLEO ACRES KENNELS INC. 42-B-0265 2015-11-04   0 4 1 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnwjI&d=%2Fa%2F3d000000pb96%2Fc41jP638zBQgDXEOkJoqXKs4lIQ7ZZQ.d784_jtJ8JM&asPdf=false  
a9f3b9196713a6ad OLEO ACRES KENNELS INC. 42-B-0265 2015-07-30   0 3 1 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnwEm&d=%2Fa%2F3d000000pRhg%2FNdeyPjEU5xjv3EumHiUeN5KESMKaWWlVjKhFSwV62nk&asPdf=false  
d98aa52295f7aa9c OLEO ACRES KENNELS INC. 42-B-0265 2014-07-24   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgiQH&d=%2Fa%2F3d000000plfG%2F9R6Sifmnto2IkLjP0n2RAnx0KLsnwY1gNThAb0_uSdQ&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 193.619ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API