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

7 rows where cert_number = "72-C-0236" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: noncritical_count, teachable_moment_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
605fcf2651ec72d0 Cypress Black Bayou Recreation Area 72-C-0236 2024-09-18   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ000005oFdm&d=%2Fa%2FSJ000000MraL%2FhaVZF3DKFGSIWsBx3xVjzfQjX4un8dqgORwZv6ywlm0&asPdf=false  
5637b7524ce9054e Cypress Black Bayou Recreation Area 72-C-0236 2023-05-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000008NtZr&d=%2Fa%2F3d000001C7HP%2FZwuSRch.HeT_v.5c1spk1QRGTWKS2kPdzidYJp2InuQ&asPdf=false  
26dd50358f9d986b Cypress Black Bayou Recreation Area 72-C-0236 2022-02-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V9GK2&d=%2Fa%2F3d000000ph31%2Fb4ecMfIk.fBBFdifAGvM7QVEpDhsS6M4OgTSFNLE.Do&asPdf=false  
ab61650a149f92a3 Cypress Black Bayou Recreation Area 72-C-0236 2021-04-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ESiLW&d=%2Fa%2F3d000000pkfL%2FtQXGLjzMks2MiCj0HAZ.RX2oRjNkETQfAujmbA5X1_8&asPdf=false  
999c674770e39c10 Cypress Black Bayou Recreation Area 72-C-0236 2019-02-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgbBd&d=%2Fa%2F3d000000pSiw%2FxLJGba21MdOo3rN1LcU8.oSCYehc13aQCg8LXedT1C0&asPdf=false  
bcf4c08ab4674fd2 Cypress Black Bayou Recreation Area 72-C-0236 2017-11-15   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Ega6i&d=%2Fa%2F3d000000pUix%2FUWYNfEvAzZ0BA9gs0tgaZmds7Y26MAHJN9lpYzaWoL0&asPdf=false  
4761c4e6b8d8fdc1 Cypress Black Bayou Recreation Area 72-C-0236 2016-06-29   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYN6&d=%2Fa%2F3d000000pj8q%2Fbf.ksfRAL0lmKXhNkd5TgPGOraUJtRnNUcSAlqUcl_0&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.696ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API