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 = "58-C-1032" 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
73b7a6ae82d25e69 Bear Creek Feline Center, Inc 58-C-1032 2025-04-08   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000TjCqu&d=%2Fa%2FSJ0000036ZKj%2FE1hasKTnR.Y1M2nD33hmGUZqeLOV726JtoGGJEh1oo4&asPdf=false  
0699d4571c18581f Bear Creek Feline Center, Inc 58-C-1032 2023-11-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000AmgdR&d=%2Fa%2F3d0000026go0%2FsNRWGTlSMp1R2TwKJEIRA3LrJtCxggA0TR_Z.8EYnis&asPdf=false  
e31b3cf0bfa3a06d Bear Creek Feline Center, Inc 58-C-1032 2023-04-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000007zObM&d=%2Fa%2F3d0000014KuJ%2FD8UIOlYr0j9k0LSByUce5GX3xtD1j1uT_jtf5y9R8Wg&asPdf=false  
f36346a78ceb7802 Bear Creek Feline Center, Inc 58-C-1032 2020-02-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcDq&d=%2Fa%2F3d000000pn5e%2FEL4O4oH_itjeUXfNIyH.xtHQsRldoKkiFc_PUZhf3.I&asPdf=false  
fa59968c545ef2fb Bear Creek Feline Center, Inc 58-C-1032 2018-05-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcU2&d=%2Fa%2F3d000000pfUB%2FWTGIVovDT8i03r.JKxwN5Q_T9IBzkB4_iOKVKNr0iwU&asPdf=false  
eba11ffee1924099 Bear Creek Feline Center, Inc 58-C-1032 2017-04-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egbjo&d=%2Fa%2F3d000000pRhl%2FufrrABsbDTpbvgI3y1ogvKzzN8KGDKNlaQ2W1FGnyJQ&asPdf=false  
269b6c06964cb861 Bear Creek Feline Center, Inc 58-C-1032 2016-03-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgceU&d=%2Fa%2F3d000000plfq%2FS8kue7RajjiavtDxYgIJQdDg0eVQq29r4MXE1QCQc4c&asPdf=false  
06e097748891755f Bear Creek Feline Center, Inc 58-C-1032 2015-05-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egdm6&d=%2Fa%2F3d000000pSez%2FRNNIFJRIuNvIbgFSEQP5UUZ6eIBL240745rnmXYyj2I&asPdf=false  
f396e2f180b5a090 Bear Creek Feline Center, Inc 58-C-1032 2015-02-24   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EghhD&d=%2Fa%2F3d000000pRTQ%2FZSS7SWa3JfCaBO4ecfOnhsh9sFGqyOxjV77Ivs6sc4c&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 8.017ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API