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 = "91-C-0120" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: 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
2a6c05f4832cfd33 Chimpanzee Sanctuary Northwest 91-C-0120 2025-09-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000l3iCq&d=%2Fa%2FSJ000005nzU5%2FYGnK8UVwk23elS9Yby1RpqwLRyrZWh7TttfIVkcU._o&asPdf=false  
ce529ef4f0e7c3a6 Chimpanzee Sanctuary Northwest 91-C-0120 2024-05-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000DPvL7&d=%2Fa%2F3d000002tVIu%2FrnEa6JPXEYuTf3d6U1m1Ag8DPPTal82iMXbnRWurudI&asPdf=false  
b49d4af93880d945 Chimpanzee Sanctuary Northwest 91-C-0120 2023-10-30   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000AenHe&d=%2Fa%2F3d0000025SGH%2FSrIyD7rnmq0BzHtkMylyOL4IOHcMyf5ybJaEp11zzuU&asPdf=false  
13eeafc2c9fc819a Chimpanzee Sanctuary Northwest 91-C-0120 2023-05-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000008NkTp&d=%2Fa%2F3d000001C3fg%2FF86F0zrhrHhBqclrwrGgZbXk_DOutA3IePMuK33pk0Y&asPdf=false  
5abf368e3ef9c25f Chimpanzee Sanctuary Northwest 91-C-0120 2022-06-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YxCth&d=%2Fa%2F3d000000pbmw%2FntGdbVAKC3g2wluCRWBduE7AL4e3DbWYPMczMV6fs7Q&asPdf=false  
1b7a78fe8e30dca3 Chimpanzee Sanctuary Northwest 91-C-0120 2021-03-30   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ESgT4&d=%2Fa%2F3d000000penI%2FoZHzm2x6Djkz1xcV_9SKL9bJ4is8vus3OVWmvp7hmas&asPdf=false  
bb76e389f84fa494 Chimpanzee Sanctuary Northwest 91-C-0120 2019-09-23   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egg5Z&d=%2Fa%2F3d000000pblj%2FhP0c0GU.fA6wjvKz5yrT6KT8jAeC0Dg1rJOef811PVs&asPdf=false  
f6a08bd1af28f77b Chimpanzee Sanctuary Northwest 91-C-0120 2018-08-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgjwZ&d=%2Fa%2F3d000000pbmx%2F1Z5nxRz8QBhIEV1dfXE9sSfOffTfMxdaNGQt2upD300&asPdf=false  
c8b6c8573377a9e2 Chimpanzee Sanctuary Northwest 91-C-0120 2017-09-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgjIv&d=%2Fa%2F3d000000pbll%2FkIm_5i7zn.JzbJdP8GNL9jgcBWKa_3dwVCm1Qz1LoZI&asPdf=false  
67acc19c150355ee Chimpanzee Sanctuary Northwest 91-C-0120 2016-07-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgjiW&d=%2Fa%2F3d000000pemG%2FJwOIkYMcQIwTG4UDupWm5U5IY9pzOYHB4A14isGhKOc&asPdf=false  
65fb3bbfc6a17077 Chimpanzee Sanctuary Northwest 91-C-0120 2015-03-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egk17&d=%2Fa%2F3d000000pbmO%2Fi6zpyuTgsNM09clvY24WfIHcKPHNzO_NGjm4U4LsAB0&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 6.553ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API