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

6 rows where cert_number = "67-C-0016" 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
0a1b742f24fc529f Georgia Safari Conservation Park, LLC 67-C-0016 2025-08-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000hUVc3&d=%2Fa%2FSJ000005HsXN%2FERk9F2HA6rKfufZ5XsiyNwIM73WjvRyYDPjJn_jdsKg&asPdf=false  
a217cca739f18040 Georgia Safari Conservation Park, LLC 67-C-0016 2025-05-29   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000ZmYkn&d=%2Fa%2FSJ000004ABXl%2FlJOE.VN86DBYIjoe89TxpjMYQ7d_cET1vr6O1zHgma0&asPdf=false  
0fd77488b628928e Georgia Safari Conservation Park, LLC 67-C-0016 2024-10-30   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000CuW9g&d=%2Fa%2FSJ000000y9V3%2FrTJbWRGZ2CUXWGmD3jRUwNWomC6jME6ZbFJ3uxwZAgY&asPdf=false  
3e40031a8354cc9c Georgia Safari Conservation Park, LLC 67-C-0016 2024-10-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ000008nC0b&d=%2Fa%2FSJ000000aX3W%2FS06AKqWM7JdIsgIDc4dtR6CBUj7sVckEllBDZ5_nT4Y&asPdf=false  
fa1f422349f8cfb0 Georgia Safari Conservation Park, LLC 67-C-0016 2024-04-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000DIiw0&d=%2Fa%2F3d000002rE7S%2FxRzSvCH4gnYc2w2sBvdRi6XADysPFvsSDI6TBRgb3pw&asPdf=false  
bdefb8cc92fd56c0 Georgia Safari Conservation Park, LLC 67-C-0016 2023-11-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000AexV2&d=%2Fa%2F3d0000025U4U%2FTEjI7BnTclXFJgLWwZbS_BJIdnLe4cljQYZk0p3XyKE&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 135.053ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API