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 = "72-R-0105" 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
ba56ae0c46cfd285 University of New Orleans 72-R-0105 2025-01-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000KXxU6&d=%2Fa%2FSJ000001ptpt%2F9.h9hR3NzTkPTi3PDHvhecGAMtaidjEBXfz7Qkn5ELo&asPdf=false  
65678f1d43289b4b University of New Orleans 72-R-0105 2024-06-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000EA1Js&d=%2Fa%2F3d0000035Mpj%2F2Bt5GKjfininAsoCGCkN7VqfMy5Cy_LC9Ux2rgOa2bA&asPdf=false  
b30d167fc694b0b6 University of New Orleans 72-R-0105 2023-04-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000008B0Nf&d=%2Fa%2F3d0000017taU%2F_cGPdBZ_iVPJavtf9zM9IFDn78kxBSiudCl_uNq_HZw&asPdf=false  
4f8272f6f3b92109 University of New Orleans 72-R-0105 2022-05-23   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Yx3js&d=%2Fa%2F3d000000pgMz%2FejwHZWSSwOhJwJhAW28DJ1vkthtnfYewlh6MCs8BhOo&asPdf=false  
0f495425ab64d5d0 University of New Orleans 72-R-0105 2021-06-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000NhKDh&d=%2Fa%2F3d000000pgKd%2FaQqVly3jTcG_8bM_k.OuWiAeyHOL2.a9Mg4uwl1SbpU&asPdf=false  
031b00f854a8fa22 University of New Orleans 72-R-0105 2021-01-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ERm20&d=%2Fa%2F3d000000pgLT%2FHJaqU9o02jwvmojcQFKtW26j4ry8bgrtCDIz7VbDQWQ&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 3.593ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API