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

10 rows where cert_number = "31-C-0107" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: critical_count, noncritical_count, teachable_moment_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
916b081d77c11f2b RICHARD ENGLISH 31-C-0107 2021-03-22   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EScfy&d=%2Fa%2F3d000000pRr5%2FSWIcE9CLPfjeLhx2IcPEjuHMnsdCAKbCxgzXvCg46jk&asPdf=false  
64717dd0098b1e5d RICHARD ENGLISH 31-C-0107 2019-10-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EglX6&d=%2Fa%2F3d000000poJR%2FKCxgU4z48zncvnSEGGj94zSBQEowDcSCN95fc0h5jAM&asPdf=false  
333bc55ca857acbc RICHARD ENGLISH 31-C-0107 2019-07-17   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Ege4Q&d=%2Fa%2F3d000000phxc%2FKjhp4gcDw7AlSIbdzfH9Ebe0G_evMmenWZdMCwv84to&asPdf=false  
9837fe745722d96b RICHARD ENGLISH 31-C-0107 2019-04-02   2 1 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnwfU&d=%2Fa%2F3d000000pRTy%2Fe.4UuXsTQ9fIyMEUx6K2x6.RN6cUsESljE187rxNrVc&asPdf=false  
e7a3031034611e32 RICHARD ENGLISH 31-C-0107 2018-04-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdG8&d=%2Fa%2F3d000000pUWq%2FiC5vbV5Xie4EsEYIoLp1YfyMBxwWItPLoQQ7GGAExbw&asPdf=false  
8f3499b5978beb13 RICHARD ENGLISH 31-C-0107 2017-05-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgecQ&d=%2Fa%2F3d000000pfYw%2FnrZMrTDs.I_UpZoo8P5_1f7uEfRZYeNsC_B29qb_T4w&asPdf=false  
9b14be0e420f0c87 RICHARD ENGLISH 31-C-0107 2016-06-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egdyt&d=%2Fa%2F3d000000plou%2Fif2cG_8j8KksFip2bdKrKqXEuV6ITh.XwSUH8VT6ka0&asPdf=false  
de7d7a561950288a RICHARD ENGLISH 31-C-0107 2016-02-17   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgmOx&d=%2Fa%2F3d000000pb7o%2FHEm5UKYHxSv1Zjuej1fFvqPEfyzBTW7yTvQit7lnsdA&asPdf=false  
cf2d0077094ba441 RICHARD ENGLISH 31-C-0107 2015-05-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgekJ&d=%2Fa%2F3d000000pjuD%2FibzYGy3NaVO19n1jfKUOllbbez5xQiVhXgM0BwWwHT0&asPdf=false  
5c6a784432f3e73b RICHARD ENGLISH 31-C-0107 2014-08-26   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EggH5&d=%2Fa%2F3d000000pTMY%2FLjowTV.WYjrQlUbaInnXWuyJPbT9jVA9xsBFh.hauPc&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.612ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API