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 = "64-C-0236" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: noncritical_count, teachable_moment_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
d75c674d66d7181e FORTY SOUTH FARMS LLC 64-C-0236 2019-11-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZtM&d=%2Fa%2F3d000000pXRK%2FaDZR08fURP0l5dBsTPj2lsJx8Sy_.1Sj8no3PEmQmA4&asPdf=false  
4027e63e1fa1cfa4 FORTY SOUTH FARMS LLC 64-C-0236 2018-10-23   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egapb&d=%2Fa%2F3d000000pluY%2FSLXECHyr9Ii2ltWsF8rpUsBvWGQm2LiBPiuk99c7RaI&asPdf=false  
2f3446fb169c99e0 FORTY SOUTH FARMS LLC 64-C-0236 2017-10-20   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgW6N&d=%2Fa%2F3d000000pnTf%2FkvgS3M9TVkoibBVer9Bi0BV_dckLU2iwLg4bmgJU0G0&asPdf=false  
49e2a85cf83a8eca FORTY SOUTH FARMS LLC 64-C-0236 2016-09-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgbaE&d=%2Fa%2F3d000000pnLP%2F0qwkVlY.i5SVZlLsytMWsAZjqCyjwP40J9mj9h0LU1Y&asPdf=false  
ebb881375fb7c530 FORTY SOUTH FARMS LLC 64-C-0236 2016-03-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Dnw71&d=%2Fa%2F3d000000pi6t%2F4UHRXMuyQ4BJeGLmMb6EXFgosAzDAP4IxtIHWL.TeBk&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.799ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API