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 = "65-C-0553" 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
4cc5e118284a2dc6 ANGIE HALES 65-C-0553 2016-06-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egfpl&d=%2Fa%2F3d000000pnsW%2FqxH_1Q3CdYEqf2zLyzj1od39mQWu25O4d7ZEGUSrLhw&asPdf=false  
f61c59ed518b316a ANGIE HALES 65-C-0553 2015-12-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdJv&d=%2Fa%2F3d000000pS4o%2FNPckQTBQBgY7qy5tOQxp3rySk5grCvoQMLjVXdjloio&asPdf=false  
b4c77887d22e35b1 ANGIE HALES 65-C-0553 2015-10-29   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgWvV&d=%2Fa%2F3d000000pmir%2FcDupGCWd1KxtsmLVBWe7EVOCFydaXsrHL2gRTIufx9A&asPdf=false  
0a9cf105abd92388 ANGIE HALES 65-C-0553 2015-09-28   0 3 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Dnx5D&d=%2Fa%2F3d000000pmKm%2FV9Zu5lxaLbLJApqmywoNLczqrWAXPbfBoll6OQxOZIY&asPdf=false  
ae91f483599e9785 ANGIE HALES 65-C-0553 2014-10-10   0 3 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgWNU&d=%2Fa%2F3d000000pkKt%2FWolWTIG5gDToYepGTZpQRD1GLFlCAMw5WIf3EoHl.Bs&asPdf=false  
9d69f4abf84de204 ANGIE HALES 65-C-0553 2014-08-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egg3b&d=%2Fa%2F3d000000pUnE%2FqOOHPjrj1HnrRwLsaTbM092jshTvwr8JJ3OT3g4Vr1A&asPdf=false  
97519b63e4d4f6e0 ANGIE HALES 65-C-0553 2014-07-30   0 4 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnwkS&d=%2Fa%2F3d000000poxo%2FuV394zSogzwU.vO.W5f81.52QpRFVcJoHzzJsWd8Yto&asPdf=false  
f14b78fa00768c84 ANGIE HALES 65-C-0553 2014-03-10   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgX9a&d=%2Fa%2F3d000000piAp%2FfRxYxRVTurdotqhStFPwbxRSlRMtvuxSOtC.TjZ3_vo&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 4.342ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API