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

9 rows where cert_number = "57-C-0292" 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
eb4041de2d96ea70 Atlanta Wild Animal Rescue Effort Inc 57-C-0292 2025-12-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000vThFQ&d=%2Fa%2FSJ000007S0FZ%2FHzNNf937Qh1Sz0v_mYCWAw1yjhpa3dwUuxHcRBfq83M&asPdf=false  
f7f6e01196552b77 Atlanta Wild Animal Rescue Effort Inc 57-C-0292 2025-03-26   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000Sekdn&d=%2Fa%2FSJ000002wWMX%2FgvNdoCxj9pwl_GvaypasXCvw5xMMXjmojdosf.4kgQw&asPdf=false  
b8aa3b546575329a Atlanta Wild Animal Rescue Effort Inc 57-C-0292 2024-04-23   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000DGWFV&d=%2Fa%2F3d000002qZIj%2FIpgXxS4zNVZSP_p_79ONWAQJRRRFlabJV0PNJop218g&asPdf=false  
da217218c4930355 Atlanta Wild Animal Rescue Effort Inc 57-C-0292 2022-10-13   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000awnqE&d=%2Fa%2F3d000000pbvL%2FzUYVODFgmXza.X86qZ_IjAZc6H9GGJGUF71YAS.IqkQ&asPdf=false  
ce4dd71195854771 Atlanta Wild Animal Rescue Effort Inc 57-C-0292 2021-07-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PMaPn&d=%2Fa%2F3d000000pVz6%2FUOW4ALsta7UxZTKW7wFT5YqAxIlYz5AvGNBaZ4x92OM&asPdf=false  
a321f3b9fdd2a41f Atlanta Wild Animal Rescue Effort Inc 57-C-0292 2019-07-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egal1&d=%2Fa%2F3d000000pVyT%2FzxDEUqWWTHcX1TaUxElUcQFZB.M5IomrtdkaYKrBC.E&asPdf=false  
0d7c6a86bd10c0cd Atlanta Wild Animal Rescue Effort Inc 57-C-0292 2018-01-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgchI&d=%2Fa%2F3d000000pVyv%2FO.cIU8hrv4nCyxtDQQuFaQ6me2FcHPWZOPkNywq6BEA&asPdf=false  
338aa56352dcbe3b Atlanta Wild Animal Rescue Effort Inc 57-C-0292 2015-04-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egcic&d=%2Fa%2F3d000000pVy3%2Fap54vaujBp7SZMVL_zazFSX.19RGZ_yjwkYrE0uKjf0&asPdf=false  
1abb7e9b168012ba Atlanta Wild Animal Rescue Effort Inc 57-C-0292 2014-02-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcYL&d=%2Fa%2F3d000000pVzH%2FEV1R0ps.Kuhe80XW1seo6QylgaGZm0U5XZBp3Z2KvFc&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 3.752ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API