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

11 rows where cert_number = "93-B-0250" 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
b1d2a2cd44542bd6 Kim Dahlin 93-B-0250 2025-09-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000mOylq&d=%2Fa%2FSJ0000060so9%2FjDSjhXW9OCjeZHAOrIwEesWPfa6vB9AzcrhyET9uhW0&asPdf=false  
1d0e2169f8e81ee1 Kim Dahlin 93-B-0250 2025-05-02   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000WaqAc&d=%2Fa%2FSJ000003eLTp%2FSnSLmYCSKzJfx0oc2Ez2iCZvwXbiNZNEOcFNR8tIDvk&asPdf=false  
e3cf724fd490f567 Kim Dahlin 93-B-0250 2024-10-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000963hM&d=%2Fa%2FSJ000000dLZF%2Ft.O_rLSSud5ZbrevVVfiHYSRJc6J2E0P_cIUOwE82wc&asPdf=false  
510096ad1c2c6546 Kim Dahlin 93-B-0250 2023-10-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000AQrYC&d=%2Fa%2F3d0000021kej%2FMO9pKheRi62x5L0iCIF0q7qk7TWt6qOwt9lXgKONIcw&asPdf=false  
d140c776eada15da Kim Dahlin 93-B-0250 2023-02-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d0000080fNq&d=%2Fa%2F3d0000014kbT%2FCfjVLL0J3n9MeBl5eLl3kAvbGOayMDsObsFcCOBw6yc&asPdf=false  
e83ae335f4ca4c24 Kim Dahlin 93-B-0250 2022-07-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Yxir1&d=%2Fa%2F3d000000pjdn%2F3f1LXDQ59F.NU_UgUZAA0XRt.sR7ergm7VyqqqTAmFs&asPdf=false  
772ac6347af5294d Kim Dahlin 93-B-0250 2022-04-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Ywf3k&d=%2Fa%2F3d000000pj0B%2FQFa7vER4yVQNz_DdOxw5yS_BmOno.gmwc6xk4CHJ4e8&asPdf=false  
982c421942a53c24 Kim Dahlin 93-B-0250 2021-10-26   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V8b9s&d=%2Fa%2F3d000000pj0O%2F0aucd6CBHxfDykgDh2Tl_OoLMUAbV408DOedy7VS7yo&asPdf=false  
7a55ccaf4783e088 Kim Dahlin 93-B-0250 2019-09-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgnTv&d=%2Fa%2F3d000000pizZ%2FJ6hB_lQXVfs.jUV2VCGR2szWXCpWU2yXeAWgJEVmWD4&asPdf=false  
1bc0987a490c25c4 Kim Dahlin 93-B-0250 2018-09-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgnBR&d=%2Fa%2F3d000000pizS%2FKaBoZ9qHcVB07wxGNA9DM0JQVH_EZX.1B4ciMRY.Ht8&asPdf=false  
547bd0790f6822f1 Kim Dahlin 93-B-0250 2018-04-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egkva&d=%2Fa%2F3d000000pizA%2FsRN4ieqXo_IDrKBrNIxGN0DCPWfGQKKmsCPdwiKC_y8&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.238ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API