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

7 rows where cert_number = "31-C-0273" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: noncritical_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
37aa557c97d7b112 Muddy Boots Farm LLC 31-C-0273 2025-04-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000UHwRZ&d=%2Fa%2FSJ000003BqCr%2FZw4329HXUpXMqYsF52fuUpcWOS1bGwafO8hV4.K4REg&asPdf=false  
ecf2b0bf36dc5f5b Muddy Boots Farm LLC 31-C-0273 2025-01-29   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000NUB2R&d=%2Fa%2FSJ000002CA0r%2F4Btnk7tmWlIVzE_whMo.80f6CgsrCw0uHl7TO0KB.RU&asPdf=false  
58e4881bc221980f Muddy Boots Farm LLC 31-C-0273 2022-04-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YwXsV&d=%2Fa%2F3d000000phJA%2FQzxFKYoiyfHxNj_bCzUWU6cdL5STI.Cc1SWAymfnZGY&asPdf=false  
c269b670182b7ab6 Muddy Boots Farm LLC 31-C-0273 2021-08-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PMpmZ&d=%2Fa%2F3d000000pf97%2FJmzWQ4EExXlFiVPWbusEJRC7.S_7OL5ci_tqjfifdoo&asPdf=false  
cd95b7551ec5f42a Muddy Boots Farm LLC 31-C-0273 2019-10-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYGv&d=%2Fa%2F3d000000pV9Y%2FDJglUvRe4.45rfyNGCcl5gkEN8rDJ9vBrDDGZnfWJZY&asPdf=false  
fe42a33445338caa Muddy Boots Farm LLC 31-C-0273 2018-10-02   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYxN&d=%2Fa%2F3d000000pfKx%2FAMAV0VQYD_lb26tY.EHEwsZhRyJqtULItngIWgbxNZs&asPdf=false  
c797a796a497c846 Muddy Boots Farm LLC 31-C-0273 2018-05-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgWQ7&d=%2Fa%2F3d000000pSDk%2FMzk2CZ7z9HAwqvhqVuuO6EBYPeltgjmdUlEGYh7E8tY&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 4.391ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API