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

10 rows where cert_number = "16-C-0143" 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
d30c92420fcdfeec William Berloni Theatrical Animals 16-C-0143 2024-10-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ000008rGrk&d=%2Fa%2FSJ000000bHMr%2FpGPpLjc0Qs1kIWB0amvDkJv_bgAOeMQfSpb6Kzw.euQ&asPdf=false  
82f3980c0a5cf8a1 William Berloni Theatrical Animals 16-C-0143 2024-05-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000DRSDe&d=%2Fa%2F3d000002ttvp%2F9355AZEBG7kCXI3rjbPYtz_mD4NEZcLaiGFGMw792EQ&asPdf=false  
5ea4510f4b7c16a3 William Berloni Theatrical Animals 16-C-0143 2022-09-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000aw8wI&d=%2Fa%2F3d000000pZ6P%2Fo1M6z9WXGgO0UUVN1Evr7jNndijJCUJKuQSM9SkBkvI&asPdf=false  
f160e337e3574cda William Berloni Theatrical Animals 16-C-0143 2021-07-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PMQWG&d=%2Fa%2F3d000000pZ6h%2FvAu.3P9JbKK3EDDW6kp1_wcnutSxGjGutKF3w8GSp60&asPdf=false  
727d994dde4dfedc William Berloni Theatrical Animals 16-C-0143 2019-08-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egeaa&d=%2Fa%2F3d000000pZ5J%2FHMagUFvPRsIAWOI74akzWOjjKi54UN9SG_lnoiXykYU&asPdf=false  
a8f727c2de3db387 William Berloni Theatrical Animals 16-C-0143 2018-07-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgiUL&d=%2Fa%2F3d000000pZ68%2FseGRDNlVOiShzc_qUWNdlsI2G1EveYRZxjzigGhE540&asPdf=false  
fb64470931501abd William Berloni Theatrical Animals 16-C-0143 2017-08-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egg7n&d=%2Fa%2F3d000000pZ5d%2F10.czIjVedYhDbBPTGK_7ozKLMMK9T9GQs3M54p4tkc&asPdf=false  
d6248c1cf3a00f63 William Berloni Theatrical Animals 16-C-0143 2016-06-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egg48&d=%2Fa%2F3d000000pZ5L%2F6I4Ad74EWyHlwV0687f8AaOnsWV2jqozo2xtqQ.3JrA&asPdf=false  
d20587cadb676416 William Berloni Theatrical Animals 16-C-0143 2015-08-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgheG&d=%2Fa%2F3d000000pZ5e%2FKEwN8dBtMt.4V3Xcy6ZSptgqOwHl6DF4P66Fx_7WNeI&asPdf=false  
8d454bc36eb47678 William Berloni Theatrical Animals 16-C-0143 2014-07-29   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EghTs&d=%2Fa%2F3d000000pZ64%2FnKZxrJBQYDxfhpZrejPs_AgM7HSVKBcXu1YAuZA2gts&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 302.518ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API