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

9 rows where cert_number = "58-C-1111" 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
d86e68ea8db5d912 DOROTHY JANE LEE 58-C-1111 2020-02-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EglQV&d=%2Fa%2F3d000000pnmu%2FvC68cigZw6IaFmkg5orwwsrOIcHCS5HcHiE0TbLOOO8&asPdf=false  
c6f5eb629f112454 DOROTHY JANE LEE 58-C-1111 2018-09-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egl7l&d=%2Fa%2F3d000000pS5z%2F10LmGpG.EOZewdh745fOTyNPhNMOFfioYFPivuEcQqM&asPdf=false  
1463954d116302cd DOROTHY JANE LEE 58-C-1111 2018-02-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EglVW&d=%2Fa%2F3d000000pRPl%2FK6lSg.UzGXNK_DdHH83aMr6by1B.C4W9k7KxvxknYJ0&asPdf=false  
7675b97ee400313f DOROTHY JANE LEE 58-C-1111 2017-07-26   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EglNE&d=%2Fa%2F3d000000poen%2FrjZnh2Jd4T5j86EOrGhR0E8bdlY_zRV0Bxz4RV2YX.s&asPdf=false  
6c1285e7f4e388ff DOROTHY JANE LEE 58-C-1111 2017-01-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EglQy&d=%2Fa%2F3d000000pXLT%2F34YfD_mx0tKoKZ5Mf1KoM1z..a3zjcLJ.1cnY3Bg3vk&asPdf=false  
52b5219a2645a198 DOROTHY JANE LEE 58-C-1111 2016-03-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgkiW&d=%2Fa%2F3d000000pXJp%2FOqopkQY9IalZ8ak6.pmFBiiaR4YWN7odEMtrSnrzsO4&asPdf=false  
9a0dd936ec3b1395 DOROTHY JANE LEE 58-C-1111 2015-05-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egkz9&d=%2Fa%2F3d000000pdsk%2F6H6AZeKA.kv1j.mxoxJbmklxwzKYhmA3GBRxsVtp7.U&asPdf=false  
068bfd4176e40959 DOROTHY JANE LEE 58-C-1111 2014-07-30   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgkGm&d=%2Fa%2F3d000000pdmx%2Fi_rKupbKNCG6fOE.YSAiLaKfG9t.ioc1LKKpFExqAYQ&asPdf=false  
3517da8e73642ea3 DOROTHY JANE LEE 58-C-1111 2014-03-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egbx2&d=%2Fa%2F3d000000pWmI%2FiCjL6RbrrPyJyQo8e9BglQ29v4OP5yF2D_yU8_MQ0_Q&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 34.922ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API