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

8 rows where cert_number = "74-C-1075" 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
0d6b8757e8c47fff Charles Stonecipher 74-C-1075 2025-01-15   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000KdCFZ&d=%2Fa%2FSJ000001qh3V%2FptaDREYADBnouyovu6waQjVvEk7FePvKt36QD6pzbe8&asPdf=false  
7e8b9560dc95d059 Charles Stonecipher 74-C-1075 2023-01-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000gPUHA&d=%2Fa%2F3d000000paKg%2F6_zdFdepQl787zbmQdJTSTLS8d9weW8WxHzGcEZPPeg&asPdf=false  
3369bb0e9c4bef89 Charles Stonecipher 74-C-1075 2022-05-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YwxUn&d=%2Fa%2F3d000000pa7B%2FSaYeMJ8gqzRLXoaNYHo_Gc19rQ3V_R0MtOwQMKDh3fY&asPdf=false  
54e0ed863a0cca64 Charles Stonecipher 74-C-1075 2022-04-15   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Ywdej&d=%2Fa%2F3d000000pa6G%2Ffmo6eE9gnb0VuiBuXv77jRVu6zfL1QH4Z6Ci6w8uCEc&asPdf=false  
be0eded677d50480 Charles Stonecipher 74-C-1075 2021-03-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ESa7A&d=%2Fa%2F3d000000pa7G%2FYSdxO4IteVloDVC5WNY5PYLRtfFsDykmsDGX6p2Qhl4&asPdf=false  
ba9921a28f4b5d29 Charles Stonecipher 74-C-1075 2020-01-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egf71&d=%2Fa%2F3d000000pa6c%2Forzp9FWgFooRVNvWDAvu_axBI04UWCJriY5t9Y_2QPI&asPdf=false  
55a2c2287475933c Charles Stonecipher 74-C-1075 2018-11-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfL8&d=%2Fa%2F3d000000pa7R%2FQCq0SQwmjpRFrMGIAJmVokh.eiLhxlcDUZIUqtJc6SI&asPdf=false  
639b94de52a4307a Charles Stonecipher 74-C-1075 2018-02-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egapd&d=%2Fa%2F3d000000pa6M%2FMYWxXyy4mskwLDcjMU.P2DRDQLvRynPPjlnJst4E0fI&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 4.234ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API