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

11 rows where cert_number = "74-C-0295" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: noncritical_count, direct_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
cfd53038e1eb380d Norris Welch 74-C-0295 2023-06-07   0 10 1 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000008qlVI&d=%2Fa%2F3d000001LRfr%2FWKj41eM1wGGKA.DnCuGRizMTXfrIfQg7Fkfj02EelYo&asPdf=false  
23f58c831a406698 Norris Welch 74-C-0295 2023-04-07   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000008eACN&d=%2Fa%2F3d000001HDnS%2F6NHkC3sVMgxDOjqK_dgyrbtU9ayNSysT8JKlxlAuu.M&asPdf=false  
6db0dfbc94ed8f4c Norris Welch 74-C-0295 2020-02-11   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgbPx&d=%2Fa%2F3d000000pSoy%2FKohztijt16Yqs320vonn62I_fOLdvswSofE0A2DRsck&asPdf=false  
7b7ead52507c64fd Norris Welch 74-C-0295 2019-06-26   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Ego5e&d=%2Fa%2F3d000000pavz%2FgDirLVX1.GFGqlXjBbX5ODA.VzSZC0VtnRK7_zaIELo&asPdf=false  
010213c93d611533 Norris Welch 74-C-0295 2017-09-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egkvl&d=%2Fa%2F3d000000pdNB%2F_bwUKAk0DmNq5ufcNqy_UMQAvehT5A92Va5.kKpAuj8&asPdf=false  
ee232614539ac66a Norris Welch 74-C-0295 2016-03-23   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EglBw&d=%2Fa%2F3d000000pXWR%2FQn6hZPYQEZGzekTCcTk5gLmHcsUrjAJmWChBciEglko&asPdf=false  
fe44733d7456a167 Norris Welch 74-C-0295 2015-03-18   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgmQf&d=%2Fa%2F3d000000pi5K%2FjBEBbNkkOt1ydAk2X8q5zX_s8ZQoBVViWsRDOVugJdQ&asPdf=false  
3d6f159d88be1e15 Norris Welch 74-C-0295 2015-01-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egkvv&d=%2Fa%2F3d000000plwV%2FjMjc0rk.W7G8ZOUQu64Qnt3CJ7v7pjfivsgI7A1K.sg&asPdf=false  
ea4ebf8f057bacd7 Norris Welch 74-C-0295 2015-01-06   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgmZW&d=%2Fa%2F3d000000pUfN%2F1bAdmwsMrKltFfmdYamYkBjqli6b9pdlh4LFXYpCa2A&asPdf=false  
462c3c873d4c5c3d Norris Welch 74-C-0295 2014-10-08   0 3 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgWP6&d=%2Fa%2F3d000000pSsE%2FbfMAWQHs2bgTz_fIqns13_8jRPyvPl2rCp5dVV3_KcI&asPdf=false  
02b3cd0110188e39 Norris Welch 74-C-0295 2014-07-31   0 3 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgWP1&d=%2Fa%2F3d000000pnNL%2F.gabWDNeURXWsgsUeV9ox9H0escBm0lU50sLK_htXMg&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 5.011ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API