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 = "14-C-0153" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: noncritical_count, direct_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
a701031b2b540bc9 Davis Farmland LLC 14-C-0153 2025-11-26   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000vBKk9&d=%2Fa%2FSJ000007Of1B%2Fz0ObwMtyPGhZA.XOmZ9CNPDZW0D7jWJGiaEfkXQa1KI&asPdf=false  
a1625b20c74da01d Davis Farmland LLC 14-C-0153 2025-09-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000m1Vnz&d=%2Fa%2FSJ000005yFyz%2FAfB6jE7alRkvAZRKR9x5ajnVjy_ouTzLwbKEmSzs_Hg&asPdf=false  
53ae3e0a4da07a41 Davis Farmland LLC 14-C-0153 2025-07-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000dfh9F&d=%2Fa%2FSJ000004iycT%2Ffqxcx0SAotqmeK5DPkThiDDvKFTzDTPxAYLhBjS9a7o&asPdf=false  
52e6ecf5d6c92266 Davis Farmland LLC 14-C-0153 2024-07-29   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ0000018rbF&d=%2Fa%2FSJ0000003UmL%2FKQk1gUcp65h9I3Crz9Rm2tmPPs5TOS88vMwaRNy736g&asPdf=false  
1821ee56b35a39f3 Davis Farmland LLC 14-C-0153 2024-07-26   0 2 2 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000192Jo&d=%2Fa%2FSJ0000003XIn%2FwY61e1jZNzFObk35vUKaROpz.vioYXnra6G3.iKjYb8&asPdf=false  
eff61b8a70d202bf Davis Farmland LLC 14-C-0153 2023-02-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000007Jjcy&d=%2Fa%2F3d000000t5yJ%2FX3FDipB0qsINi6EexJWlQil1tqin.HqR_R.9AiUp6jQ&asPdf=false  
833e8d60957f7f01 Davis Farmland LLC 14-C-0153 2022-07-13   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YxdVz&d=%2Fa%2F3d000000pVrz%2FUIv4E2sePLk4RSDYhl9uPUoF45p4cN40VpQ6H3Cj9LQ&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 48.865ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API