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

10 rows where cert_number = "73-G-0001" 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
42dba59278d462d5 Southern Plains Range Research Station 73-G-0001 2024-11-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000E8Xem&d=%2Fa%2FSJ00000167O1%2FhtJUCVz0Ph7W6UZh.gQ757AZc_7jHcRQRCNMJI17pZs&asPdf=false  
d1da5eb7688c8069 Southern Plains Range Research Station 73-G-0001 2024-02-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000CEI42&d=%2Fa%2F3d000002VmhE%2FKOz9UIEWLlG4HcLXy.0aePybNINVxgIVeexQm6RjaZ0&asPdf=false  
f3009f8cad4f0e77 Southern Plains Range Research Station 73-G-0001 2023-06-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000008nSH0&d=%2Fa%2F3d000001KUzO%2FWRGSrsKPTjr5rDAPugE52IB1FQwX29_vp03Dw4uc9TA&asPdf=false  
c4613e4d9b3d27b1 Southern Plains Range Research Station 73-G-0001 2022-02-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V9Gca&d=%2Fa%2F3d000000ph3f%2FvbpY8UGODSiTHu9iVJ0JAOLu29IAhuNP.CHlJLCgLdM&asPdf=false  
1a8bdf595d63091a Southern Plains Range Research Station 73-G-0001 2021-06-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000NhJ2h&d=%2Fa%2F3d000000pddw%2FYL.7q.eFHDCwYYJy_uXPwTiOoiKD6qpaiUOwO1jbxw4&asPdf=false  
d1061e91244a19b2 Southern Plains Range Research Station 73-G-0001 2020-03-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgetJ&d=%2Fa%2F3d000000poYQ%2FdzbB.7DJE3Rh6.9gCkstJ.qhVNrhKQthHauRq8qF5MY&asPdf=false  
9c3ab6a4bffdfdcd Southern Plains Range Research Station 73-G-0001 2020-03-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egeml&d=%2Fa%2F3d000000pkME%2FC0E0JBEkTqlu1vVJ0oe2WhTB7CEQI.rDxmNHiQ1A8hA&asPdf=false  
5d7ea87383fe0a96 Southern Plains Range Research Station 73-G-0001 2018-10-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egeow&d=%2Fa%2F3d000000pmmT%2FFa5Ku2l22yM2me1khB1uba6Cx1_QNTPPUQFFNCak2R0&asPdf=false  
8ecb80145590c3f6 Southern Plains Range Research Station 73-G-0001 2018-07-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egcxk&d=%2Fa%2F3d000000pb8X%2FqaEqXNAdHRgm_MW6Hl5zIduaR5dxpeNsb.MBu5zUyUQ&asPdf=false  
6df54eef1418877c Southern Plains Range Research Station 73-G-0001 2017-04-03   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcnN&d=%2Fa%2F3d000000plXl%2FT.umz3ACZHXWUviUpMZJ8CH5eXd7ncNr_cvlsqTrVPg&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 112.801ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API