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

11 rows where cert_number = "57-C-0005" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: critical_count, 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
970f94850b7192ab Athens Clarke Government 57-C-0005 2026-01-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000xgfzV&d=%2Fa%2FSJ000007jmvh%2FHCXkGAl07SRk9oMGUxknRkJnrLZOxVsQ0Zp3j1TKl.k&asPdf=false  
57d383927af3975a Athens Clarke Government 57-C-0005 2024-10-24   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000BLwQs&d=%2Fa%2FSJ000000q8vx%2FquhPOFaqjp7ck2jM9yBwGZRUkAisl63csq.eOktJow8&asPdf=false  
6b9b420078a2e684 Athens Clarke Government 57-C-0005 2023-10-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000ARuor&d=%2Fa%2F3d00000229bt%2FXFYjdCYLU3VIOyAX_X2Zc5eveZF7Ru0F65Bld8j2qC8&asPdf=false  
28b92ea008cca9e7 Athens Clarke Government 57-C-0005 2022-05-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YwqsY&d=%2Fa%2F3d000000peAM%2F9ZSpJBLdH0X4rpZku8qGPMHoOx1thQlVrbRXZxNafhA&asPdf=false  
38bc5afb5eb8a366 Athens Clarke Government 57-C-0005 2022-01-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V98Uw&d=%2Fa%2F3d000000pe9V%2FilvNoiIZopMF4pnxAmLlNyBOnrIKp4WAWYIuTCprBgA&asPdf=false  
83fd474d82ad8089 Athens Clarke Government 57-C-0005 2021-07-15   1 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PMbAT&d=%2Fa%2F3d000000pe9i%2FMJHd.ffXEMRPRj8d2id2uTIJRezaxbHcAZtDi0XLtzc&asPdf=false  
06de5be851df671c Athens Clarke Government 57-C-0005 2019-06-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZOc&d=%2Fa%2F3d000000pe9e%2Fj88xMMEv3cOh_FNoIIT7At_ngDZ2fZVGjZyIXM1q8gw&asPdf=false  
df2af999cebdd653 Athens Clarke Government 57-C-0005 2017-06-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYtc&d=%2Fa%2F3d000000pe9o%2FnhZcypRIX44KhhEzrY.4AhnVukZq0Bqkjl78CBDxuNo&asPdf=false  
14933ffbb5fac91b Athens Clarke Government 57-C-0005 2016-04-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgbKz&d=%2Fa%2F3d000000pe9s%2F3zkHLFpeoyczN1CfZzwdvFD5sE9DttcTrCuJv_8N1cM&asPdf=false  
86feb973846c92e4 Athens Clarke Government 57-C-0005 2015-02-05   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgY1S&d=%2Fa%2F3d000000peA9%2F1g1FOye.pLQA_6uRKsDH5.RHvuUVT4xJW77GbOH3ICY&asPdf=false  
68d7d72d3d2828c1 Athens Clarke Government 57-C-0005 2014-02-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgaOW&d=%2Fa%2F3d000000peAe%2Fmqg0pVHJebdu81EiDAAIheK7pi9_rtoqNvnbdL99reM&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 1323.161ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API