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

8 rows where cert_number = "58-C-1149" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: noncritical_count, direct_count, 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
5dc6954ff5a8ab45 DAKIN DAIRY FARMS INC 58-C-1149 2018-09-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgeD5&d=%2Fa%2F3d000000pWoi%2FZ4iYFMg.mU95HQnEDC0_hR.XWxiXX2Bir3cQM60F78w&asPdf=false  
5d3c173f0bb8bc53 DAKIN DAIRY FARMS INC 58-C-1149 2018-05-17   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egcy9&d=%2Fa%2F3d000000pX3U%2FmVtQmg5mNRGjOfwktUhWp0iiKIT_7QVO2IMkp0O5X7Q&asPdf=false  
1a6239dcf89c930e DAKIN DAIRY FARMS INC 58-C-1149 2018-01-31   0 1 2 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnxiG&d=%2Fa%2F3d000000pjNw%2F47vgH.BMD_1GtYWLkIU_tdNLnxJZShZo9oNIhYVGb6s&asPdf=false  
fe25bbaeaca9cc37 DAKIN DAIRY FARMS INC 58-C-1149 2017-12-19   0 0 2 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnwnM&d=%2Fa%2F3d000000pXM5%2FZtEtvlZpO6uaGmv1uka33k2YgBxVZ_AYRGAtMHohUwM&asPdf=false  
f683fc71a02e2886 DAKIN DAIRY FARMS INC 58-C-1149 2017-10-19   0 5 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnxUs&d=%2Fa%2F3d000000pasV%2F.Um9IRQ4wG7aacRwvRpvHezBEXeRgE4K8g2ITqfsouk&asPdf=false  
f8707480537451ba DAKIN DAIRY FARMS INC 58-C-1149 2017-07-11   0 4 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnxUY&d=%2Fa%2F3d000000pUY6%2FokSwXrUZEHDankrhjFftdDKObwCg1Rtk2OHkZB6p7EU&asPdf=false  
2fec52c6d0d7a389 DAKIN DAIRY FARMS INC 58-C-1149 2017-04-04   0 4 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnxUf&d=%2Fa%2F3d000000plaN%2F.v5P8LknWgE4efE7Wie6BeS6mOjFCT1ItOXVh_kfw.s&asPdf=false  
b9c6652e9752b492 DAKIN DAIRY FARMS INC 58-C-1149 2016-05-10   0 3 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgW79&d=%2Fa%2F3d000000pj9i%2FQ6BT0HC4x2mjbFEFOGnc2E0CnVV08wVLJtsVeHLK0qk&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.595ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API