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 = "32-C-0156" 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
91cc949b254cdbaa ROBERT TURNER 32-C-0156 2022-04-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YwkgS&d=%2Fa%2F3d000000piU3%2FJSm6JDW7j7rufUGfi1pOL0ACnuH3UCzYtwxWo9r0yiI&asPdf=false  
09b5d69ea9240a1e ROBERT TURNER 32-C-0156 2022-03-15   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V9ZZ2&d=%2Fa%2F3d000000phDS%2FLb.4MwX.YcyKPgqProXrQ2aBoXKzcx5_p1i1m5OoRKY&asPdf=false  
b07e63966aa6366a ROBERT TURNER 32-C-0156 2019-02-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgkaQ&d=%2Fa%2F3d000000pWbU%2FHpbWJJMbwKe3Emngr8IF0x5lGFy6Jo2exPBVBV8r3T0&asPdf=false  
38a203b0ee4a4eb1 ROBERT TURNER 32-C-0156 2018-02-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgjPx&d=%2Fa%2F3d000000pWyc%2Fv3cM2yVsOPunRqn7LugsLDA1A2YeCFrExyY9gtvAPx0&asPdf=false  
8e9ae4465fbe392d ROBERT TURNER 32-C-0156 2017-05-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgkRu&d=%2Fa%2F3d000000poC1%2FrMzobsxWalQrBjkelHR8mAWjVq_bleHkXTVugyLLNe4&asPdf=false  
3a09c0f7c0dc9aa2 ROBERT TURNER 32-C-0156 2016-11-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgkNg&d=%2Fa%2F3d000000pSLT%2FrYoNfvDx35VBbcuR9hhRWWp.rFd6It5tQ4NoWXXW_WU&asPdf=false  
7b6d848fd6756dda ROBERT TURNER 32-C-0156 2016-01-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egjpg&d=%2Fa%2F3d000000pUSF%2FrgOwqYoF2xGm6mnY9_djXf1PQEEILVG7DVdGHSpdnJM&asPdf=false  
0e180388fee555d9 ROBERT TURNER 32-C-0156 2015-12-16   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egire&d=%2Fa%2F3d000000pkVS%2FR0ni2OYAmQdGgbI5RZ9MH19VdFVa_3tY_2EWUrwkkgU&asPdf=false  
9b02cdd0244bbb27 ROBERT TURNER 32-C-0156 2015-02-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egk6G&d=%2Fa%2F3d000000pUtE%2FxbhSfQYOvQ3n0w6cBlIeXoNkQ3PDtUWSEtigJazRUaE&asPdf=false  
3e4b4cd698376968 ROBERT TURNER 32-C-0156 2014-03-31   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egfsh&d=%2Fa%2F3d000000paxh%2Fas5vbrBqy0rintA0JVZfKo9XuiJC9RmTwIz6lwk45pk&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 490.477ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API