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

9 rows where cert_number = "73-C-0225" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: noncritical_count, teachable_moment_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
a7c5eff4beb56873 Michele Walenciak 73-C-0225 2025-05-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000YaI4n&d=%2Fa%2FSJ000003yzjd%2FH5.P1CDLGE8usSCK4m3Pxf1A5POBw31CN8SiklwzMic&asPdf=false  
3b64e84265c7c5f0 Michele Walenciak 73-C-0225 2023-07-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d0000096jJE&d=%2Fa%2F3d000001QgRZ%2Fu_ltdR6ug3wIyBJKGQZKyngKhB7ofBoeFCuNh9McFno&asPdf=false  
5f719e06e17040b5 Michele Walenciak 73-C-0225 2022-08-23   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Yy7JD&d=%2Fa%2F3d000000pY4C%2F_IfGeeyVgTDby_FylIpjLTQpgOcyaX2qZ4qYA1kz5co&asPdf=false  
4b8689515b66ac14 Michele Walenciak 73-C-0225 2022-06-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Yx6kP&d=%2Fa%2F3d000000pY3x%2FBWNMmRNUZlC5cOecbb.Qqti30if.c3rCtNM.08YnyZ0&asPdf=false  
41c8a116fbbd788b Michele Walenciak 73-C-0225 2021-10-07   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V88T4&d=%2Fa%2F3d000000pY2m%2FS2pHy5kDs1k_MJMoBR73QrsK6TGH9Bw9gDpVxKC5nYk&asPdf=false  
35611e6238a17372 Michele Walenciak 73-C-0225 2018-05-09   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egc0h&d=%2Fa%2F3d000000pb14%2FYAX.knFCWlHZCAtntz08.6GX6WlgSKbaZ9SPKKqpzEc&asPdf=false  
4b3ba20ff74289a1 Michele Walenciak 73-C-0225 2018-04-23   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgmZY&d=%2Fa%2F3d000000pWnJ%2FnWZb9_o4siJI1nndf9ooVDvo6OKkaDlmF4O87pKJpAQ&asPdf=false  
83d0406de8c48adf Michele Walenciak 73-C-0225 2017-01-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egc2d&d=%2Fa%2F3d000000poRL%2FPWrkB8xeiBcOROsBuqd1b1oQ7Jd7E2V3cx2yQPz10cQ&asPdf=false  
654aa412e267798f Michele Walenciak 73-C-0225 2016-07-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYmC&d=%2Fa%2F3d000000paft%2FJGXcRBOpMBB_xRTuZYBq1uye.NWuhRYJZ3Z307MWhgM&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 5.276ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API