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

8 rows where cert_number = "43-C-0408" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: critical_count, 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
ff9168494695e2c3 Grant's Farm 43-C-0408 2025-12-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000uaiVQ&d=%2Fa%2FSJ000007Id5J%2FsML5AEHwzmfL.jqY6FGL8bbmXxYZnXvblDmG45ACglM&asPdf=false  
04c1cb4501c52fa6 Grant's Farm 43-C-0408 2025-09-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000lxx2w&d=%2Fa%2FSJ000005xWVd%2F4tai_QG5C5sH0WEi_IOeTo9xxrIon_o05wK65Trd9xQ&asPdf=false  
5504dde6ee034a98 Grant's Farm 43-C-0408 2025-07-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000fGgOt&d=%2Fa%2FSJ000004x4Zx%2FVxRsd9aQbsWPDyAcjfU2vUg_yEnxV1_OBtRByqkaLBw&asPdf=false  
24c327a891bc09cb Grant's Farm 43-C-0408 2025-07-01   1 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000dJQOk&d=%2Fa%2FSJ000004gTWL%2Fy5a2ViwX8IdKIEFZKgmn8RR94A98v5I2n4vg0A0MRYA&asPdf=false  
36801c21859577ae Grant's Farm 43-C-0408 2024-09-26   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ000007G7uL&d=%2Fa%2FSJ000000TmpF%2FYWc0iNzG5aBOnrZD5nCr7uauoEHIAm2fX38hsHjlmyE&asPdf=false  
5226b7aef68be8e4 Grant's Farm 43-C-0408 2023-08-29   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000009o3dd&d=%2Fa%2F3d000001k85l%2FfKSARS6aVAP1kFwNcT0Ih6Hm.FFvUcDQzgrqG3u8bHU&asPdf=false  
6fb1096c8842c836 Grant's Farm 43-C-0408 2022-03-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000G07n2&d=%2Fa%2F3d000000phDB%2F6v4vg0jCHtouFayXEZNvzx.GB704jKL1yXQh3RYjnwc&asPdf=false  
6d82ae6c37101e8b Grant's Farm 43-C-0408 2021-10-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V8C4E&d=%2Fa%2F3d000000pn3G%2F4EOT553pW.9WwnB1PEZ.0wFrvMfgP.Cph_85.XGy440&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 398.084ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API