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 = "63-C-0244" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: noncritical_count, teachable_moment_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
7a2f33aa026f3089 MOLLY COLLINS 63-C-0244 2020-02-04   0 1 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXmV&d=%2Fa%2F3d000000pi5b%2FYXilE5o4FMCgub9BWS7UWMBf5rQ_.Cf_hT44mvqb54c&asPdf=false  
5c56f4f9d05cc64d MOLLY COLLINS 63-C-0244 2018-10-24   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egae3&d=%2Fa%2F3d000000pjxx%2FfSDvNsRmisowsTwq4FWyHMOvSYuGq75a6piOPm5xFOM&asPdf=false  
3524b2dc47e57b48 MOLLY COLLINS 63-C-0244 2018-06-13   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgisA&d=%2Fa%2F3d000000ppKl%2F48Gieh9bD.O449Rk0LsF6w8_yyxwfnHzLlGAX8JYx5c&asPdf=false  
3341bd4a9133e5b0 MOLLY COLLINS 63-C-0244 2017-04-25   0 1 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXVg&d=%2Fa%2F3d000000pllm%2FvvdSAGwTY7Yte_0bqrJ7kW64Gkv3yJnPX763pWerAU0&asPdf=false  
6c0b6615df453a5d MOLLY COLLINS 63-C-0244 2017-01-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egmz2&d=%2Fa%2F3d000000pmme%2FKUEuinvZgsAZmHyDsFzGZa7xxmLFApBhyrwFIMmtais&asPdf=false  
f5720fb59caed5fa MOLLY COLLINS 63-C-0244 2016-01-19   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgWsO&d=%2Fa%2F3d000000pkRp%2FQeBHdIOtsm6s21u9qWjAeM_77_gaswPMpruqgsEFGpA&asPdf=false  
70d90d5fbe88e1bf MOLLY COLLINS 63-C-0244 2015-09-08   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Eglo1&d=%2Fa%2F3d000000plaw%2FsfzbyhnKF2Epd0zxeFMctvccbm.BW7HFoca9rLLULkk&asPdf=false  
0f3cf9db4a2fb958 MOLLY COLLINS 63-C-0244 2015-05-26   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Ega2Q&d=%2Fa%2F3d000000pSbN%2FTS1q6c8P9cot1BXAQKHBlUVrdeLDPyVekkwkllwlajA&asPdf=false  
1c1f7b8c5db176b1 MOLLY COLLINS 63-C-0244 2015-03-24   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgWIg&d=%2Fa%2F3d000000pTI0%2FOrStw7J3Im6weMDic4yR6DwZOhi6NqocbJZUbrRcBL8&asPdf=false  
da5a15c93dfbd522 MOLLY COLLINS 63-C-0244 2015-01-21   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgmXF&d=%2Fa%2F3d000000pkuD%2FPmUZzBxwmrA7R95iOiKMjEvdoelUKIoY53SRsV2r5Z4&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 152.845ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API