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

9 rows where cert_number = "91-C-0154" 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
7b794721e7a83054 Center Valley Animal Rescue 91-C-0154 2025-12-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000v4BPD&d=%2Fa%2FSJ000007Ni9B%2FMJLs0OLk06n7SafCcbx3abC5RkiooeO7aAnSK4y2QIw&asPdf=false  
0e6b5152e4b3a629 Center Valley Animal Rescue 91-C-0154 2024-10-02   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ000008eJYu&d=%2Fa%2FSJ000000a3Qn%2F_U1EE0XXQSOL068ZQy6ccH_G6qR3.UA1mgf3GoZqRvQ&asPdf=false  
de28a0e0e55fadba Center Valley Animal Rescue 91-C-0154 2024-01-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000BgFvF&d=%2Fa%2F3d000002LUm5%2F1JKKUKm0IvGgYOaUouCgeb_LV56jYnavJmHjjwTeRAI&asPdf=false  
221bb0d8a89eb7af Center Valley Animal Rescue 91-C-0154 2023-04-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d0000080dwi&d=%2Fa%2F3d0000014jyn%2FqXECDFVUk.7Bsfqnv8JwJubXQE.qC861TeEi3StAimo&asPdf=false  
5057cafdebbeed09 Center Valley Animal Rescue 91-C-0154 2023-01-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000gPQiR&d=%2Fa%2F3d000000pZws%2F2B5emh63xIQDKdU_m7puvxra3R_4eXqUQHaHWdQ9cOY&asPdf=false  
39c572283d3d91d6 Center Valley Animal Rescue 91-C-0154 2022-06-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Yx8wN&d=%2Fa%2F3d000000pZxk%2FQ4Q_ftTOtZCWs8IgaIxYBIbJZDykUL.S33euGr6aRoQ&asPdf=false  
060bfc861ae195b7 Center Valley Animal Rescue 91-C-0154 2021-05-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000NhDB3&d=%2Fa%2F3d000000pZx5%2FrWakMRUcQokghRhKFK_y2i5b6grketpdIVytvAk5iXM&asPdf=false  
742e30d20b123fa2 Center Valley Animal Rescue 91-C-0154 2020-09-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Eh0mI&d=%2Fa%2F3d000000pZxV%2FL7KB30puD_iWmPyPU4Jl8j5Dg9BcZqmu6jDv0mZuhcI&asPdf=false  
48dfd8664bfd51f0 Center Valley Animal Rescue 91-C-0154 2020-01-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgeK2&d=%2Fa%2F3d000000pZwm%2FzzoDbX8oWtREpH_ibNH6yFuyfX03xcxaSOFvr9cye7U&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 273.333ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API