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 = "88-C-0227" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: critical_count, 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
124d5808d19aa40a Flamingo Las Vegas 88-C-0227 2025-09-30   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000nEehO&d=%2Fa%2FSJ0000069O7h%2FygRTAp7v4KwlfLN3WGT7PG_1TfnSP.4WA629iAKnCBk&asPdf=false  
bcb3d90a930e3ce2 Flamingo Las Vegas 88-C-0227 2025-07-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000f8S9H&d=%2Fa%2FSJ000004wI8j%2FXv5_vBn8zmgzn4PLsPFSaLcLVeXaVAUIZ18BB0ng9hk&asPdf=false  
2e5d344ae85fa801 Flamingo Las Vegas 88-C-0227 2025-05-12   1 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000Xmpev&d=%2Fa%2FSJ000003qkGL%2FaB5w4._DTSoFL.e6mwUg0zakUpjfjjtoDLcPUEpyvqo&asPdf=false  
110adb2788fe502b Flamingo Las Vegas 88-C-0227 2025-02-27   2 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000PrcaJ&d=%2Fa%2FSJ000002WpZL%2F3essCabN9riP6bZpUZIn90eyJXMTNp.VQrvOG4KKoCo&asPdf=false  
d152b96b1c7d6c07 Flamingo Las Vegas 88-C-0227 2024-04-23   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000DHS2h&d=%2Fa%2F3d000002qsTe%2FmXBIUqqWTYGuVSHEuj9k5KMpdvA9.ZVpwUsyQCNjw3U&asPdf=false  
3d540f6ef081f696 Flamingo Las Vegas 88-C-0227 2024-02-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000CC7OR&d=%2Fa%2F3d000002VPie%2FoyGdLErQ0S20APyc4w9cUxTc9Wg58JTUFRtFy_IczjY&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 3.989ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API