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 = "86-C-0125" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: 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
a6f354f7e536f09b Ventura Entertainment Arizona LLC 86-C-0125 2019-02-26   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfUO&d=%2Fa%2F3d000000pWj4%2FUQJ2g6kB6ziIrKr_2xTLLIwiPk1tUV1KyRUscm_3PvA&asPdf=false  
127559943478a99b Ventura Entertainment Arizona LLC 86-C-0125 2018-07-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egcp9&d=%2Fa%2F3d000000pewT%2FkdNrJqeQchAvNOqu_lyJt0V7cPjWfbROez1gQsS4eC4&asPdf=false  
76b4b542a34b9b0d Ventura Entertainment Arizona LLC 86-C-0125 2017-09-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgbTS&d=%2Fa%2F3d000000pXHt%2F55Fi899P7sh2buQ7DY47nv2bMvJEX5vfxpYVCJ5XNRg&asPdf=false  
22e651a85ce756c5 Ventura Entertainment Arizona LLC 86-C-0125 2017-05-26   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdGS&d=%2Fa%2F3d000000pnXH%2FmAJrvuof9thtYss1djy0jyTTWdTqwyUTymdlZydpouA&asPdf=false  
eed33519121a8330 Ventura Entertainment Arizona LLC 86-C-0125 2016-10-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egdfh&d=%2Fa%2F3d000000po2p%2FxYIj9Fw_U5uEZ_fIzjglot6rOvPte33GBIHG8pl75a4&asPdf=false  
c01f37abf5310903 Ventura Entertainment Arizona LLC 86-C-0125 2016-07-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egeh7&d=%2Fa%2F3d000000pamy%2FdYDWUmlM5xaECm8cay0d3LM1JjAVGCr7Y8Rg0sAwPs8&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 375.043ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API