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

11 rows where cert_number = "55-C-0105" 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
df15ebc624d25646 Museum Of Life & Science 55-C-0105 2025-07-29   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000gWYjN&d=%2Fa%2FSJ00000597aT%2FosmmbLzV5FD4JOO4SHf6zi2SpkSUeBdmhTx6GDGK5Mo&asPdf=false  
607535eeff947cfc Museum Of Life & Science 55-C-0105 2024-08-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ000002YLoy&d=%2Fa%2FSJ00000071aT%2FzJEmAl4Cv8xm.CeCRRLw9fF.BMwdkhErANVI5sVeCGo&asPdf=false  
7ac61d74fbd67d10 Museum Of Life & Science 55-C-0105 2024-08-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ000001T6ZK&d=%2Fa%2FSJ0000004H77%2FA6NJdeGLtPshzp9VqBs0y6jgbABfJhWOu_swb83jtaI&asPdf=false  
db9a14d31f1c33c0 Museum Of Life & Science 55-C-0105 2022-09-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000awU97&d=%2Fa%2F3d000000pZkx%2FBbwZm186cBhfD2PtCSBr6ApVGJDCpoCB9yrb04YRjLI&asPdf=false  
d43e03a3bd004cae Museum Of Life & Science 55-C-0105 2021-10-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V8HJ3&d=%2Fa%2F3d000000pZke%2Fq5yLvbiuVOhcY.2QXmxTtzc27FQCYObTfInURcSatGg&asPdf=false  
f150e21471eb3408 Museum Of Life & Science 55-C-0105 2021-01-29   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ES2fw&d=%2Fa%2F3d000000pZjq%2FEefomcohIlXUkglZapbJ0jIPOhutvQqxMrXbvz9._7o&asPdf=false  
c7fecb45abdbb2b5 Museum Of Life & Science 55-C-0105 2019-03-26   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYGb&d=%2Fa%2F3d000000pZkZ%2FBi08eF9uQ5GmIw0_L24HDBaEP0lXfWt7VqU29wAZR1o&asPdf=false  
ec731fa399df0d72 Museum Of Life & Science 55-C-0105 2017-08-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgY7h&d=%2Fa%2F3d000000pZkH%2FM1gxUeOldQ87I77U5wxN4D_PGpeM_6DQ1eqkB3aRWsQ&asPdf=false  
7f68e0fbb3ec607a Museum Of Life & Science 55-C-0105 2016-07-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXnY&d=%2Fa%2F3d000000pZkr%2F8EmZ1e5B45XcSIbI_wC9AAva7KeehZqo.Sxsexk06uw&asPdf=false  
adc9f4cf8f1ff810 Museum Of Life & Science 55-C-0105 2015-03-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYFp&d=%2Fa%2F3d000000pZkM%2F_Kpm_5DwjeWAaTp.Ixwzt4AhIFulWLDdYBERvIcLQ90&asPdf=false  
d840d1b3514fb253 Museum Of Life & Science 55-C-0105 2014-10-30   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXpt&d=%2Fa%2F3d000000pZlE%2Fw.laTGtNvfpeqfZkP3kB_sbSvjt1s2a7bw6vB1MoUVo&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.772ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API