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

8 rows where cert_number = "22-C-0117" 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
d8bc356cb9f7e28f Freedom Center For Wildlife Inc 22-C-0117 2021-11-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V8PgE&d=%2Fa%2F3d000000pfxk%2F5IQaaQzwIbVdlKsIR4SQ_ntIIkqjVphXBp6DCSjo8Eo&asPdf=false  
a6e824515952179b Freedom Center For Wildlife Inc 22-C-0117 2021-03-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ESYAH&d=%2Fa%2F3d000000piCi%2F_Ghy.CpVRdQN7ChFOk6fyPtudVLqO_SyTzW_0YlvE8Q&asPdf=false  
fbc478b418d96cf9 Freedom Center For Wildlife Inc 22-C-0117 2019-11-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EghKg&d=%2Fa%2F3d000000ponB%2FKKGkIi9VxPa1F72fYg0X6mpt_pbUgtthJGtLyxp8n6Q&asPdf=false  
40cf0ffae5c8b9f3 Freedom Center For Wildlife Inc 22-C-0117 2018-11-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EghQX&d=%2Fa%2F3d000000pUgn%2FNtuvrzK4gJ__oUDpwAB7x_A1bB3ww0YTrcKMROK77qs&asPdf=false  
66fda7f117747d21 Freedom Center For Wildlife Inc 22-C-0117 2017-10-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EghnK&d=%2Fa%2F3d000000pSE2%2FlC5RpZJtPiqM1KLNgk_0Cn1tAUtkcSZoVhAnKbxtxIk&asPdf=false  
f17f7e5437db0eef Freedom Center For Wildlife Inc 22-C-0117 2016-09-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgiNu&d=%2Fa%2F3d000000pfeS%2FEwJ9QFhrTUcbSj0lBNbK_akWJdMlj5zNE1OK6g3h6Dk&asPdf=false  
0efaf1ef0edf0dd7 Freedom Center For Wildlife Inc 22-C-0117 2015-08-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EghPN&d=%2Fa%2F3d000000plxU%2FdvtvW5ZwMcX2D7Xasp7jMAk6VvReaatWpyebID_Emb0&asPdf=false  
4ba88b5d0ad59895 Freedom Center For Wildlife Inc 22-C-0117 2014-09-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egh5J&d=%2Fa%2F3d000000pV3W%2FSvxNUNADEvyO0q9XE8V_r5YwfeCko214skt7zqBmPO0&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 96.541ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API