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 = "74-C-1083" 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
aeb0c4964121e213 Ascend Camp & Retreat Center 74-C-1083 2024-08-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ0000036teT&d=%2Fa%2FSJ0000009zAj%2FGZRUW4S4KmudKre36TbjHSzdojI.P4PlutAmFpppv18&asPdf=false  
de92873c9e361191 Ascend Camp & Retreat Center 74-C-1083 2024-08-20   0 0 1 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ000002X28P&d=%2Fa%2FSJ0000006xqD%2F8iqqMzWVRHtW1QLG09XyQsY_TXTOYbMBWLRRj2vTDWM&asPdf=false  
fcf2d225f4a257eb Ascend Camp & Retreat Center 74-C-1083 2022-07-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Yxkuv&d=%2Fa%2F3d000000pTkz%2FWFuG.G7QY3dNmgYXQwO6wFPMK16ozNSt8ponGC8K0Kc&asPdf=false  
13891015fba5e690 Ascend Camp & Retreat Center 74-C-1083 2022-05-20   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Yx1RD&d=%2Fa%2F3d000000pTYa%2FIjfERPWynD0vgD2.c88QPXIkIUwSv8NnRtCtIdq6VwA&asPdf=false  
517e2e22711191d0 Ascend Camp & Retreat Center 74-C-1083 2022-04-07   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YwYx2&d=%2Fa%2F3d000000pTZ5%2FssfcOGwdI6nFEy8LlDdWZukokLsubuANSq3gLWNsLNU&asPdf=false  
32ccb40a4dbf6e16 Ascend Camp & Retreat Center 74-C-1083 2019-07-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfHS&d=%2Fa%2F3d000000pTYl%2FsK9xdNZaFAAqGW2WlB_24QCmadaWEt..vor2LoYBlYs&asPdf=false  
6882b00332b21a0b Ascend Camp & Retreat Center 74-C-1083 2018-04-23   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egavr&d=%2Fa%2F3d000000pTZl%2FKpTg.GlNXtH.oObhmBBxkG0tK2ERWJH0gnzpgojOhz4&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 383.802ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API