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 = "41-R-0072" 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
2d4092acc9fb9c89 ROCHESTER COMMUNITY AND TECHNICAL COLLEGE 41-R-0072 2020-01-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgmQn&d=%2Fa%2F3d000000pkRD%2FQ9xB1.LH2yk._2JfoaVuSCVqOFyr7b552ZOikMWPLC0&asPdf=false  
7a67882a0d9b21c6 ROCHESTER COMMUNITY AND TECHNICAL COLLEGE 41-R-0072 2018-10-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgeTQ&d=%2Fa%2F3d000000pdsH%2F_P55Eu7fEix22CFaCWMft3NIitxdvKTsYHPpoZjeOgI&asPdf=false  
94878d1a24361e31 ROCHESTER COMMUNITY AND TECHNICAL COLLEGE 41-R-0072 2017-11-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egd6f&d=%2Fa%2F3d000000pWui%2FaQz34Sm19mXd7WC8BeB3RijkFgXySL0Gow3caYsCbjQ&asPdf=false  
22b8ebd669d6d17d ROCHESTER COMMUNITY AND TECHNICAL COLLEGE 41-R-0072 2016-11-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egm6r&d=%2Fa%2F3d000000pmm7%2FAegAdXB8GIa.jAQv6W6nN72R4Dm0.WV6ZQCYO1gYxbM&asPdf=false  
f89b8d079ad98d22 ROCHESTER COMMUNITY AND TECHNICAL COLLEGE 41-R-0072 2015-10-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgleD&d=%2Fa%2F3d000000poMC%2FH3QY9ubkiymw3_.35O0tpY8Fv1D5t3sc9xyI.DgyzKk&asPdf=false  
dcb321bb5cc0a48b ROCHESTER COMMUNITY AND TECHNICAL COLLEGE 41-R-0072 2014-11-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Eger5&d=%2Fa%2F3d000000poie%2F_3cG3qmL1N1L4B7VGhivpqW7Ttu0C5j2EbyljY1ZD4A&asPdf=false  
a060869864ebe316 ROCHESTER COMMUNITY AND TECHNICAL COLLEGE 41-R-0072 2014-03-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EglwI&d=%2Fa%2F3d000000pWdy%2FEnquD0Z9X3fWQ0kPcIecWqf3DCkPK3C7JONOlNdzsNI&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 27.239ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API