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 = "35-R-0138" 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
0fa67a9fb538a9c2 Marquette University 35-R-0138 2025-09-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000moxhB&d=%2Fa%2FSJ00000659C5%2Fmk7CBe7HFkyvEDFleiKkBwl3hmVJhqIaUA49U51e1Cs&asPdf=false  
54a6ebcaa1b66223 Marquette University 35-R-0138 2024-08-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ000001GwsK&d=%2Fa%2FSJ0000003qYL%2FqwRvg9aSsLwkb6y4hWeeRVVDMGsP46bHP24SssuNQYw&asPdf=false  
4fffa581be37ebc5 Marquette University 35-R-0138 2023-09-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000A9im4&d=%2Fa%2F3d000001uvQ0%2F8Z5ckWttjToMZ0w32BgZDz56FlteWGYurpCEIWT.MCI&asPdf=false  
0e1429d8cd487d07 Marquette University 35-R-0138 2022-05-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YxAXP&d=%2Fa%2F3d000000pgcR%2FnB9v7BFaTHIZPe2slUA73XvRU8IfZdUxBEeHwbJvDUU&asPdf=false  
13c9aa130226261d Marquette University 35-R-0138 2021-09-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PNCb7&d=%2Fa%2F3d000000pgcA%2FKG2Kc4_X_g1drNtyGsIx27nyBBUN2bSb6iEM86UoKLs&asPdf=false  
aa29b84b2b05b97f Marquette University 35-R-0138 2021-07-13   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PMYfm&d=%2Fa%2F3d000000pgcD%2FWcPuOv8c.1hHNc.PEnsZE7IAykBExAJnmK27xgC6TfM&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.213ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API