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

8 rows where cert_number = "88-C-0196" 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
9b8cdc2abe72b0de BONNIE SPRINGS ZOO 88-C-0196 2019-03-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXoX&d=%2Fa%2F3d000000podF%2F0Iru44OBQ.j6GyrnZ.6EQCk1soG8G.qZ7rAh7gOOl_c&asPdf=false  
a9991e76bf5e3ade BONNIE SPRINGS ZOO 88-C-0196 2018-03-13   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgWSH&d=%2Fa%2F3d000000pkHJ%2FrQudvRCsx98qb719QaOOF6Av1qAqtmygU93W8FRaOE8&asPdf=false  
f353109fbac7d95c BONNIE SPRINGS ZOO 88-C-0196 2017-03-01   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Dnwgh&d=%2Fa%2F3d000000pRdo%2FbkuqnVtZYS6OfpSgN2fDc7dzCIW487JogJRzFBA5iQo&asPdf=false  
825521342bbb382e BONNIE SPRINGS ZOO 88-C-0196 2016-04-21   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgWqj&d=%2Fa%2F3d000000pWqM%2FnmwvP8kKYe8S0bjyxlZ_zpk7LlHJH_EUFqV2YDwoJFs&asPdf=false  
478422a180afa181 BONNIE SPRINGS ZOO 88-C-0196 2015-07-01   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgWBk&d=%2Fa%2F3d000000pXCC%2FZ2yO89vXU8Z1OIovQdtwe5JjgYDa_5AMotoad4s6B7Y&asPdf=false  
78722b0f36095056 BONNIE SPRINGS ZOO 88-C-0196 2015-04-29   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgVza&d=%2Fa%2F3d000000pkZE%2FKu0rrZuPJQ7ComoPT5NapNhvR0Q8m.wcJ4AEz6Pf3ns&asPdf=false  
136fedfa474823b0 BONNIE SPRINGS ZOO 88-C-0196 2014-11-18   0 3 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgVf0&d=%2Fa%2F3d000000pjF3%2FfvtG1nC9nN3g0j92miXM6SV9Macywywk4ZTAB0ZFrcs&asPdf=false  
77c1a1d07e175496 BONNIE SPRINGS ZOO 88-C-0196 2014-05-28   0 3 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnxOS&d=%2Fa%2F3d000000pfSs%2FFHGHPQ3N.r4wtWd_UvQhGMEcWJChIlipAL7W.mr8bdg&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 1247.662ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API