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 = "64-C-0253" 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
4c0f962fa0e71446 The Boyd Family Farm, LLC 64-C-0253 2026-01-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000zS6CY&d=%2Fa%2FSJ000007zCcv%2FHKLPFROEV.6hZK5_NRB38va2wElQ_4uv2gEnV.jy5mA&asPdf=false  
e5d1b555795439e0 The Boyd Family Farm, LLC 64-C-0253 2025-08-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000gsdfd&d=%2Fa%2FSJ000005CDgA%2Fs4dzWC8BeSH5_2EcArLIJTkrPWwih0Z7WWG87MgeBTI&asPdf=false  
46a8d26f2c03ab75 The Boyd Family Farm, LLC 64-C-0253 2024-04-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000DDMz9&d=%2Fa%2F3d000002pSRw%2FVJK0QT64biaCT8K8o5TJbX7JMUbMQ67fO.rSnPSdGAg&asPdf=false  
413cc1c2251c4760 The Boyd Family Farm, LLC 64-C-0253 2023-06-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000008oRUd&d=%2Fa%2F3d000001Km8p%2Fm.iBM1lqwcnBJSl1I5KD1ApX_TWwjbqr0p.bkWfMbu0&asPdf=false  
cc72a4d6e732576b The Boyd Family Farm, LLC 64-C-0253 2022-08-31   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000aw1di&d=%2Fa%2F3d000000pYAV%2FuVOxNWJLWDX3I.MC7rCkSpZkmFH4ZwZ6WsNlO0KJOB0&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 883.335ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API