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 = "82-C-0075" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: 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
581506e76d42dba3 Cloverdale Park Inc 82-C-0075 2022-05-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YwzLL&d=%2Fa%2F3d000000ped5%2F6t9mzDN0b1kV_nOYgvFOLlMZ5KwqH520AqkL3Wll4p4&asPdf=false  
bc09099777bfc431 Cloverdale Park Inc 82-C-0075 2022-03-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V9Y3U&d=%2Fa%2F3d000000pedf%2F9lBSqzMntOKot4mkQ9y89lHddfrFrLhiNaTcnuabwU0&asPdf=false  
603558bf2aa9404a Cloverdale Park Inc 82-C-0075 2021-07-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PMf1F&d=%2Fa%2F3d000000ped1%2FYf6VNzAxzZyns3SxMPB20L2TE73Lqk.cl5_KLWmiaT4&asPdf=false  
e2c396c3640bf8c4 Cloverdale Park Inc 82-C-0075 2019-09-26   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egk6D&d=%2Fa%2F3d000000pedI%2Fczlt.uUTqO39IqV42lf6xm4AkaDjqwtiCq_BkzV4.l4&asPdf=false  
b616671af0d926e7 Cloverdale Park Inc 82-C-0075 2018-09-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egg3V&d=%2Fa%2F3d000000pecK%2Fd2OkDzUjxkzpY7SwR1iNIQs_BBSadi1uG.VpRp.TEOk&asPdf=false  
706c755506999631 Cloverdale Park Inc 82-C-0075 2017-07-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EghSk&d=%2Fa%2F3d000000pecL%2FIBs43JWpQ_8RJeQpvumiDBhgbS.bKdsZeucLw7nhtL4&asPdf=false  
2f93e8fb45b80f4d Cloverdale Park Inc 82-C-0075 2016-05-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egi0k&d=%2Fa%2F3d000000pedW%2FVvChy_8SR5RBX6pKJ2NCspmydw8vCjaJE0i0Y.3p7qc&asPdf=false  
fc90b287301ec1f7 Cloverdale Park Inc 82-C-0075 2015-06-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egic1&d=%2Fa%2F3d000000pedp%2FwCBUZilCkTWn9xKKFIPKbzNcZmaI__.24Jkb_tlDshE&asPdf=false  
95e02a450ccfee40 Cloverdale Park Inc 82-C-0075 2014-03-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EglO7&d=%2Fa%2F3d000000pecZ%2FS1rC3iPkgpgT9EaOm1o.JbZ6GADYUz2NLuAeVvzivZw&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 18.372ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API