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

6 rows where cert_number = "47-C-0065" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: noncritical_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
d404ded6f2b8862e Pete's Safari 47-C-0065 2025-04-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000Ukxx9&d=%2Fa%2FSJ000003HSuD%2FJufAsTqP8ZfsKFfszZM3EGlGnJO4lazqyN5lSoZiA.E&asPdf=false  
238dcef5805e1f2a Pete's Safari 47-C-0065 2025-04-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000UgfnQ&d=%2Fa%2FSJ000003GNLV%2F.k3pypyybd4fWTFxx6N4Gi2GZJfogah3rDyzS4oYw3w&asPdf=false  
d957b79600199689 Pete's Safari 47-C-0065 2023-07-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000009SOCB&d=%2Fa%2F3d000001aK63%2FoWZVA7OtmSLiavl0sv4Wfwr.kT2.c.QyYpPABnAlbY0&asPdf=false  
44ebe898c75b5c45 Pete's Safari 47-C-0065 2022-05-18   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Ywytt&d=%2Fa%2F3d000000pgSf%2FPtddFPjp3n8KhElVebBKAfA6Mil4JD3uj6u7GCloUKw&asPdf=false  
a6e44bce8ad343dd Pete's Safari 47-C-0065 2021-02-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ES9tw&d=%2Fa%2F3d000000peb2%2FPUghAOJOikNCydk1QnCBCWkG4VpF8ZM8_eWA5qO6ZFU&asPdf=false  
3cf95d0e7b55c7cc Pete's Safari 47-C-0065 2020-09-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Eq1lO&d=%2Fa%2F3d000000pmnv%2FZ.VP2tFhK3G757qIDbI9enbBcxt9Jj7QESZyse2ffZE&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 291.223ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API