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

6 rows where cert_number = "55-C-0318" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: noncritical_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
d2f17cea29104ba8 Inman Farms, Inc. 55-C-0318 2025-05-13   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000eD45B&d=%2Fa%2FSJ000004nkvR%2FkvNpLe9GN0G6Qo4EISRZLFSDLAEetQqLLA6GrwM4l7w&asPdf=false  
aae6fdb773c0dcc2 Inman Farms, Inc. 55-C-0318 2024-04-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000DEOSU&d=%2Fa%2F3d000002pnv6%2FjgjPD7C.McmrAe39bo4UAPpr9Jkb4J_YAehwo7QDAy0&asPdf=false  
1021e348cddf3b02 Inman Farms, Inc. 55-C-0318 2024-03-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000CjZFv&d=%2Fa%2F3d000002el2u%2FLexCUZiraP5Ttl7gNzxkmtkUGZkKMu058JgT..7M7wI&asPdf=false  
df2f70b19e62acc8 Inman Farms, Inc. 55-C-0318 2023-03-31   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000007v8gH&d=%2Fa%2F3d00000138u6%2F.AFzbU.a3FVggXpPczzNilMUxV9VKLDFMOAVwmEI6pY&asPdf=false  
4defb754ba23ecd9 Inman Farms, Inc. 55-C-0318 2022-04-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YwbcR&d=%2Fa%2F3d000000piQ2%2FhfZqVq4OeDt29eqilYpCz_nJy.wr7555LfTke8UNHI8&asPdf=false  
99c8d77fd34b8098 Inman Farms, Inc. 55-C-0318 2021-09-02   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PN6rS&d=%2Fa%2F3d000000pT89%2FayfcvipVi7aV04lUIaM8GtXYu.dJ9G3CzlHtUQ9R4hs&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 247.871ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API