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 = "47-A-0623" 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
a99bc97c85d3d802 Sarah Harms 47-A-0623 2023-05-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000008bXh4&d=%2Fa%2F3d000001GTZq%2Fy6YUcndXC9ZtPO4f_VcPrjJ5jVKXZQEIyHk.V14nfkI&asPdf=false  
97500ed3522bf54c Sarah Harms 47-A-0623 2023-03-10   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000007ujrz&d=%2Fa%2F3d0000012wjH%2FAsfldDQnG6aOxmrc82heonE7MCqZ30GoMQInXDkiSVQ&asPdf=false  
a698b4d8d076ee45 Sarah Harms 47-A-0623 2022-03-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V9Yp9&d=%2Fa%2F3d000000phB0%2FLp4usSF3lF9HvHljzJh2ZmcZnvyCeTNmLuAmRcfeO3M&asPdf=false  
635ceca23ad88903 Sarah Harms 47-A-0623 2022-02-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V9Lms&d=%2Fa%2F3d000000pUzH%2FgwojBXRNs3tpN2NZi4op9gAa4SKQxi6fEbdy8neNefY&asPdf=false  
e3dffeb599969abb Sarah Harms 47-A-0623 2021-06-23   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PMU20&d=%2Fa%2F3d000000pmVJ%2FE2TLO9_kaQLlxZyfzReIHxwdHltE9SePEG0ObVIcwco&asPdf=false  
e0bbed0756ff2ea9 Sarah Harms 47-A-0623 2019-04-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Eggmy&d=%2Fa%2F3d000000pdRe%2FQuVGkv0aEqPkOAN05OgirYB_Nk26u2E6iyI2w95qx00&asPdf=false  
535e7e0e8e1b5482 Sarah Harms 47-A-0623 2018-01-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Eggno&d=%2Fa%2F3d000000plLt%2FeRzSPaEtc1021IAo2Pjw9J57j.HPO16PTWYYknCPbuM&asPdf=false  
677c461a3194348e Sarah Harms 47-A-0623 2017-11-21   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgkqK&d=%2Fa%2F3d000000pmM7%2FJYFzpQRU7mkqrCnFF2ll.LEI42vORKMUaNZOAjAI02k&asPdf=false  
79f544db8d7507ff Sarah Harms 47-A-0623 2017-05-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdiL&d=%2Fa%2F3d000000pf90%2FQVvWeOj3M1cStOkE8EH0H1hG77iIYFaBZK1LQqsOLbc&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 234.15ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API