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

6 rows where cert_number = "22-C-0138" 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
de5f0e4a9cf0fa7c JACQUELINE KASHMER 22-C-0138 2019-09-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgeB6&d=%2Fa%2F3d000000pp78%2FZVX383tkiioTAhXeKlWpZ7gyqkJa_dAGvACXgaw6sMM&asPdf=false  
a937231892c08b2b JACQUELINE KASHMER 22-C-0138 2018-09-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcWW&d=%2Fa%2F3d000000pWyb%2F.HlP8YmS7w_slt_M4_bB0pu2dF0fGKuHb5WzL.raSg4&asPdf=false  
1a2cca83e62440d2 JACQUELINE KASHMER 22-C-0138 2017-08-31   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgjQX&d=%2Fa%2F3d000000phsB%2FqcZIYLSkl3DOmXN_rV0KA6QMjh2RfPM8QkzQVClfM.k&asPdf=false  
7d85c0fe528f8b53 JACQUELINE KASHMER 22-C-0138 2016-08-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZtJ&d=%2Fa%2F3d000000ppDV%2Fe5K.zlq9s5AeInB9UnfkGSYXLZlP_ukdO0QJDmoPNI8&asPdf=false  
e9f8987d812a4a36 JACQUELINE KASHMER 22-C-0138 2015-03-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egev0&d=%2Fa%2F3d000000poVD%2FRl69GPxiXkiFVD.K5RRPm0VQAOHqJlfkq56B_lsTu20&asPdf=false  
335273ee2bc71365 JACQUELINE KASHMER 22-C-0138 2014-04-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfI5&d=%2Fa%2F3d000000pkpd%2FNs5sRT8jEsE8wePaYzaBOm2XiTwyASzIhHmiL_Nga5k&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 656.739ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API