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

9 rows where cert_number = "64-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
2fd26599b7036126 Aquatic Animal Health Research Unit 64-G-0001 2025-08-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000hx2DJ&d=%2Fa%2FSJ000005M0cn%2FPhvozwGuIK1AWCvR9a.P8CUAGiTNdX6_Eh7v9kyrvo4&asPdf=false  
9b09260fdce923b6 Aquatic Animal Health Research Unit 64-G-0001 2024-08-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ000002X5ZF&d=%2Fa%2FSJ0000006wxN%2FGw.KKJ2NquiRvrPVMSEEGe0AGUmySQh2SHZlYdiRtKw&asPdf=false  
485627edec7cf9a8 Aquatic Animal Health Research Unit 64-G-0001 2023-08-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000009etka&d=%2Fa%2F3d000001fZez%2Ff.yM5cCG6kfLtarFA9meyfIg_ITLMBze9SXL3HofSRE&asPdf=false  
f00e07c6f91d59de Aquatic Animal Health Research Unit 64-G-0001 2022-03-30   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YwUU1&d=%2Fa%2FSJ000002T3hK%2F1Gn_TbDyULZvrFCEq9vlpPlQG8QB8eI01kzMsF6G_0Q&asPdf=false  
8fe8290747f5c6b3 Aquatic Animal Health Research Unit 64-G-0001 2021-07-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PMjYH&d=%2Fa%2F3d000000pWwg%2FhgZEjhC9wXf3X7tEbr.2BUQ5vPwHXRi60FAx56KBiJ4&asPdf=false  
36eb876d1c2d8e38 Aquatic Animal Health Research Unit 64-G-0001 2020-09-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Dna5Z&d=%2Fa%2F3d000000pX7w%2Fm3K8qesg5u3pleLpXlJDsmMzx6nr.QBdP8kPDG.Ee8I&asPdf=false  
5aca6e3e5c15cb70 Aquatic Animal Health Research Unit 64-G-0001 2019-09-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egfo1&d=%2Fa%2F3d000000pmov%2FGZszGX7B56ZDkrVQqVntcTjlRrf3tpPeYEE78Yot_Mk&asPdf=false  
d24fec882e2cd0d5 Aquatic Animal Health Research Unit 64-G-0001 2018-04-03   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcHr&d=%2Fa%2F3d000000pSeT%2FEakINaWMk95Koj6vc6eDTGh5T4oIJByghru1WjMULBM&asPdf=false  
1745c94406a98f20 Aquatic Animal Health Research Unit 64-G-0001 2017-06-20   0 0 0 2 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcsG&d=%2Fa%2F3d000000pRTG%2F3OvxWmET_tlxbwR3lNj3bFdBJGMgsYomxP1h3LB6R3o&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 33.695ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API