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

9 rows where cert_number = "14-A-0032" 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
b798c2b8ecc0abc5 Michelle Cutler 14-A-0032 2023-02-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000007dmrk&d=%2Fa%2F3d000000yFve%2Fu347ywCo8lb4jTip5HxvoGpq9xmRyxNKraFvWSaKa.4&asPdf=false  
05aabb2791901385 Michelle Cutler 14-A-0032 2022-01-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V917t&d=%2Fa%2F3d000000pguJ%2FGOllzwjOeqDqZFf7fwPNZ11n10tkewBKMJ0pxFZDT0w&asPdf=false  
cc330f342f90ca6a Michelle Cutler 14-A-0032 2020-01-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgkWf&d=%2Fa%2F3d000000pUH9%2FRDMOhpeJ55vN7D.AEQEKIitcaOAfU7VSM69FAc.mBOc&asPdf=false  
75ca3dffcafd302d Michelle Cutler 14-A-0032 2019-02-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgkUE&d=%2Fa%2F3d000000pkmL%2FG_prETAL9.8WXV2nu3j5Qj3WOpXSHtPlzkf0YOnf84A&asPdf=false  
0c749ab802715352 Michelle Cutler 14-A-0032 2018-03-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egl3I&d=%2Fa%2F3d000000pmav%2FHzN9cQIHH9nEwAcHvG7mzuREtB7vSrY5snT2RM6BRB0&asPdf=false  
93b2d0ae17ff646d Michelle Cutler 14-A-0032 2017-01-26   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Eggcn&d=%2Fa%2F3d000000poH0%2FyjohveAsSgvqZhW53ZEsZLyglYnPgJA5iMgCOwX0fcI&asPdf=false  
c746e2d9e4d5bb1d Michelle Cutler 14-A-0032 2016-05-31   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgjHA&d=%2Fa%2F3d000000pnQl%2FsU20wW7XETXRLjiVdw6LArk5FfVeKWU48znNUBrGjSo&asPdf=false  
fecc9b8f51073883 Michelle Cutler 14-A-0032 2015-12-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egb82&d=%2Fa%2F3d000000pRLg%2FbMh35COHz7Xejat.hdUzuvmnV54ubFCEP4JaIc2HcN0&asPdf=false  
78435b72c8c901eb Michelle Cutler 14-A-0032 2015-08-06   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYNy&d=%2Fa%2F3d000000pk2I%2FH_TdLwxVp0tYrI84dGw8ccm9CnXA62uH2AUbLzvocyQ&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 622.716ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API