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 = "31-A-0531" 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
be45c86a27c50115 ANGIE CLEMENTS 31-A-0531 2021-03-23   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EScaG&d=%2Fa%2F3d000000pRrB%2FHPM89wWrOVuvNUgr2QO9.EkpZFR0ZlL5cfF7hkDr4MA&asPdf=false  
5c4bb85f2462cb21 ANGIE CLEMENTS 31-A-0531 2019-02-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egijm&d=%2Fa%2F3d000000pXX6%2F4sujYAI1gA03qI9Om3MJGh9BJ9YOPSiKg4uixh.bZ2I&asPdf=false  
71ae58a427d9f627 ANGIE CLEMENTS 31-A-0531 2018-03-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egihb&d=%2Fa%2F3d000000pfQC%2FLI.LG0X0m0hzDHGiziSmm_koYfl1.jxJl6rg15ARozg&asPdf=false  
24e1c2d6186c0ab7 ANGIE CLEMENTS 31-A-0531 2016-12-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egfsy&d=%2Fa%2F3d000000pRQs%2F1dTNx6ksjkWoU8yHVRxzD3ile3r9e6efI4Ikbkmkmgw&asPdf=false  
ab2c48f78fc460cf ANGIE CLEMENTS 31-A-0531 2015-10-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egkbe&d=%2Fa%2F3d000000pSAy%2FR65ybhIluCjmc6yQwSa08B9CiBiGWM8Dnn01p8zAsHk&asPdf=false  
c765335313bbbf40 ANGIE CLEMENTS 31-A-0531 2015-07-01   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EghN3&d=%2Fa%2F3d000000pdmr%2F0oNIAQCPJjfW6nPDaOuFkzmudOK72jS_LmPncrKlc5Y&asPdf=false  
a9c1d2189495a852 ANGIE CLEMENTS 31-A-0531 2015-02-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZbe&d=%2Fa%2F3d000000poLU%2FFy9aKNYyqEnhrQvFmKb_Hjnji1YxZ.mU3kSPCS0LhTw&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 344.648ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API