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 = "55-C-0314" 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
535e9a8c2927f725 Happy Tales Animal Sanctuary 55-C-0314 2023-08-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000009e3gD&d=%2Fa%2F3d000001fLvC%2FmGf44HiNLemI46f5vML46HJz5dtNRbZ2HsWkLi3dUrU&asPdf=false  
7ff99975608231f2 Happy Tales Animal Sanctuary 55-C-0314 2022-09-13   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000awD5n&d=%2Fa%2F3d000000pZd9%2FrGQhrSWh7Imm3tv9_wo28FBXN.qXAyh7kTDFyp246jw&asPdf=false  
2adb74739765be7b Happy Tales Animal Sanctuary 55-C-0314 2022-07-08   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YxcMS&d=%2Fa%2F3d000000pZC5%2F8B.tEGZgzwGJyG1pWk_nMDvR8gXaQroVO9jqp8Y2aZs&asPdf=false  
a02c859618c065c2 Happy Tales Animal Sanctuary 55-C-0314 2021-10-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V8FLl&d=%2Fa%2F3d000000pZAl%2FBtJ7PHPPWSvS5E0o53cboiquHWpqnroZqwt0xdfzPY4&asPdf=false  
fa1e0db8d8d80982 Happy Tales Animal Sanctuary 55-C-0314 2021-09-16   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PNGT1&d=%2Fa%2F3d000000pZBS%2F60diaPYeXDC1lETl_KlPmbb1huBdOh60aqHHwPU70WA&asPdf=false  
455e7abf796abc4f Happy Tales Animal Sanctuary 55-C-0314 2020-01-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYnv&d=%2Fa%2F3d000000pZBo%2FIl269I.KlvXI9qunNxxdecObx9H4GM8xDfJFeK62isA&asPdf=false  
e1f8ac7ac233c4b4 Happy Tales Animal Sanctuary 55-C-0314 2019-08-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgWIe&d=%2Fa%2F3d000000pZCp%2FSIrKBqDk6s5u8DAL3htqA_tJmp6YGNnkvk6dTylCrY8&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 194.223ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API