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 = "34-G-0001" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: critical_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
65c2af59bfe0c743 Avian Disease and Oncology Laboratory 34-G-0001 2024-04-02   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000CxyT8&d=%2Fa%2F3d000002k4jb%2FfiG6KBRy3SpW6D82Q9yJAPTWgnROJ4BslA922ttmIGA&asPdf=false  
1c70f9c783977d4a Avian Disease and Oncology Laboratory 34-G-0001 2023-08-30   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000009lt9f&d=%2Fa%2F3d000001j65L%2FRJmQQrAcJRSQRcB.OdSf68uWxG9RPdAWAGqNBpRkR6s&asPdf=false  
cb3a10283cd2b0c2 Avian Disease and Oncology Laboratory 34-G-0001 2022-06-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YxL6J&d=%2Fa%2F3d000000pW62%2Fxo3_WZ0sUCfS3GvTld18_sKyIrlLRC8aRl9z6R9YGRE&asPdf=false  
e83063de559e0ee3 Avian Disease and Oncology Laboratory 34-G-0001 2021-05-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000NhADu&d=%2Fa%2F3d000000pW6U%2F8oOXR.JKfH9Idhu.vwtUIrK_Z3aGifNSBhAMqF_hm7g&asPdf=false  
db22a143282ac854 Avian Disease and Oncology Laboratory 34-G-0001 2020-09-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EpNEa&d=%2Fa%2F3d000000pW7S%2F0HPK5zYhP7MmiXNShoY7Xod6cUu9mAmJqHa6wtEStkA&asPdf=false  
64548ab258b0ffe3 Avian Disease and Oncology Laboratory 34-G-0001 2019-06-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfZw&d=%2Fa%2F3d000000pW7Y%2FHBTraTKKKh7O41hXB3rMWvnr4lcaTzGkKxuj61hlG98&asPdf=false  
1fe05eb3ad582e6d Avian Disease and Oncology Laboratory 34-G-0001 2018-05-02   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdFM&d=%2Fa%2F3d000000pW6X%2FusnhpxMN07mEu9PhH1QW._9Dl8CJBwLdxx6EjvJRIpk&asPdf=false  
0873b8e2a7d9d9a2 Avian Disease and Oncology Laboratory 34-G-0001 2017-05-18   1 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXZW&d=%2Fa%2F3d000000pW63%2FcPOqIPm.OteA4iHBdgyB.FlV65QfkDlawkE38cosnEU&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 10.129ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API