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

7 rows where cert_number = "73-T-0094" 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
f8fbe6087dc111f9 Terri Hayes 73-T-0094 2023-10-10   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000AMbep&d=%2Fa%2F3d0000020FcF%2F9xPe.cAepPmJIIbyt8AcgXlX.iDY1VjoKTkyBWJN56A&asPdf=false  
ccbfc816c7fe7801 Terri Hayes 73-T-0094 2023-08-31   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000009pbuS&d=%2Fa%2F3d000001kyoE%2FxuHOZz5ShV7kxvJnzMhvQcWB1HwcsdhDPd1N9pkwO8o&asPdf=false  
f31869627d585e6e Terri Hayes 73-T-0094 2023-07-05   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000929Ji&d=%2Fa%2F3d000001Oyby%2Fm1dXKjKVCVoNdhVmh9n60ta5j.beYd_DG0acYEv5jic&asPdf=false  
47cb1f98ab96a129 Terri Hayes 73-T-0094 2023-05-22   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000008VpHl&d=%2Fa%2F3d000001EG13%2FxZuhmwAK61iT7QN09k3AHJrDosNtRXnh2GeUlXNhFHI&asPdf=false  
88e8e7daceb5fa8c Terri Hayes 73-T-0094 2023-04-18   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d0000088BMQ&d=%2Fa%2F3d00000174es%2FgilXwOZNZQkI7Ydo4Ra3k95FUw17oCbQw0ww06rmMxs&asPdf=false  
25bc980dbb7ea4af Terri Hayes 73-T-0094 2023-03-20   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000007ueoP&d=%2Fa%2F3d0000012vcI%2FbExqnMfZPGPNEcHLW0uwv6eOVYeC0e1k4HRsMxp0sU0&asPdf=false  
43cd5026a1f5887d Terri Hayes 73-T-0094 2023-02-27   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000007uMrh&d=%2Fa%2F3d0000012oQq%2F0rUiVEufOlHjHGpam3Rv45R8hBVI4u3w_CNGUfBkFwE&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 296.359ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API