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

8 rows where cert_number = "72-C-0112" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: critical_count, noncritical_count, 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
c5456ea44490bbf0 GLOBAL WILDLIFE 72-C-0112 2022-03-23   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YweCM&d=%2Fa%2F3d000000piR1%2FLw_HxSKhtZHSNHKiaYOheFxFMZWbXucmdPLtJp2O8ss&asPdf=false  
735e4ccf87786c59 GLOBAL WILDLIFE 72-C-0112 2019-07-09   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgWnv&d=%2Fa%2F3d000000pk7s%2FoWI6z7h8CB9BgeJDLZWNQEBFPvwIsw3UyPy_Ga3cj7c&asPdf=false  
c10acd6eb4fab9b1 GLOBAL WILDLIFE 72-C-0112 2019-02-25   1 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgY9b&d=%2Fa%2F3d000000phug%2F9nfAz7VdVy_kJYxgIIeV77r3D7Z_Dd10fpKmQ1G3leE&asPdf=false  
e97868c1bf8ea321 GLOBAL WILDLIFE 72-C-0112 2018-11-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXys&d=%2Fa%2F3d000000pnun%2FyqT3lA2.nkoHTl8Y.lJhnYk56URfWcUM5p921YrrPg4&asPdf=false  
9d49276146ce164c GLOBAL WILDLIFE 72-C-0112 2017-07-31   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgWMh&d=%2Fa%2F3d000000poIt%2FOFF2ySYbvypgExLf7XErtble4d5IBGU3Sa9iYDcha.8&asPdf=false  
5b144d2a15090d14 GLOBAL WILDLIFE 72-C-0112 2016-10-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgY2T&d=%2Fa%2F3d000000pesz%2Fmo1r5G_sf1kvNh8CxDbHQ8yR4oT6l92NtJkuuvEWgao&asPdf=false  
78b2a315b6558a36 GLOBAL WILDLIFE 72-C-0112 2015-09-29   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnxSb&d=%2Fa%2F3d000000ppKv%2FPKhakZxAIOVZJn8LvIE_p2fOKWIWXg0pqFN3ySYyJvI&asPdf=false  
ff114c9a9c88827c GLOBAL WILDLIFE 72-C-0112 2014-10-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXRm&d=%2Fa%2F3d000000pShh%2FLkAUBELOJFCI0NiBXf9apbdP6zifybB1ALC_QX9w2iM&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 6.427ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API