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 = "72-C-0204" 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
98c28d455c9ca66a Wild Country Safari Park 72-C-0204 2024-11-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000DY0vo&d=%2Fa%2FSJ0000011z8v%2FdGvfLQZdbflc2wOZtqF_QO8zBFGwdwkmutEI4oy5uDw&asPdf=false  
2ca0b95b3b018b30 Wild Country Safari Park 72-C-0204 2024-02-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000CSILK&d=%2Fa%2F3d000002ZJFl%2FlsHWLmDD4PJON.frcG2dnmpukVTU04TjFigfIONDHDE&asPdf=false  
0d462c5db36044c2 Wild Country Safari Park 72-C-0204 2021-12-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V8qHw&d=%2Fa%2F3d000000pgrW%2FdVD7L4tzO0vFucDYQyP9YhL_SH6fExSRepXey676cLg&asPdf=false  
5373f467fb05195d Wild Country Safari Park 72-C-0204 2019-06-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXGj&d=%2Fa%2F3d000000pn1d%2FaB2IKSC06dlblx6rJ36S2DYJq9TdEHo1V_FOxmYKVvU&asPdf=false  
7a947014a424e553 Wild Country Safari Park 72-C-0204 2018-08-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgX98&d=%2Fa%2F3d000000pSZq%2FVQo3xe7MtWo0Q8JUz7MuuU.VuU7IJ60k_Qkfdl8.rXQ&asPdf=false  
6329d6f0374219db Wild Country Safari Park 72-C-0204 2017-08-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgY8d&d=%2Fa%2F3d000000pXSk%2FTZCgWleqswr4js8XSU2VCCaIL2V3GdGIQD_b7V4eXI8&asPdf=false  
07b341a4a6485f4f Wild Country Safari Park 72-C-0204 2016-08-10   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgWDr&d=%2Fa%2F3d000000pfzD%2Fmc5BK9U7wEWEjP_IFETw9Vep6rhXnl2da.wgagqFJWI&asPdf=false  
2df4f1c8634f5c36 Wild Country Safari Park 72-C-0204 2015-10-15   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EghCX&d=%2Fa%2F3d000000pflx%2F3Isbx2GSP23B1Um4VGfgK29FKqhAiu9dZ3Cy5VRwguA&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 684.545ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API