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 = "63-C-0297" 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
c6f50486079d275e CW Farms 63-C-0297 2025-09-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000luYId&d=%2Fa%2FSJ000005x3mz%2F0PzyD4akwUq8oFoFEBHJ5NuWPLKfzGvwehv0F04nD80&asPdf=false  
f8527118a959270b CW Farms 63-C-0297 2025-01-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000K72xt&d=%2Fa%2FSJ000001mXyn%2FPi4DbVbQL7mSNjJ4Dz7Pj_iOORs5rpndbpx1UXo96Zk&asPdf=false  
f768378e54a5be2e CW Farms 63-C-0297 2023-03-30   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000007vBiz&d=%2Fa%2F3d00000139wo%2FEH4lEAmh4LbjNj72T14ao4KkMFbDz5mCzQbka7p6uvc&asPdf=false  
d233c243538ba5c6 CW Farms 63-C-0297 2022-04-26   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Ywn3O&d=%2Fa%2F3d000000piV4%2FkRkW6voSE3Ue9dQ_sLejQTRwzgOxd2P3QcQonowmr1g&asPdf=false  
9e46223ef4bf2121 CW Farms 63-C-0297 2022-01-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V93Bp&d=%2Fa%2F3d000000pgvr%2F5bCFVzfNQ8vCktUl6YVABvd4jNNm3BPpkl8VMSF3WZI&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.681ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API