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 = "64-C-0221" 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
b77e58aea7f93904 SHELBY RAINEY AMY RAINEY 64-C-0221 2017-10-10   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYNB&d=%2Fa%2F3d000000pfhT%2F6rVIcP6QRprnLVRUqzgDeJaNVzP_cXcXRiJ3BnJdQwg&asPdf=false  
aff13e8f2723384a SHELBY RAINEY AMY RAINEY 64-C-0221 2017-06-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgbU3&d=%2Fa%2F3d000000pRVF%2FIFsRvw.QpyywwAXRa4YF5qD8ECGRZSLoUAUtskgepOs&asPdf=false  
54ec7d6bf791c12b SHELBY RAINEY AMY RAINEY 64-C-0221 2017-03-27   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgWo1&d=%2Fa%2F3d000000pXNT%2FQRXYNe9iNIMwI.9cwaVxUB1RtOpbIAglconRBN0oeW8&asPdf=false  
3d191d1d51c937f6 SHELBY RAINEY AMY RAINEY 64-C-0221 2016-12-21   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgX2Q&d=%2Fa%2F3d000000ppCa%2Fb7AWJ8MpnBQa49jnIAabIOhwCZedgwM_vZQBkOBdgrw&asPdf=false  
b40f1aae6813d3f8 SHELBY RAINEY AMY RAINEY 64-C-0221 2015-10-28   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXTK&d=%2Fa%2F3d000000pfRD%2Fln5.6Uu.Rk4eBlDub_XfqeD0hofdyDw0sJveqNwOyb8&asPdf=false  
92669b09a6357044 SHELBY RAINEY AMY RAINEY 64-C-0221 2014-10-09   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYxc&d=%2Fa%2F3d000000poux%2FPvKTPbd.bs3coOBe_eN3edPSX8UVSV8E2OVXo6b0vsY&asPdf=false  
7cd96779121b2d7c SHELBY RAINEY AMY RAINEY 64-C-0221 2014-08-11   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdFX&d=%2Fa%2F3d000000pnG8%2Fci9WEtFSsVsqIstBGRlRsjR6sdRcGQLiBitE9KPFcdE&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 773.59ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API