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

10 rows where cert_number = "45-C-0024" 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
e10ab3b5d1d21a3e Red River Zoological Society 45-C-0024 2025-01-29   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000MK3bZ&d=%2Fa%2FSJ00000231Mb%2FPYOjG0WHmDwRVrUnvX6CZMMc6wqlGyK5jzD1qJroVHA&asPdf=false  
a87bbe65e2e04a71 Red River Zoological Society 45-C-0024 2023-11-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000B0SCf&d=%2Fa%2F3d0000028elJ%2FcQy4RmSxLbPzg4s0o0wOdR_32Qj.20Wbk.j4XU1SXuA&asPdf=false  
6564928106d869b1 Red River Zoological Society 45-C-0024 2022-01-31   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V9EZA&d=%2Fa%2F3d000000ph1W%2FHYbEv2Af4ntEX04ae8TVKlrbaIbUsEjX6glx3TFRuek&asPdf=false  
de38d688d3c6a5ba Red River Zoological Society 45-C-0024 2021-11-30   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V8n33&d=%2Fa%2F3d000000pgpd%2FV71dj0DezKZ1p3bhmGArJAhnRIw3clbwqDwZMmFjkIY&asPdf=false  
0c582b76e8392e3d Red River Zoological Society 45-C-0024 2019-08-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgX1l&d=%2Fa%2F3d000000pTO2%2FJT4kMbi6c7ahG2h0mEQ0dF_bW1BAvZOHKOEJ5VaLP4M&asPdf=false  
86350bb1b92286e0 Red River Zoological Society 45-C-0024 2018-08-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egald&d=%2Fa%2F3d000000pp0p%2FkIt5wse9ZT4uhAinGz8a0xTFSqpHUTfq7rpyghXO_H8&asPdf=false  
8fb7335d10baac27 Red River Zoological Society 45-C-0024 2018-03-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgWxG&d=%2Fa%2F3d000000pkXJ%2FXffC5FFIbb_cNpdecPnKK6imG62uLfAO7j9sx9i9gE4&asPdf=false  
138ba22a10fe8933 Red River Zoological Society 45-C-0024 2017-02-02   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgWrr&d=%2Fa%2F3d000000pf8W%2F6xrVfdo2Q2yDXT4ssyA77VcFBHDb60ER1wZIfwE.Nck&asPdf=false  
89a65bff306d2e5a Red River Zoological Society 45-C-0024 2016-01-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgW17&d=%2Fa%2F3d000000pfJg%2FfHU5cl5VNhtGv0Z0Ridu6SQrlHsjg8M43wfmKi9glvU&asPdf=false  
e011d4ba3cec85e4 Red River Zoological Society 45-C-0024 2014-09-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgWvl&d=%2Fa%2F3d000000pRFG%2FX_qLAWK_yvaZf63wgd2QJcKzRkjFQFJl5gejingl2_Y&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 1097.745ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API