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 = "58-A-0342" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: teachable_moment_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
2991e6326c936ce5 COUNTRY MINI DOODLE FARMS LLC 58-A-0342 2019-05-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EggU4&d=%2Fa%2F3d000000pUCD%2FPcOiF3syzKevRDxsV7l4Mv4G48WvlMWDYuSqlP2jg2U&asPdf=false  
3837df3b95a2c685 COUNTRY MINI DOODLE FARMS LLC 58-A-0342 2018-07-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Eglvk&d=%2Fa%2F3d000000pl9B%2FrvkFycQgdSFBs_ZGwu3RWqFs8rqEXLk4ngjX4dCR4zs&asPdf=false  
0ddb3eb2edf36abe COUNTRY MINI DOODLE FARMS LLC 58-A-0342 2017-10-05   0 0 0 3 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egfp7&d=%2Fa%2F3d000000pjC8%2FcUUHOjjjQO9aH6nbcC_JLlSsiyPfq0ieYRfHcVGlHlg&asPdf=false  
afda87983536dcb3 COUNTRY MINI DOODLE FARMS LLC 58-A-0342 2017-04-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egd2j&d=%2Fa%2F3d000000palh%2FrmSdv7vrrAb.1aXDdww4dh0Y8T3TEjKxPOC1ZdhX9eo&asPdf=false  
21d092b9ac3651c7 COUNTRY MINI DOODLE FARMS LLC 58-A-0342 2017-03-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egaci&d=%2Fa%2F3d000000pUDQ%2F5N51nM2r2jy6ehuN.y800kmJh8FAyIoHJB6.SQaZQfs&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 956.123ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API