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 = "58-C-1164" 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
d390ad212fb508e8 Big Big Inc 58-C-1164 2025-08-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000h3W4D&d=%2Fa%2FSJ000005Dnkn%2F8OAgqW.oX8vjWmMFUPTF_yV23vmt97OMjuwECH1ir1o&asPdf=false  
b55b0e9ee8ed2cdb Big Big Inc 58-C-1164 2025-04-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000TcCm8&d=%2Fa%2FSJ0000034so6%2F2iBUpP5VBI_CGqP6.k32wOds0fyLZcmJTIYqZX4REHU&asPdf=false  
213e86d97d6e4cda Big Big Inc 58-C-1164 2024-04-02   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000CxgGm&d=%2Fa%2F3d000002jx0L%2FKPNroECQDZS7PgsOCeyfCBKWyVi7g5_onuc_n7hp5Dc&asPdf=false  
a42b0f44e57a406a Big Big Inc 58-C-1164 2023-05-16   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000008Se7c&d=%2Fa%2F3d000001DOj3%2FqWlmRGCZM2dJbctNLq0BjMaGg0_HwHm1KwTMFumqUw4&asPdf=false  
dd21012bf286603c Big Big Inc 58-C-1164 2022-06-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YxBLd&d=%2Fa%2F3d000000phLE%2F5bYruB0Gvp91r0eBLQ_TM6YygRLLLRwJbjXrszQGLck&asPdf=false  
c177091e111d1354 Big Big Inc 58-C-1164 2021-09-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PNKFG&d=%2Fa%2F3d000000phL4%2FoeuD9Xwa763_ke3Kxhsl_MJHYwFIprklP4TKsUX7Nfo&asPdf=false  
7e5c5fcbb8d683c7 Big Big Inc 58-C-1164 2019-07-11   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYgu&d=%2Fa%2F3d000000phKx%2F.UCc7LMCCB7sY22rrc3hy8Jbmjx.1vlR3iZSrh1zgck&asPdf=false  
a3c878d1bfa57bd5 Big Big Inc 58-C-1164 2018-06-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcU5&d=%2Fa%2F3d000000phME%2FXz50A9soPuUvBSGYLB.oZv6akgHa1UQUt4csXMVIS6A&asPdf=false  
337d2bb25ee522e6 Big Big Inc 58-C-1164 2017-06-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Ege9p&d=%2Fa%2F3d000000phLu%2Feyjh1JX4HpY8QIwhUgYHG0x5emKUku9XHGxup8OzlTc&asPdf=false  
58fe96a851382710 Big Big Inc 58-C-1164 2016-08-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egd35&d=%2Fa%2F3d000000phLU%2FLg.TmEvH2FEd2YZaJpIhWQ5fh_RDbiMbkRJTxKBtJ.I&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 509.698ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API