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 = "67-C-0012" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: critical_count, 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
e8f01987cfe5b740 Atlanta Safari Park 67-C-0012 2025-04-22   0 6 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000drAFl&d=%2Fa%2FSJ000004kght%2FFZL8oGtFMbq0zBE0S3NG4ikBjxfrJA7xEUxXAqOzvro&asPdf=false  
5be53ba7871c48b0 Atlanta Safari Park 67-C-0012 2024-12-13   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000QHMux&d=%2Fa%2FSJ000002a2es%2FvnnpoBUTyxD__.LxM375kX9VjsKye.BvLEPHM8kI2EA&asPdf=false  
a024cc71ac9ecd34 Atlanta Safari Park 67-C-0012 2024-11-18   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000Flten&d=%2Fa%2FSJ000001GEOD%2FtxmtWY1bBf5_LshRL1qq_2qQYAYS65.EftoPacXoQXg&asPdf=false  
2bf4c14d5f07dfe4 Atlanta Safari Park 67-C-0012 2024-11-15   0 0 1 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000F8Fnf&d=%2Fa%2FSJ000001CkGD%2FN1vGbPMUOk5I76Q_eYAiNehWUco7Y4ilb4xsMOv7xto&asPdf=false  
668be94db182a2de Atlanta Safari Park 67-C-0012 2024-06-11   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000EA2mD&d=%2Fa%2F3d0000035NDJ%2FuwOdz9WsCEcN73p7XMpI8oJ6tlJefA_uUhfGNe8vJPc&asPdf=false  
9f6329a0f20a5320 Atlanta Safari Park 67-C-0012 2024-02-14   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000CFPu7&d=%2Fa%2F3d000002VtQc%2Fyg6NvKi11nuLeUUqiqjkjmOM9Gc6E_ApuL2DlMex1fI&asPdf=false  
445081e91695cd0e Atlanta Safari Park 67-C-0012 2023-09-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000A7elj&d=%2Fa%2F3d000001twuh%2FMUb7MTzlhoIgvgUD_vqOPmebfcXLqmj2R.xyniuzvDE&asPdf=false  
a608571edda234e4 Atlanta Safari Park 67-C-0012 2023-09-14   1 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000A7eMy&d=%2Fa%2F3d000001tvro%2F8mS9Q22XMG43si9q86pPcpLzAnyf1j8JO6Hji7NbVVs&asPdf=false  
449f4b78e7c5afc4 Atlanta Safari Park 67-C-0012 2023-07-11   1 4 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000009JTUQ&d=%2Fa%2F3d000001VkKx%2FRyOrql1HltETdSSpu6UmfrVxM8_JGLAhpeW7X.l77d8&asPdf=false  
ed663c037169808e Atlanta Safari Park 67-C-0012 2023-03-30   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000007vfvE&d=%2Fa%2F3d0000013Hhq%2F9uNTspKo7H.8YNexJJwz4qgH9m.FReDmhOF.BBHSugo&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.553ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API