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

7 rows where cert_number = "14-C-0032" 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
4f4f62d41b35e055 North American Wolf Foundation 14-C-0032 2023-12-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000BR6uG&d=%2Fa%2F3d000002Gh7h%2FnMfPUY6wf4tYjAxyYe7uE3Wxnih2GdJ6LnsFmfCI2HA&asPdf=false  
2803762b0ad7befa North American Wolf Foundation 14-C-0032 2022-11-29   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000gvK25&d=%2Fa%2F3d000000pckh%2F1MHCbOGMYz6.nXZS9r97HD0RdbTv3vgJljU1JuPh.4I&asPdf=false  
a8c36b667208cda5 North American Wolf Foundation 14-C-0032 2019-07-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EghCp&d=%2Fa%2F3d000000pckk%2FJkk4Z8ad0pJspt3LiaJaPAiQCCi_pHZNJH1trkgvHnU&asPdf=false  
6b5fca8d04b51a13 North American Wolf Foundation 14-C-0032 2018-06-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgiRq&d=%2Fa%2F3d000000pckc%2F.sfA51FZYsuo7qyurpnf4gb5Aq88mq8M987tfuw_WSE&asPdf=false  
2b40547b12dfd14a North American Wolf Foundation 14-C-0032 2017-06-26   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EggTj&d=%2Fa%2F3d000000pcjn%2FbiyVHH7qE9SjG90B_Ppk4l.4h7RWZYZs9oOB_hbaUwU&asPdf=false  
067aa7313d8a07de North American Wolf Foundation 14-C-0032 2015-04-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egegi&d=%2Fa%2F3d000000pcl5%2FvFY0H7qwZ.I1I8.USKKLAH1w9jgWrGwITa9NPG9T0k0&asPdf=false  
85737db6600c473a North American Wolf Foundation 14-C-0032 2014-08-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egi1L&d=%2Fa%2F3d000000pcku%2FT5jcyQHg4yR8LoP29QNvfekG2VllgP8F0YPLt_Q2UNQ&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 5.257ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API