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-C-0259" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: noncritical_count, direct_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
e7c592483ef26f95 Jamie Krueger 73-C-0259 2025-12-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000vB2KQ&d=%2Fa%2FSJ000007Ofvd%2FY_UiUUPit2fDyrsZxzn404_tFZ7WsgXpnPahXQfsHAg&asPdf=false  
05921c55147e57e4 Jamie Krueger 73-C-0259 2025-11-18   0 6 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000vAsXm&d=%2Fa%2FSJ000007OWdp%2FMtaKSKPTBdLxmYACX2k8LPmpErlQlia2BUfZtlTNOH0&asPdf=false  
787416406a785dbd Jamie Krueger 73-C-0259 2025-06-26   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000chRjv&d=%2Fa%2FSJ000004asHJ%2FA1phmp6ptmMssiwbgyjymRpcrxEWiOnIicjKYd1qcQo&asPdf=false  
ebcabcb274a8aebb Jamie Krueger 73-C-0259 2025-04-15   0 3 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000UT51T&d=%2Fa%2FSJ000003E9g1%2FS4pv5CWmViT24Qrz0Yb.YgJXKTKeiEIJPoik5Ld0XT4&asPdf=false  
74e5f40bceefb3d6 Jamie Krueger 73-C-0259 2025-01-23   0 4 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000LVNu4&d=%2Fa%2FSJ000001wyfx%2FWobxyTAU.blYwGhIcV1R.foimsjXv.p3XkyYwEt2lDM&asPdf=false  
66aeed2b34535941 Jamie Krueger 73-C-0259 2024-10-28   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000BnV6A&d=%2Fa%2FSJ000000sH5V%2FRobIytxdiWy6MJSuey7nKlPA5OMyQrUmI0w9jnNFmCs&asPdf=false  
ddb81d003bad460a Jamie Krueger 73-C-0259 2024-08-29   0 5 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ000003Nhc1&d=%2Fa%2FSJ000000BR9l%2FpqYsmwWLbLtwUv_wyzK5cX4fNkUGTaKFkQUkz6AtW8s&asPdf=false  
8941246983ae8646 Jamie Krueger 73-C-0259 2024-08-21   0 2 3 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ000002t7cP&d=%2Fa%2FSJ0000008P65%2Fpo6Z2MYDMMLeaQGquRvU_FyMgEMgrBC0hvI47LsBQmA&asPdf=false  
a653a6bb5909732c Jamie Krueger 73-C-0259 2024-02-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000CAIIT&d=%2Fa%2F3d000002V0xM%2FYniIPtL2rcL1v9ZmyS5CXPHM4vF45NX3gI_tpbNmVZg&asPdf=false  
f9fd10cc20f44d97 Jamie Krueger 73-C-0259 2023-07-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000009K8VF&d=%2Fa%2F3d000001W2Ok%2F_q41TeqcmRojXh0sd7pbwq6S0c6mB6QeK0MpvjS0itg&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 1241.922ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API