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 = "41-C-0272" 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
242bc8857d024633 THE HILLS YOUTH AND FAMILY SERVICES 41-C-0272 2020-11-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000FyJK5&d=%2Fa%2F3d000000pmJE%2F11M.f_Itw0WLQlR5CIut0aom5s27E1n5yEVEiCzamVY&asPdf=false  
19b69d4a8499ffb0 THE HILLS YOUTH AND FAMILY SERVICES 41-C-0272 2019-08-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egaq0&d=%2Fa%2F3d000000pn7q%2F_5FN3CvXK8gwZqgLbcj7c8YLm0DrP504.M0ScXnm9xQ&asPdf=false  
56b17ed4b0e65ab3 THE HILLS YOUTH AND FAMILY SERVICES 41-C-0272 2018-08-23   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgarP&d=%2Fa%2F3d000000pkny%2FtdZN2AD.S4IkCKSdn3XB71Q9qg9tuqW5WyOdzTJqHXA&asPdf=false  
100654f9bb9f193c THE HILLS YOUTH AND FAMILY SERVICES 41-C-0272 2017-09-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcHo&d=%2Fa%2F3d000000pnI5%2FWwrCwUQiC5I.5h2wxC8W5oI6NMiMjD9vBzLxC45F7PM&asPdf=false  
c0d0cd098f268fee THE HILLS YOUTH AND FAMILY SERVICES 41-C-0272 2016-09-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egc6o&d=%2Fa%2F3d000000pRRR%2FZriES7qHUDiGVp8MDVsexzFXlW50gJUzVvBS1oQyZYM&asPdf=false  
e344f5c002f5ce56 THE HILLS YOUTH AND FAMILY SERVICES 41-C-0272 2015-09-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgbJL&d=%2Fa%2F3d000000pfSJ%2FnwiuJyYPqJOiytWghS9Bubi4Xs2v7fzYGt89DTz.iag&asPdf=false  
20d66ced6a466555 THE HILLS YOUTH AND FAMILY SERVICES 41-C-0272 2015-01-02   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egbcz&d=%2Fa%2F3d000000pgiB%2FMotf8oKvAHZII7xfPTtsmkDoM5QNofcXrMQiXcmmuXI&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 5.04ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API