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

11 rows where cert_number = "21-C-0230" 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
39c0db9b33f71f31 Indian Ladder Farms Inc 21-C-0230 2024-11-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000EP3tz&d=%2Fa%2FSJ0000018DAn%2FPYFezpFMWFWR7HRKeoIwU2syFEw.kMCEebRzVwrJwRA&asPdf=false  
5e7e45e6bd66c7c0 Indian Ladder Farms Inc 21-C-0230 2024-07-02   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000EOdVH&d=%2Fa%2F3d0000038ouL%2FGhFo7fEMSi0rC0WchL44Vl9c_J.b3KeN2dVtMFf0PdM&asPdf=false  
72e73719138bd6cc Indian Ladder Farms Inc 21-C-0230 2023-10-05   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000ATjwY&d=%2Fa%2F3d0000022iWk%2FzUnN_DKXEC4Z5pzyRFHTGm5o_tS0Oy71SvfxMU0qDKk&asPdf=false  
79b8b601d1a4a434 Indian Ladder Farms Inc 21-C-0230 2022-11-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000gvIoq&d=%2Fa%2F3d000000pcOb%2FLs9lfbE9AV4X1E5SF0zh941jRZ4Qxl_n3xivYt0TOqY&asPdf=false  
3dc37a5b1b2aa768 Indian Ladder Farms Inc 21-C-0230 2021-10-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V8DQn&d=%2Fa%2F3d000000pcO4%2FkzAGFI_C5fIRlxcvk8Tlq25sw88lBtUnF7LDSBGEFkg&asPdf=false  
80b87f50b9e14a58 Indian Ladder Farms Inc 21-C-0230 2021-01-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ERtDr&d=%2Fa%2F3d000000pcO6%2FBta5ph4Lyha6xu.kZur59Y_uX2fprcgBLVZydzjETIk&asPdf=false  
0d5759ed1830f191 Indian Ladder Farms Inc 21-C-0230 2019-05-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egdfx&d=%2Fa%2F3d000000pcNI%2FvfHWbmcyFo6Ie5l6_XFckiGgCIUIpnPkJDlP1jupCp0&asPdf=false  
99e5d314e2d83f57 Indian Ladder Farms Inc 21-C-0230 2017-12-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcNU&d=%2Fa%2F3d000000pcNy%2FR82v1kItdhKKk6MLIcFU8fXbJAxcb17_63kda1qV4Tg&asPdf=false  
a7effe0ccbdc1f83 Indian Ladder Farms Inc 21-C-0230 2017-02-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcQJ&d=%2Fa%2F3d000000pcNe%2FGNlZPW0WXDu0F0Fm58kye5gwE1X7AT.5pUx_kymcZ1E&asPdf=false  
d69047206e34bc12 Indian Ladder Farms Inc 21-C-0230 2015-11-24   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgaHf&d=%2Fa%2F3d000000pcNY%2F3KbHMVCT0bJkshF.1CctIVG7qbBQBdQS_CzYp6ouRuY&asPdf=false  
4e721ae14b3c221d Indian Ladder Farms Inc 21-C-0230 2014-10-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcIL&d=%2Fa%2F3d000000pcOa%2Ffub1wBO36zDBnNFcySIv1lXgODejqj_B2JjQaiHBOxw&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 67.898ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API