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 = "86-C-0131" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: critical_count, 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
b16e658997a17e99 FUNNY FOOT FARM AND RANCH LLC 86-C-0131 2022-04-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Ywj1T&d=%2Fa%2F3d000000piTp%2FohtrnKMnilJpmANwsUhRCw4hkr8b_I9pjwIqkJp.4HE&asPdf=false  
53823941f53dd4db FUNNY FOOT FARM AND RANCH LLC 86-C-0131 2022-03-30   1 3 1 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YwUF1&d=%2Fa%2F3d000000phJS%2FOp5yMV4DxbuPEGXxHfDzQ1c_2bsS4Ppyjaiu8pL4Jl4&asPdf=false  
5216ad9b51df552d FUNNY FOOT FARM AND RANCH LLC 86-C-0131 2021-06-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000NhLeS&d=%2Fa%2F3d000000pft8%2FOnls4VMfx7fvvgHhTYCEkru3j0uWV0VRMyhrVjaj1UA&asPdf=false  
a451e081eb95380d FUNNY FOOT FARM AND RANCH LLC 86-C-0131 2020-10-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EryXe&d=%2Fa%2F3d000000poLa%2F16f3abOcUGSeDcODhwEEJv1gvJjJQizbE1fCQ4A3_ZE&asPdf=false  
006864f9a7fd9808 FUNNY FOOT FARM AND RANCH LLC 86-C-0131 2019-08-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgY3k&d=%2Fa%2F3d000000pTB3%2F1yA6OoQAjkHMhiJXJ0oUBHnTiV5PAdCIsH2vsTZ6HUI&asPdf=false  
5a6ae697ab791028 FUNNY FOOT FARM AND RANCH LLC 86-C-0131 2019-02-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgY3G&d=%2Fa%2F3d000000pUqZ%2F9v7XiB0kfkX5SK9OBjAeY32GkJLU.JX_oaUsRHzwvOU&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 1259.491ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API