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 = "16-C-0167" 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
fa4c277bff4e7880 FERNCROFT WILDLIFE RESCUE 16-C-0167 2025-03-26   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000S1vIk&d=%2Fa%2FSJ000002pzbN%2F7DbyL3_6nlZd6AEuHVol8dMHl5_0HRMNA60z57l8nuk&asPdf=false  
38335a9fd477a07d FERNCROFT WILDLIFE RESCUE 16-C-0167 2024-07-25   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000EgZ05&d=%2Fa%2F3d000003ELoF%2FtZi21VJnoFYRpYp_MuTmAqTEPorb.sWiiKYJOIfgzUw&asPdf=false  
3cf7a382616465ad FERNCROFT WILDLIFE RESCUE 16-C-0167 2023-05-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000008MZy7&d=%2Fa%2F3d000001BgZ2%2FWoosaetLBFWwTF0Wf_omx13KhkIBRDS4UUS1SHV0WJ0&asPdf=false  
c920e025ccb77618 FERNCROFT WILDLIFE RESCUE 16-C-0167 2022-09-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000awIHM&d=%2Fa%2F3d000000pZPe%2Fhr0b.WT28qPNeJIOqp4N80ZYyVKsYCWuQLvjm4_m_LE&asPdf=false  
f057941f603149a9 FERNCROFT WILDLIFE RESCUE 16-C-0167 2021-01-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ERm9B&d=%2Fa%2F3d000000pZQE%2Fv.B9K21H2aDh2fum05XPuvQZJ_NnyD7neVXrHJKbznc&asPdf=false  
df01cdb3ec516bc4 FERNCROFT WILDLIFE RESCUE 16-C-0167 2020-03-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egj2i&d=%2Fa%2F3d000000pZPh%2FlRTGCHCXGpqbx_lC.C5JwpiwDSo7HQ93CxjwuI3hsec&asPdf=false  
8aabb7147e0dc4ae FERNCROFT WILDLIFE RESCUE 16-C-0167 2018-11-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egncc&d=%2Fa%2F3d000000pZPO%2F_PyrMfFXe7dgcOBIakB699wtF11ecLT4OC5V5eSywOM&asPdf=false  
84a189f1c623317f FERNCROFT WILDLIFE RESCUE 16-C-0167 2018-05-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egb8Q&d=%2Fa%2F3d000000pZPE%2FKB07OGHOuSbpTZphuhaPvXpktQ4TkEolLcD_5doq4RE&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 8.506ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API