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

5 rows where cert_number = "31-R-0129" 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
2601af7cc61ffe1a MIAMI JACOBS CAREER COLLEGE 31-R-0129 2016-11-30   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EggnC&d=%2Fa%2F3d000000pUZO%2FTfatgR9XpuRAVXOPR8UwiH5mhLtvMunvfS2zf8C58RY&asPdf=false  
eb62410fe08e424b MIAMI JACOBS CAREER COLLEGE 31-R-0129 2015-10-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Dnvyp&d=%2Fa%2F3d000000pmr4%2FJN06j8AyXAZYEj4CCHKlDILHn2k5Ifq4AZLPFa4NwFA&asPdf=false  
c7d12a2c473680b8 MIAMI JACOBS CAREER COLLEGE 31-R-0129 2015-02-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egm3F&d=%2Fa%2F3d000000plmY%2FLYsGLMgoURIyr_1_jzx_nd29LhQg.SN9yC9odmJdZOc&asPdf=false  
5e4d7b57b8005b2e MIAMI JACOBS CAREER COLLEGE 31-R-0129 2014-10-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgmYS&d=%2Fa%2F3d000000pUkE%2FIOq29JrDJWR0AmGTn9bHulc4IBuOKrTEzWhTbWKhDD4&asPdf=false  
005bef700ac21925 MIAMI JACOBS CAREER COLLEGE 31-R-0129 2014-06-09   0 4 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Dnxfq&d=%2Fa%2F3d000000pjji%2FpujBVg7OS7Ywv9xnDyOrT6Rc7slVNKy9FLZRE8l0oxs&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.156ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API