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

7 rows where cert_number = "21-C-0454" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: 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
7f80a2b24dec0490 PONY EXPRESS ENTERTAINMENT INC 21-C-0454 2021-06-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000NhGY5&d=%2Fa%2F3d000000pRh0%2FRWEsNJAPx5pti0TWQ07O1ZrIvG9.fBRi7NMERMgDuAU&asPdf=false  
f05dc2b465628bbd PONY EXPRESS ENTERTAINMENT INC 21-C-0454 2020-02-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egcnw&d=%2Fa%2F3d000000pUSU%2F4ktSsWEfAl7DmunSUvKnVKFvO.4bPipd2b_vs46STdY&asPdf=false  
5b208c93fef4c6f8 PONY EXPRESS ENTERTAINMENT INC 21-C-0454 2019-07-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egcsh&d=%2Fa%2F3d000000pm4z%2FD2fBX6U3OaQepr5ixeDBKXiNW.1DlbPup8nF0dRjCgY&asPdf=false  
0efdf454ce78c231 PONY EXPRESS ENTERTAINMENT INC 21-C-0454 2018-10-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgceR&d=%2Fa%2F3d000000pXEH%2FdfcnJp71LvJwDQgatewbjfrCCaCf4SqhrL53gyk7Yuw&asPdf=false  
524c2895df5b7e30 PONY EXPRESS ENTERTAINMENT INC 21-C-0454 2018-02-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgceB&d=%2Fa%2F3d000000pbC9%2FwEqHhEFZdldcA0LO201oXhHDhEIpeF0SDFusSI5TAAY&asPdf=false  
9008fc9a78f90838 PONY EXPRESS ENTERTAINMENT INC 21-C-0454 2017-05-11   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgWKl&d=%2Fa%2F3d000000pfXx%2Fy7zsHkpPIuWUb238SP5rYEERstMGKKvnAH8GtZpj7_4&asPdf=false  
0eaceab84582c177 PONY EXPRESS ENTERTAINMENT INC 21-C-0454 2016-07-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYjr&d=%2Fa%2F3d000000pUBz%2FO2p8P4MtzTWF5rUwyWiu6zBnhpn1JYih.UtSQR0f9Yc&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.313ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API