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 = "31-B-0190" 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
42d66cc50b81c3a1 PINE RIDGE ENTERPRISES L L C 31-B-0190 2023-03-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000007ufgq&d=%2Fa%2F3d0000012wF1%2F1.RtNswgH_xODTgENXxRVdEGeb0HCadhG9ZGhWb2yeg&asPdf=false  
3c7de4c4f5e817b5 PINE RIDGE ENTERPRISES L L C 31-B-0190 2022-01-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V95WB&d=%2Fa%2F3d000000pgxa%2Fpi_q9w_mPGmn8vsBGmihuI8CquMHqYvH1Wu2XQUQ7nY&asPdf=false  
d788c29e2afe473b PINE RIDGE ENTERPRISES L L C 31-B-0190 2021-01-26   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ERygo&d=%2Fa%2F3d000000pRox%2F3UY7JEKMrbVfECfwmdm_hiJPVOE4Uey0gcIdk6aJMNk&asPdf=false  
c976d0639b40db99 PINE RIDGE ENTERPRISES L L C 31-B-0190 2020-02-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Ego5w&d=%2Fa%2F3d000000pkUF%2FP9m7xFrYCPyB.ZT0b5kGGOnHbI3.2vzH1bIRNNQ7Wus&asPdf=false  
6c92eb5926aa97f1 PINE RIDGE ENTERPRISES L L C 31-B-0190 2018-09-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egnva&d=%2Fa%2F3d000000pdz3%2FBetCBFrclvKoiVwITwAbl.sLByiXC3O1sTEdlCmLz3s&asPdf=false  
7e5c3107d75719b1 PINE RIDGE ENTERPRISES L L C 31-B-0190 2018-02-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcL9&d=%2Fa%2F3d000000poAJ%2F6u8YsG14GRn0w9SmiARLyO3GlVR82KnulPGs68obiqw&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 681.632ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API