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

4 rows where cert_number = "57-R-0120" 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
84a7e942c3958598 VALDOSTA STATE UNIVERSITY 57-R-0120 2017-03-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgnFY&d=%2Fa%2F3d000000pXA5%2Fn6JyOcnjbYa9B37OFlztIdbgvQAbY9jtRZaZr4I2gAw&asPdf=false  
9dbd1762595b5d9a VALDOSTA STATE UNIVERSITY 57-R-0120 2016-04-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgnaQ&d=%2Fa%2F3d000000pm0H%2F80Af9NcUepA34AqOxZYSFgwdBJ.R.sfIF.ydZpJOeA0&asPdf=false  
75ee2cfe201bc597 VALDOSTA STATE UNIVERSITY 57-R-0120 2015-07-29   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egnh0&d=%2Fa%2F3d000000pmrf%2FJYAqMGWDDHZEWFy93I3Zll_1QEQCVJG7Bc_7Ziazz5w&asPdf=false  
96732edc47217b7a VALDOSTA STATE UNIVERSITY 57-R-0120 2014-07-22   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXXg&d=%2Fa%2F3d000000pXNh%2FlKM9SVbvqzQvpRCMVJffZAnAa.CU_0m5ZkM9LEQmzx0&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 259.711ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API