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

11 rows where cert_number = "65-C-0558" 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
7280fdfb614b993c Krissy Hamilton 65-C-0558 2024-03-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000CgcEr&d=%2Fa%2F3d000002ddVS%2Ftng1Ugd.jSMITEe7t54xO_6MgwF6ZBP_dNk5Y7UfkBg&asPdf=false  
ba9daa372ede035f Krissy Hamilton 65-C-0558 2023-03-29   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000007uiW9&d=%2Fa%2F3d0000012wmZ%2F38Xu_VSTwFrOCACuATag6SsPozRtSSavtHI7BvN34ag&asPdf=false  
04fe4f68d8b970a8 Krissy Hamilton 65-C-0558 2022-12-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000gPJTj&d=%2Fa%2F3d000000pVYQ%2FR7xjTGYMV2kY2PJNzCbK7g2uFu6jU8hplVNGK.RO9Fs&asPdf=false  
88bc7f82e4d0d7fe Krissy Hamilton 65-C-0558 2021-06-21   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000NhP2g&d=%2Fa%2F3d000000pVYD%2FzI7q3T9yVocqqxfeki5lej6KJNxNcZu6HpklCGh2H3A&asPdf=false  
74d2f67b48037527 Krissy Hamilton 65-C-0558 2019-10-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZTX&d=%2Fa%2F3d000000pVYq%2FUe0wv.69NieiDtJrTouptqoJvT8F0J1eMlzuMUCCbas&asPdf=false  
0fc05ed15c84a4db Krissy Hamilton 65-C-0558 2019-05-01   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egit1&d=%2Fa%2F3d000000pVXr%2FVQ0vHYyWFOk7ZHhxY14NzMn3ZX8lnrDrA48cCZnkZso&asPdf=false  
27a730cc180cb35f Krissy Hamilton 65-C-0558 2017-10-30   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egbv9&d=%2Fa%2F3d000000pVY9%2Fq8MInlRPsdnGcQkldtCa44jozBajsl0ofHG2_VY0h_I&asPdf=false  
836399981214165a Krissy Hamilton 65-C-0558 2017-05-23   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgbSz&d=%2Fa%2F3d000000pVZI%2FM0FDWnVQP3cWcnHprGODjH6oReJI.lomcyvDfA6Alhg&asPdf=false  
4363f1cd3812ee89 Krissy Hamilton 65-C-0558 2016-05-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egg3f&d=%2Fa%2F3d000000pVYs%2FVQPZWKWTUxViW5Q5c9v_kHVnp5VJrbJbtomQ9WbV6DI&asPdf=false  
909df6e07d8c2f26 Krissy Hamilton 65-C-0558 2015-09-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egh7V&d=%2Fa%2F3d000000pVXs%2FbzWcf4xxR6lUHZ7HSctFjArLZeFHs5uW8.5OobJNDfw&asPdf=false  
ff5e1392d3af7022 Krissy Hamilton 65-C-0558 2015-03-24   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgaCu&d=%2Fa%2F3d000000pVYU%2FioG2Jl.QsiBLzABcsYPQbZ1DqqGdRRg1Xvhv63WPMu8&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 1575.74ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API