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 = "21-T-0095" 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
e36223c4dbacc286 Marshall Farms Group LTD 21-T-0095 2025-08-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000i4cqK&d=%2Fa%2FSJ000005N66f%2F7koFi9BMOEWg0mptN0E2QrZskJ7Emxn.b3q1V45RqN0&asPdf=false  
1124078ea2a864cd Marshall Farms Group LTD 21-T-0095 2024-08-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ000002H7X4&d=%2Fa%2FSJ0000006JzF%2FuUlXxATVp515zyEotR0dPtYMl6HJ6QdnmU30Z5I8YKo&asPdf=false  
11e428502afd4c05 Marshall Farms Group LTD 21-T-0095 2023-06-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000008mPkP&d=%2Fa%2F3d000001K5Xb%2FKayMnEC7gYtfueXPXya6saOCBxTblrLrlAlBuTu_GRM&asPdf=false  
49b3b29aa5ff730b Marshall Farms Group LTD 21-T-0095 2021-08-24   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PN0l9&d=%2Fa%2F3d000000pT3y%2FSYuy57nJ.Qxwzg6_EBDHWxVRt9mjVHSzYPB_B.h7m8c&asPdf=false  
0c7678aaaf2aa52a Marshall Farms Group LTD 21-T-0095 2019-07-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EglP4&d=%2Fa%2F3d000000pUCe%2FDrmjlwH1AlLolAgIECUJvWqfgYLoLytAC4dD0q1tm8M&asPdf=false  
abee86e6af3a4189 Marshall Farms Group LTD 21-T-0095 2018-06-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EglW4&d=%2Fa%2F3d000000pREW%2FWesuALdm1SUJDeZhGsgn79GXuwXTViLNA3E8JjU0p9g&asPdf=false  
a936d1d68309c8a8 Marshall Farms Group LTD 21-T-0095 2017-06-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egjl2&d=%2Fa%2F3d000000pWqW%2FrFj8OD0EsRhz5j94J9tWlyA4.4ly4tO0LApop1olZAU&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 3.873ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API