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 = "74-B-0680" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: 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
17321033b9408b0a Anthony Matone 74-B-0680 2019-08-20   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcnC&d=%2Fa%2F3d000000povU%2FJ9DOadhcIuu7hgc25_2KDAfTDPAUSa79O8JXgPnGs_A&asPdf=false  
0c54a83b3b968cfd Anthony Matone 74-B-0680 2018-04-16   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdeQ&d=%2Fa%2F3d000000pmF8%2Fu4C3G1kxlXHN5ikMeR54eg.g4tjHecPV3YzsbnN66Tc&asPdf=false  
b1aa0f40ea784b8d Anthony Matone 74-B-0680 2017-07-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egci4&d=%2Fa%2F3d000000pkXq%2FWW4zTyOe81Dld12DzZvp_RslEWbrTEL275niZeGwQ5A&asPdf=false  
89c89ef000dc709a Anthony Matone 74-B-0680 2016-06-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYLH&d=%2Fa%2F3d000000pe1o%2FBWq8g54z3DJ1DPT2g_msvxT6P1jTq3aFEYwY_2UYsLo&asPdf=false  
09d3840ce4928cc7 Anthony Matone 74-B-0680 2015-07-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYUS&d=%2Fa%2F3d000000poZI%2FGiSG8nNZr4NnajDCQrsLghqIS8bxkV9ZSM0i.wR5zSU&asPdf=false  
e65e4891f6ce6877 Anthony Matone 74-B-0680 2014-06-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXqZ&d=%2Fa%2F3d000000poHg%2F1GjOEJSpfC9VcS8wZOgDaVSFySN9fI1r4Yp3vZfqAuY&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 1792.213ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API