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 = "74-C-1004" 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
ae4120da35efb13c Complete Country Carnival 74-C-1004 2021-03-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ESVRW&d=%2Fa%2F3d000000pRq0%2FREtDfSZPWFyzbTuUkPpqWMKF8MU0cSLfP8GNQrQCt.U&asPdf=false  
5445076c406c476a Complete Country Carnival 74-C-1004 2019-08-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egkgs&d=%2Fa%2F3d000000pRJe%2FW7IUW5rhHV3MQjxJRyZK6CCMbcFFt3ZuiXObACoiUcY&asPdf=false  
0825af1b606cff57 Complete Country Carnival 74-C-1004 2018-07-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgkeS&d=%2Fa%2F3d000000padg%2FtoJWLAbWSnkPVf9icIGOfunpNUROsp.IxC2OYSI7Mmo&asPdf=false  
26a4261ed7963ae1 Complete Country Carnival 74-C-1004 2017-03-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgkJX&d=%2Fa%2F3d000000paxq%2FOFE2dv6ub8e9RpVTbWpWBdyGdmfskimE._i8U5._ovQ&asPdf=false  
35fd15484e242455 Complete Country Carnival 74-C-1004 2015-12-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Eggt6&d=%2Fa%2F3d000000pXNH%2Fe0Cj0PvNLT6zBqi2WSe3ZRAf2dO1A7hGAn_f4qr_oXI&asPdf=false  
51ad25929b741340 Complete Country Carnival 74-C-1004 2014-10-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egdnw&d=%2Fa%2F3d000000piDY%2FJqgeeDjsPFAR8qHr2oYiN3LEoNahPJU85XCSyGebXgU&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.705ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API