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 = "71-C-0201" 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
6c5f0df2f0ab8b41 AR Game & Fish 71-C-0201 2025-09-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000miHZY&d=%2Fa%2FSJ0000064BpR%2ForDJS_zQHMMVK7eu3nSZ6tgFfp3zN5jdwRZvvbBUIhw&asPdf=false  
70dfd885c6b7400c AR Game & Fish 71-C-0201 2025-09-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000m2FAf&d=%2Fa%2FSJ000005yGmz%2F6QP64US2Xr8DjcgV4.LRdsfSSeUnrKFfKtoEHe_tewE&asPdf=false  
1a44d18a48bac2f7 AR Game & Fish 71-C-0201 2025-05-02   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000WZou8&d=%2Fa%2FSJ000003e8oL%2FE_Jw8doXURIhRCVyFKHdyKa3RPqP.7SltEbFfDgMVw4&asPdf=false  
a2699c7e9d7c21f9 AR Game & Fish 71-C-0201 2025-04-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000W939G&d=%2Fa%2FSJ000003WtKb%2FiDjmJYfHMdUOwLswmHZigpJy.MsrTCv1gri9g.P1gcg&asPdf=false  
9dafd27cb01c87d0 AR Game & Fish 71-C-0201 2024-09-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ0000058jTQ&d=%2Fa%2FSJ000000JL8n%2FnXgAIkzlaeBzXBO3HgyzNff5JU_CA..szxQlzPVrzGM&asPdf=false  
926417a43134b8b1 AR Game & Fish 71-C-0201 2024-07-30   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ0000010DzP&d=%2Fa%2FSJ0000002enl%2FbmxsCG_.ywq6ZRvuW.F0i5lknLChs8YBgCu3rSMOVbU&asPdf=false  
867d27ce0c6e0f6c AR Game & Fish 71-C-0201 2024-07-24   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000EeoEH&d=%2Fa%2F3d000003Dm40%2FuH_AAmjXf0L0opKhQRDbIRTpzc01FF_tMqgke_kZRmo&asPdf=false  
1fd0c8807deb2551 AR Game & Fish 71-C-0201 2024-02-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000CMbhN&d=%2Fa%2F3d000002XVD5%2FRIm1dxq3eS.EwU0_ajgRRozK.AVEufJMLtKQlM2T7zc&asPdf=false  
f6021044bf2c834a AR Game & Fish 71-C-0201 2024-02-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000CHHiH&d=%2Fa%2F3d000002WJuD%2F6nFkb8L4h5LGPOBy3riC8s3VI0BDCi._C9KLrLhT5FE&asPdf=false  
3510320c71afd872 AR Game & Fish 71-C-0201 2024-02-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000CGZvy&d=%2Fa%2F3d000002W4v9%2FLYDI5ou412DenWcZuwZ4BfJryAptOhW2gwdCJ3Hnmnw&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 4.135ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API