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 = "35-C-0374" 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
4b311c7d7d254c05 COUNTRY AIRE RIDES L L C 35-C-0374 2017-09-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egc81&d=%2Fa%2F3d000000plGv%2FAdEIcXXtsuXh.afN874Ei_kIaRLoYCOWNDX7mVBsTR4&asPdf=false  
5fe47d1e6c733ef4 COUNTRY AIRE RIDES L L C 35-C-0374 2016-10-24   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcKP&d=%2Fa%2F3d000000pWi7%2F6VrRuPbWz7902v4ku_k9nuuWJqiwG0dPMOAwECiatQs&asPdf=false  
19d7d4e83e468ddc COUNTRY AIRE RIDES L L C 35-C-0374 2015-10-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egcci&d=%2Fa%2F3d000000pRKw%2FbCadcyT.6iDKTXokfZewNnwmNAPD2ypmt5nzn0Vb08I&asPdf=false  
1dd61802dfa895bb COUNTRY AIRE RIDES L L C 35-C-0374 2015-07-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYr0&d=%2Fa%2F3d000000pRLd%2FNUK4iozeyNiuNCvNWI2VS9x61ohxl9y1Scn8mf01BpU&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.063ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API