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

12 rows where cert_number = "31-C-0249" 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
92295c2e6084880d Rachel Lauren Robertson 31-C-0249 2025-07-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000eVldB&d=%2Fa%2FSJ000004qKbS%2FSwd2NMdI70oOIdM4IN3b3nD9M6DxkHnBvk1xLUXPPD4&asPdf=false  
1d20c4d46bf724ac Rachel Lauren Robertson 31-C-0249 2025-02-10   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000NkgTf&d=%2Fa%2FSJ000002EPi9%2F.AxwIPSVMdhXCgh8LmsKegni5dFAw5nKf_BHc8PyVOY&asPdf=false  
68dd9adb595d087e Rachel Lauren Robertson 31-C-0249 2022-06-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YxFJW&d=%2Fa%2F3d000000peoU%2F8MrOWIO.IHOHQ.jVFfIr909VNFPaRPI8N3Q3kiQ_SuI&asPdf=false  
5cac8574bc27ff11 Rachel Lauren Robertson 31-C-0249 2021-10-26   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V8PH4&d=%2Fa%2F3d000000pepC%2FhK0vkpWvhq_S4yGLh.mxdBNgBveAY6i4pbEFpljXsIY&asPdf=false  
63fe4db9121e9556 Rachel Lauren Robertson 31-C-0249 2021-03-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ESZLY&d=%2Fa%2F3d000000pT24%2FUR3lp7tbaMJORLxbtFbijStUE.bDyG1i2RPBKT47ecM&asPdf=false  
f7d9cd7774a91428 Rachel Lauren Robertson 31-C-0249 2019-08-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EggEA&d=%2Fa%2F3d000000pm1o%2FAxDqowUylKo90mP1Iw64nEJUuGx1.FBTz3IqEPi9egI&asPdf=false  
8d3cd8af6f8bbc4b Rachel Lauren Robertson 31-C-0249 2018-08-24   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfPi&d=%2Fa%2F3d000000pSyF%2FJIYqdrNFIl2Jg19bKGtakPJUEp0WK7igCNio6yUi0Ws&asPdf=false  
34bf04ac1fc9d351 Rachel Lauren Robertson 31-C-0249 2017-09-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfnF&d=%2Fa%2F3d000000plNb%2FrVC4DrvbRTXThxd7DaKh5d2jqSFQ5qtZfo4KZXYU9Uk&asPdf=false  
5e7c40be103f43e4 Rachel Lauren Robertson 31-C-0249 2016-09-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egjen&d=%2Fa%2F3d000000ppEM%2F7DYLgqdN5nVSO.oStGC5IrFiO251Pk_joLbK.biQ7XE&asPdf=false  
391b67db84c71889 Rachel Lauren Robertson 31-C-0249 2015-09-24   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgiZk&d=%2Fa%2F3d000000pfAY%2F6.JaOKVZwgEf0SwQK6A5e006INeiYfCV7M474rftTmM&asPdf=false  
84c84cb9e9275ee2 Rachel Lauren Robertson 31-C-0249 2014-12-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EghbJ&d=%2Fa%2F3d000000pXK6%2FFnxIQKt45QXqvgj29qO4r9KOlYe66JPqt5tJFiHHaMo&asPdf=false  
e9f8fe302db429c3 Rachel Lauren Robertson 31-C-0249 2014-06-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgafT&d=%2Fa%2F3d000000pku8%2FQOBa42CiqfF2XqHJKUmFXBBAONsYteI5MadOAhGF_1Y&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 106.684ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API