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 = "43-C-0414" 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
3af7ea32d0e8be59 Promised Land Safari Park 43-C-0414 2026-01-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000ybtCm&d=%2Fa%2FSJ000007sGmv%2Fz5YaNPbCxFA4fcIzfHUMOxgUJhEUWO5mMnt_WzT0MXs&asPdf=false  
13b7e55f6f76db5b Promised Land Safari Park 43-C-0414 2025-08-15   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000lzl0e&d=%2Fa%2FSJ000005xkwn%2Fg8Tba2gi9i_TJXdUBdmDtWzlBN3wRnEBhmfXhQ.yZq0&asPdf=false  
c869d62faf97d276 Promised Land Safari Park 43-C-0414 2025-06-23   0 4 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000eH6VB&d=%2Fa%2FSJ000004oZQ5%2FVxCOi6rV6LLo6xMRSNjop4X.UjhHeLH3ib8LIIn8hVM&asPdf=false  
a7ab605e33c2fb8d Promised Land Safari Park 43-C-0414 2025-04-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000U0OSU&d=%2Fa%2FSJ0000038vIk%2FkcKSLXojkIqghfEL9dmq0z0n9TzjPtrI0sBsxqQKyHU&asPdf=false  
97c8c645b9a246be Promised Land Safari Park 43-C-0414 2025-03-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000Q8X80&d=%2Fa%2FSJ000002YxVx%2FkWAGzVoYWH8X1bjLP7COsLf3T2SvEQ_YwK9O2kj7k3M&asPdf=false  
dbd65d59fdc7ffda Promised Land Safari Park 43-C-0414 2024-12-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000ITmTg&d=%2Fa%2FSJ000001YyfV%2FDsAKNUKMs3OQu7VDvIrGzDRlAYIGsilwPaOZXpP8cEM&asPdf=false  
002b80b385ec9f6c Promised Land Safari Park 43-C-0414 2023-12-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000BKwad&d=%2Fa%2F3d000002EoTv%2FgzTogmbQaymREvkXtprlUnx2zWTYzh0Tyanvlww0IBA&asPdf=false  
82fc8d94113468cd Promised Land Safari Park 43-C-0414 2023-08-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000009c5Fa&d=%2Fa%2F3d000001eJC7%2FyobehHlBBNP1eb8s7jRARa1yWoaTX2H_buzoubXnesU&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 795.294ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API