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

6 rows where cert_number = "72-C-0138" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: noncritical_count, direct_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
f514330afd2ade82 YOGIE AND FRIENDS EXOTIC CAT SANCTUARY INC. 72-C-0138 2014-11-05   0 4 2 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnwRE&d=%2Fa%2F3d000000ppLg%2FIqrkOIqYlwpf0tLR__NK5bykZnphagN4PvDidKapV9A&asPdf=false  
195a7bc5533dea12 YOGIE AND FRIENDS EXOTIC CAT SANCTUARY INC. 72-C-0138 2014-09-23   0 1 4 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Dnw7W&d=%2Fa%2F3d000000pbeP%2FJicu8d1MR7YKrABHYidnXrawEeyHtdYOqJaxraOkZuk&asPdf=false  
ebfcb3172f86a947 YOGIE AND FRIENDS EXOTIC CAT SANCTUARY INC. 72-C-0138 2014-08-19   0 1 4 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnwHp&d=%2Fa%2F3d000000pkz3%2FSPs2CpOPQgPfKNZsg4SqfqtgrnCJExxZ_r48_l9GXZM&asPdf=false  
a93da00de9838769 YOGIE AND FRIENDS EXOTIC CAT SANCTUARY INC. 72-C-0138 2014-08-11   0 0 2 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Dnwjc&d=%2Fa%2F3d000000plIw%2Fg3w1ZUgOkIUFb7NPjiBrXhrRzba7K8lYUmgFHfKtVPw&asPdf=false  
0c1219d9a9ccaea9 YOGIE AND FRIENDS EXOTIC CAT SANCTUARY INC. 72-C-0138 2014-08-05   0 0 2 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Dnx0x&d=%2Fa%2F3d000000pmas%2FnZoSz4qiK_2d.2Jw7EjGT98k_sHaeFwQuoTpt5IK92g&asPdf=false  
1b9500da148fa7cd YOGIE AND FRIENDS EXOTIC CAT SANCTUARY INC. 72-C-0138 2014-07-22   0 6 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnwMT&d=%2Fa%2F3d000000pfdK%2FdNHRsviCxDGHuRTpc_8MbefYSNIopGiimQIQQ0Lzq0g&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 713.978ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API