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 = "42-A-1507" 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
96b6efba16fdace6 Christa Mathews 42-A-1507 2019-09-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EghYj&d=%2Fa%2F3d000000pSaW%2Fu4YulGvMuMvT5DU.soB3wRR2U8Ts.ul3f1Ic4of8Y5Q&asPdf=false  
25bc4d90f27e0a27 Christa Mathews 42-A-1507 2018-10-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EghsL&d=%2Fa%2F3d000000pnyx%2FsnIR8oiSKNEHWkCQRlv.ZWCe3Dg3OXK91Fn4r1_OQwM&asPdf=false  
f162af7b68bc79aa Christa Mathews 42-A-1507 2018-02-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EghlS&d=%2Fa%2F3d000000pSfP%2FVt8KIQwws80wNmi78RZsTCbfHtOLuFWe_2h4KfjuWrI&asPdf=false  
944de19968a9ede3 Christa Mathews 42-A-1507 2017-01-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Eghvz&d=%2Fa%2F3d000000pXPG%2FNHKDM7UWeFlzVAQ6n9y6wzdoza14OfSubPGkpRD_oYk&asPdf=false  
ed3867543b91f0bc Christa Mathews 42-A-1507 2015-11-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egko2&d=%2Fa%2F3d000000pddG%2F2H7_Rv_zW_oDSN6LwCECbv02n3NUWmncI48zXx6YdOs&asPdf=false  
36049537c3a2efda Christa Mathews 42-A-1507 2015-04-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgaTM&d=%2Fa%2F3d000000pkWN%2Fo9SSiUJVKFVS29ozooZTl.ITbZsiun.OKAXc6QDNEoo&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 139.807ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API