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

7 rows where cert_number = "48-C-0173" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: 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
86231d122ccf7c7b Fulton Valley Farms LLC 48-C-0173 2021-03-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ESYD1&d=%2Fa%2F3d000000piDO%2FhLjZ713QJJxgF9dMAoQUd5VdkEpYnTMHcSDQ9eoV7zA&asPdf=false  
0c07aba861ced862 Fulton Valley Farms LLC 48-C-0173 2019-09-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egl4z&d=%2Fa%2F3d000000pjtH%2FUeSRycBM4JiZ44uf3D_fSRBBVg.5RdfWv3uq23luybc&asPdf=false  
d0f7466b465880d9 Fulton Valley Farms LLC 48-C-0173 2018-12-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egl1f&d=%2Fa%2F3d000000plSK%2F1i9_pBht3IenGNjQjAsNleGhfrGEKDDq34C6d7mzi10&asPdf=false  
c6f0e163bf1fc586 Fulton Valley Farms LLC 48-C-0173 2018-04-02   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egl1Z&d=%2Fa%2F3d000000pkWX%2FowPYHqMXeRd0YXEWKDc_DcDeIZZ6voJuNS.taCStvdM&asPdf=false  
78e4e6d458bae94a Fulton Valley Farms LLC 48-C-0173 2017-06-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EglJ7&d=%2Fa%2F3d000000pgll%2FgdnkO97UQMZYQ8pkqSBdOSGpDjjg7Mg31wbzXyJyPds&asPdf=false  
e117ad6c35d6784c Fulton Valley Farms LLC 48-C-0173 2016-08-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgkwO&d=%2Fa%2F3d000000pljX%2FSF.IF5mB5Ym6yOiGx1VDqbiO641beM9Up7DJDtRYa74&asPdf=false  
04f46b8326ff4c61 Fulton Valley Farms LLC 48-C-0173 2016-01-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgbWC&d=%2Fa%2F3d000000plCg%2FAWpJBi2qaDjWKVRX1RFfJegLtnkt_NSVyCn1LwuWyL4&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 2048.499ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API