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 = "57-C-0361" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: noncritical_count, direct_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
dfb7663d7a3e6003 BJ Reece Orchards 57-C-0361 2024-06-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000ECJ5W&d=%2Fa%2F3d00000366Hl%2F8x5yQBQDMCC3egVCCVvSx_aTMh45vFyq_ezUU5IhKlQ&asPdf=false  
ff0497fadbd4ca17 BJ Reece Orchards 57-C-0361 2023-11-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000AlnJG&d=%2Fa%2F3d0000026YTP%2FXI40_1Q_y7LVfxbdzQCM1zoTjZpf8.J7XvluLyvGjzw&asPdf=false  
216b49014ae1817c BJ Reece Orchards 57-C-0361 2023-06-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000008zPzi&d=%2Fa%2F3d000001ONIo%2Fb4x4jEe9kvYB_Ewl69iRpwhxo2.icfazoq.wezokvfQ&asPdf=false  
5d80482ead64a998 BJ Reece Orchards 57-C-0361 2023-06-27   0 0 1 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000008zOCX&d=%2Fa%2F3d000001ONBI%2FkN71B.LxxHqlMsp.hpp7EjcILug4fAYcA6QEcEn0LOQ&asPdf=false  
103b65fc8a08bafd BJ Reece Orchards 57-C-0361 2023-04-27   0 9 1 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000008VN6y&d=%2Fa%2F3d000001E93P%2FnMGdNYrxkjMXqMD.pXXPakSCWxg.BWqPGRNgWuxNvTQ&asPdf=false  
f9cca74fa0c47755 BJ Reece Orchards 57-C-0361 2019-09-09   0 0 0 3 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgapV&d=%2Fa%2F3d000000pjO9%2FuZSveFib8pvXGOL559bPHr9mjKePpG2Bsq0uYQVElkM&asPdf=false  
83037fe3963820ff BJ Reece Orchards 57-C-0361 2018-04-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgoZ2&d=%2Fa%2F3d000000pUIk%2FLmH006BIaNGBrjfcLbJbQRguaOY6DtieJ3Tfz_kpwGw&asPdf=false  
cbbe14b1c6b0ff02 BJ Reece Orchards 57-C-0361 2017-09-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgY8Y&d=%2Fa%2F3d000000pf1I%2FGE4L9OlAFmJ93U0GYjzudY3vvOD8WTeMCmz7QPtSSS4&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 1132.54ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API