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

10 rows where cert_number = "91-C-0152" 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
baf1df67c56ee989 Adventuresome LLC DBA Rainier Reindeer Ranch 91-C-0152 2024-12-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000HIdsP&d=%2Fa%2FSJ000001P30X%2FLP6AeEuBGb5.lRtTBhQ5HvGveTHRdY9_cU0DEIF1neg&asPdf=false  
6e5099431f52b3f1 Adventuresome LLC DBA Rainier Reindeer Ranch 91-C-0152 2024-11-26   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000Fq0rd&d=%2Fa%2FSJ000001GmMf%2F2MHO.bWcbyLgZns5bgrbdV8Pg2.SUpSRoSAe4W8W1hU&asPdf=false  
18f9d17d42bc7f58 Adventuresome LLC DBA Rainier Reindeer Ranch 91-C-0152 2023-11-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000B9aJP&d=%2Fa%2F3d000002BRIE%2FWKHMHGj7QlXp5286Nvykzj7esPx_LmAlVvlVyt1CrDM&asPdf=false  
7ea578fc73cdbb11 Adventuresome LLC DBA Rainier Reindeer Ranch 91-C-0152 2023-02-02   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000007Jhpf&d=%2Fa%2F3d000000t5R3%2FGREeCx6DjXFGYZftvMEsT0IYJqsA80Uc0p90wrZXU5s&asPdf=false  
5e2edb412946e08f Adventuresome LLC DBA Rainier Reindeer Ranch 91-C-0152 2022-10-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000awaQs&d=%2Fa%2F3d000000pcZ8%2F4NZ1uTx57SmdR3p9kOfLJI8usPCRZc0lzRf.WIc7Tbg&asPdf=false  
47a47dbf03ea1fc5 Adventuresome LLC DBA Rainier Reindeer Ranch 91-C-0152 2021-11-23   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V8dzV&d=%2Fa%2F3d000000pcZF%2Fz8_6gKl1hAqUrlb2PeJxvLXw3rLmQ_NXY6z39T_Zg9A&asPdf=false  
40ffb1cff9567093 Adventuresome LLC DBA Rainier Reindeer Ranch 91-C-0152 2021-05-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Nh3MZ&d=%2Fa%2F3d000000pcYn%2FFkdiVE32bCESslDXvL_TqNTMVMV0iqPM1XZEix1WOXY&asPdf=false  
68b0322616bfc44f Adventuresome LLC DBA Rainier Reindeer Ranch 91-C-0152 2019-09-30   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgoOo&d=%2Fa%2F3d000000pcYK%2F5HLH5rVE32k9FOSppxTH6Iti.5.MXGJzuziKQr5iDok&asPdf=false  
b9fadacd6cda38c6 Adventuresome LLC DBA Rainier Reindeer Ranch 91-C-0152 2019-05-22   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgiQU&d=%2Fa%2F3d000000pcYd%2FE9HIJLOnmUrIjnC4tTOpBQcJGu8HL04mQ3nGrRhoBWE&asPdf=false  
2fd7624722ac0cbf Adventuresome LLC DBA Rainier Reindeer Ranch 91-C-0152 2018-11-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgeZl&d=%2Fa%2F3d000000pcZN%2FMG3yc_iTLCOTbGAEpG.gdmJGcDhD.hB59JGgREQ4vU4&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 398.161ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API