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 = "16-C-0130" 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
2a8a33b9e34f8cbb Kristen Coronis 16-C-0130 2024-12-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000INJMG&d=%2Fa%2FSJ000002T52c%2FPFlvvJgT8O_v3w9P6m8._ZHVQKOigx2BX9ZWWGje9Kk&asPdf=false  
0f6940f76bb6f354 Kristen Coronis 16-C-0130 2024-02-02   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000C2GLR&d=%2Fa%2FSJ000002T52I%2FOSj7cY9vH1ayP9Fgvst0xcimjaUA_rzX405sqx5oUYo&asPdf=false  
74f4d9c1dd12b7d9 Kristen Coronis 16-C-0130 2022-11-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000guvhE&d=%2Fa%2FSJ000002T56K%2FkmldzaoBhrbtxNrqJ6a02V_MWmoF4hZPcwd_yPocAss&asPdf=false  
18ff023cde982a37 Kristen Coronis 16-C-0130 2021-02-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ESDLP&d=%2Fa%2FSJ000002T51F%2F0Z1U1KS8IWW8xn9t3B55hA8ydcGceCPnTsj3TqMlv0w&asPdf=false  
7ed227fdff08e362 Kristen Coronis 16-C-0130 2019-09-23   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYbl&d=%2Fa%2FSJ000002T4ul%2Foza5tFEoogN1SDsTKiwhRL2sGi7ROARtV6YJN14ztRY&asPdf=false  
4ced6f705ccd1604 Kristen Coronis 16-C-0130 2018-06-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYsz&d=%2Fa%2FSJ000002T59L%2FWu9vnwCggG7RnSJO1UWbhWNeUhhxqLwXTGGC633.5bQ&asPdf=false  
af84921595295525 Kristen Coronis 16-C-0130 2017-08-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZ26&d=%2Fa%2FSJ000002T55W%2F86P0Lxz8Jdk2hqdnPQJdf1Y6_SMB_trLGKNMk2NG9RI&asPdf=false  
f525c232e3ab43d4 Kristen Coronis 16-C-0130 2016-04-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYul&d=%2Fa%2FSJ000002T51b%2F02bOnoEqxatFrCkLAMz8K6umMVlHd8Aqy2RaC_Ol.xo&asPdf=false  
17b45d99bd045a6a Kristen Coronis 16-C-0130 2015-02-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZX0&d=%2Fa%2F3d000000poAX%2FoIZXPAfwI1GROFVpHr4N7XpB5ROCK.uDNL96gsJnWgU&asPdf=false  
cbaa6ec086628311 Kristen Coronis 16-C-0130 2014-03-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZN9&d=%2Fa%2F3d000000pUjG%2Fj0EIGio5Ab2P48BnUtcfImwNub._JmEEu30wV0sPcuw&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 531.892ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API