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 = "43-C-0363" 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
98bde7b2c0a2da26 PEACH TREE FARM 43-C-0363 2017-10-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgbZM&d=%2Fa%2F3d000000pRbA%2FoWv0OJT5O96GxVv1nn.uDWSQAmw.Zj5MHZCHgMTYBEg&asPdf=false  
fa3014b2744a93a6 PEACH TREE FARM 43-C-0363 2016-10-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgbNB&d=%2Fa%2F3d000000poTO%2FYcFwFlWsBc4AJvm28GBOBASQBNJtKRBKkEPa4PhnKzQ&asPdf=false  
7128fb4fcf904cf6 PEACH TREE FARM 43-C-0363 2015-10-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcUn&d=%2Fa%2F3d000000pUU5%2FB0cRprAp3FO9m16NJwudp9OKDegA37k8F.ZUNG_Cb3M&asPdf=false  
bcd1eab476a7fa69 PEACH TREE FARM 43-C-0363 2014-10-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdAD&d=%2Fa%2F3d000000pjhW%2FOM8fb9O_8a8Zr_WUu_Vg1YyrW3bYbQvT95qwjb1w7ZY&asPdf=false  
4c9982cda0e62722 PEACH TREE FARM 43-C-0363 2014-06-26   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgaAO&d=%2Fa%2F3d000000pXKq%2FeT8SQ0H0sXhEn.Nd88iL7FWTk34R3cs9UgN0NQ8R7Vs&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 452.03ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API