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 = "22-C-0155" 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
17027133df508e65 Appalachian Animal Experience LLC 22-C-0155 2023-04-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d0000087yjj&d=%2Fa%2F3d000001701q%2FcVp9XaibjtKQTQVu4P.Gfez1OcVs077yDFKV5mjQxOo&asPdf=false  
6a21c3f8cca2a158 Appalachian Animal Experience LLC 22-C-0155 2022-05-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YwvYi&d=%2Fa%2F3d000000pePo%2F1iLEkGSilhxAEyUtiKGM14WagemtKFDHhOVAuasnGog&asPdf=false  
8e2a1734eeb1414c Appalachian Animal Experience LLC 22-C-0155 2021-05-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Nh3wY&d=%2Fa%2F3d000000pePc%2FvoK1o8HWp3ezDFIh5Qu85xH0XFGZ0YWhW.YBhvOG0VY&asPdf=false  
30cf4d0bac70db81 Appalachian Animal Experience LLC 22-C-0155 2020-02-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcKw&d=%2Fa%2F3d000000peQp%2FvB0GmVPVaq30C8lwo9GlySnrkz.NSjYE2jXMBIV8HE0&asPdf=false  
c37630ade6df575a Appalachian Animal Experience LLC 22-C-0155 2019-03-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egevh&d=%2Fa%2F3d000000pePV%2FBO.NnFQjOqLWag.DZyoRmg7Bgpdr4u9Zdt8TICRxKow&asPdf=false  
42b3b90de415da09 Appalachian Animal Experience LLC 22-C-0155 2018-04-30   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgY4P&d=%2Fa%2F3d000000pePY%2F7FrQRsjxGxvwD1CIDs3xbnYzMra1B7LbBOUrF63GRSU&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.615ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API