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 = "47-C-0001" 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
24739d2867e3bd41 Lincoln Children's Zoo 47-C-0001 2025-09-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000n1b4j&d=%2Fa%2FSJ0000066zTZ%2FYO0kVlSh_H06BqhFrBI8kO1HyP7g7MDNtO097bqbvIs&asPdf=false  
7531efcc68805a4f Lincoln Children's Zoo 47-C-0001 2025-05-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000ZbSUM&d=%2Fa%2FSJ0000048MPF%2FBqkGAwqEnP9Fsm0UZjyp9CPj80cKmynaceYCfkx7Cvc&asPdf=false  
ed1b0b559e79e7f1 Lincoln Children's Zoo 47-C-0001 2023-09-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000A0Gjf&d=%2Fa%2F3d000001qWXc%2Fzr6dHJP2IZmpIPC0GDMpCpNcyff2llpy.zN1Lsrpxy0&asPdf=false  
9e87c828ea795b5f Lincoln Children's Zoo 47-C-0001 2023-04-24   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000008FyWB&d=%2Fa%2F3d0000019U72%2FjB2Fy2stj.1PmIN75h14Yq4if6pljxuNfIENqWeRQKU&asPdf=false  
d81803e30f35452e Lincoln Children's Zoo 47-C-0001 2022-07-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Yxpp7&d=%2Fa%2F3d000000pTrK%2FZc2.yvFYefS0ipBAnCxA02LYOJNRU.WuOlMxVptNX_Y&asPdf=false  
8641cbe3214cc722 Lincoln Children's Zoo 47-C-0001 2021-11-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V8aHA&d=%2Fa%2F3d000000pTrR%2Fwi2HTBFrSJNW0oUOPdFg3jDU1PQE7GFX.m_ste5ZAD4&asPdf=false  
b9763328b452f8bc Lincoln Children's Zoo 47-C-0001 2019-11-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnxEg&d=%2Fa%2F3d000000pTr0%2FAy7.gqrvfwY0Ga9I2j3n9sU9vFoWQf8daBHc60K8yhw&asPdf=false  
dbdd216f69a59c4c Lincoln Children's Zoo 47-C-0001 2018-05-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnxK0&d=%2Fa%2F3d000000pTrM%2FjM7GIksvchEQnO.1LUgTh5skFJmRGlbEOJGdsN05wO8&asPdf=false  
13fcf148b97100fd Lincoln Children's Zoo 47-C-0001 2017-10-26   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EggZ3&d=%2Fa%2F3d000000pTpx%2FVFtwPPzatIOoLuDCeU7e7lvJVzdct0yFcBYqw8Jxggg&asPdf=false  
20f5f615c4a8b424 Lincoln Children's Zoo 47-C-0001 2016-09-29   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnxVg&d=%2Fa%2F3d000000pTrP%2FkqarEUvBMehsGv4Oqk9MC_9qqLv7DTo8FFZCaVhf1mk&asPdf=false  
5561abc87fe6ade4 Lincoln Children's Zoo 47-C-0001 2015-08-20   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgVk2&d=%2Fa%2F3d000000pTrL%2FSPh.SAhLB7lvEJk.aDPBiibA4t2uBiN466BI9HpZCqw&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 766.686ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API