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

6 rows where cert_number = "56-R-0115" 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
4b18fe80bad232e5 PRESBYTERIAN COLLEGE 56-R-0115 2019-01-30   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcY9&d=%2Fa%2F3d000000pXJM%2FTJX.ExkDlgJUNImm0DhrBCH5otDeOMxvLLH4QhdBMLI&asPdf=false  
62289ab9195db73a PRESBYTERIAN COLLEGE 56-R-0115 2018-01-10   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYEw&d=%2Fa%2F3d000000poyl%2FLm80Cnt2KApDiApUCN7dU4MKucRPE.4jz3bNjGz5ZtA&asPdf=false  
45cf997997ef219c PRESBYTERIAN COLLEGE 56-R-0115 2017-02-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egno7&d=%2Fa%2F3d000000pRGN%2FbqSzNQNdJ2gMH2Nom3PEwmOD9IvdcrnLC4E7LKjqFeo&asPdf=false  
5ea264f5f381dbb1 PRESBYTERIAN COLLEGE 56-R-0115 2016-02-08   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgY54&d=%2Fa%2F3d000000pRPP%2FiwXoE03tCbEZ0nQ.ypFlmS9WAxeIK29ZRqVS9.DhUrg&asPdf=false  
d635994208589742 PRESBYTERIAN COLLEGE 56-R-0115 2015-02-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgjQ7&d=%2Fa%2F3d000000pWzx%2FWzqCJt6QoE52rGaBnFy1hP.AeEllRdk4_gChb94OrkE&asPdf=false  
6296235d9f1129c7 PRESBYTERIAN COLLEGE 56-R-0115 2014-02-24   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgjsH&d=%2Fa%2F3d000000plwX%2FcFg1uACqZ0rl5ijzqOZn4r1XYja1iun_FiRQyjG7oXE&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 4.267ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API