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

9 rows where cert_number = "14-C-0005" 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
f5c0633c88c27f6c Museum of Science - Live Animal Center 14-C-0005 2025-12-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000vhDal&d=%2Fa%2FSJ000007TW3h%2FSnOXt.qhheUJCnZ4MnLMmIxdaN11nLvBZkAyHCvEDyM&asPdf=false  
10c3a10ada966eb8 Museum of Science - Live Animal Center 14-C-0005 2023-11-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000Awc6G&d=%2Fa%2F3d000002814Y%2FCMKeoMLTg7kBivcnQHxLWOHiHiUIBtT1PuumiXKsLCM&asPdf=false  
7d7c810adba6aaa9 Museum of Science - Live Animal Center 14-C-0005 2022-11-02   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000guvQr&d=%2Fa%2F3d000000pYNN%2Fc1rNqcrFt1g7SpyMld4iJ2li.JP2o8d.6ymNEG5Kglc&asPdf=false  
359aff8c77e44c12 Museum of Science - Live Animal Center 14-C-0005 2020-02-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXeX&d=%2Fa%2F3d000000pYIw%2Fie8HM.udd670b7k7MZdyXFon0_AF2TeSM74J218VPjI&asPdf=false  
4e6c02d15cd16f57 Museum of Science - Live Animal Center 14-C-0005 2019-02-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXOw&d=%2Fa%2F3d000000pYJf%2FPNSRwoCv0CIql8Uzer4IbfrA4.jZV8l86n6BqoGJnSE&asPdf=false  
c7a278b9d4370415 Museum of Science - Live Animal Center 14-C-0005 2018-01-26   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYEe&d=%2Fa%2F3d000000pYJd%2FwTgdJ2Oz7YZkkj4Jj.A8BMs5XL0gZhDjjCUHH5SqgtM&asPdf=false  
17c1f389e9d4c357 Museum of Science - Live Animal Center 14-C-0005 2017-08-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXlb&d=%2Fa%2F3d000000pYGn%2FJ2vAw6NxXY4qoseMEPdvH.TVroTTGYy4DGXhTLPy4Rw&asPdf=false  
85c4c6ef3a3a4444 Museum of Science - Live Animal Center 14-C-0005 2015-11-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXY4&d=%2Fa%2F3d000000pYHX%2FJgrWiPn4vZOR.gS9xz4Pd4Bzw0qv.E_sdctZI9iF0m8&asPdf=false  
6c628aba52ade5c6 Museum of Science - Live Animal Center 14-C-0005 2014-12-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXh1&d=%2Fa%2F3d000000pYJF%2FzpfFJUXgSRreWbn8vLPsFKce1BkwN6jHueK89Ld.4Hs&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 1023.195ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API