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

11 rows where cert_number = "74-C-0086" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: critical_count, 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
7ec2d5cb47f40d23 Amarillo Parks and Recreation-Zoo 74-C-0086 2023-05-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000008Nbjy&d=%2Fa%2F3d000001C2FS%2F5.V2NTDZMWhe6vch5kdtVrd6bDTm2NnIXOu5uFoEsAI&asPdf=false  
75a36f203d2f44d7 Amarillo Parks and Recreation-Zoo 74-C-0086 2022-06-30   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YxTKw&d=%2Fa%2F3d000000pib5%2F7LZ92GOO5ZRojAnhxm2GdzqtYVBoL7OOH7ZCmoIORUM&asPdf=false  
3fa2aaeea993a082 Amarillo Parks and Recreation-Zoo 74-C-0086 2022-02-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V9Hem&d=%2Fa%2F3d000000pibO%2FmJhCJvGwsATOj6.YK4yIWwf4wKqr8IAK2sCL0cX4zxc&asPdf=false  
544a492a59f89c40 Amarillo Parks and Recreation-Zoo 74-C-0086 2021-01-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ERhZm&d=%2Fa%2F3d000000piaw%2FF0xcxQAKi.x3H6vpFAFRoPoa9PLSWEyz3rJpFfzLfdQ&asPdf=false  
6bdc1b8d57dd2b72 Amarillo Parks and Recreation-Zoo 74-C-0086 2019-09-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgWse&d=%2Fa%2F3d000000pibk%2FvHwFDgYNUGLfIGjmSk2cvaqZx1EAyp3hXeqhN7FGNXM&asPdf=false  
1a3d5912f12e1b76 Amarillo Parks and Recreation-Zoo 74-C-0086 2018-08-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgWeb&d=%2Fa%2F3d000000picF%2FSs.P2il30HoUDUv4JipBtueGBSdmLzq9RKZNZnvlUYk&asPdf=false  
be40da238f9be037 Amarillo Parks and Recreation-Zoo 74-C-0086 2017-07-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgWjo&d=%2Fa%2F3d000000pibr%2F6BUSa4r3XdmrQ4SPd8Ws2xhwDDNHA9piWnfh6kCOHs8&asPdf=false  
abb48de67dab0e19 Amarillo Parks and Recreation-Zoo 74-C-0086 2016-05-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgW27&d=%2Fa%2F3d000000pibt%2FfAy1fSrLgGMEiMUKzl2E6M7kBSrGZFBMc3OT1vFgs3w&asPdf=false  
aa977fe29a272ea0 Amarillo Parks and Recreation-Zoo 74-C-0086 2015-12-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgWPa&d=%2Fa%2F3d000000pic8%2FUsS5AgaImPpXL2tF5F_YvzUnNGAmDzu3bV3mF0IF72A&asPdf=false  
5233535daefced48 Amarillo Parks and Recreation-Zoo 74-C-0086 2015-08-19   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnuuA&d=%2Fa%2F3d000000pibm%2FnMV3clG6gJY9Ed2FlfHgUvy6wkfLfQQnlCYsnCy4JoI&asPdf=false  
ae9a1a63c9feb6bf Amarillo Parks and Recreation-Zoo 74-C-0086 2014-07-24   1 3 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ERYbM&d=%2Fa%2F3d000000picM%2FlbshCFPdIrSvfx2X2.ZgEZRi0kltZuQdzbsNDATMqkw&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 4.258ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API