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

7 rows where cert_number = "58-B-0579" 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
ef254aded0c43c8e A & A Exotics LLC 58-B-0579 2017-06-27   0 13 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnwM5&d=%2Fa%2F3d000000pbeQ%2FyC4mszw8RVFCqigiEBWUW0iW9Zf0RnIhPVpSFvALErM&asPdf=false  
dda747c33cd5fadf A & A Exotics LLC 58-B-0579 2017-01-31   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZtg&d=%2Fa%2F3d000000pnD4%2FpaXhjM11Lc_UibaePpgb3klLDlTFjwRUfj7p7Ou7k2w&asPdf=false  
2938c359e5d6630d A & A Exotics LLC 58-B-0579 2015-05-26   0 8 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Dnw2N&d=%2Fa%2F3d000000ponr%2F0FlPhJuI1GLk28RLT8mi3VxRDscHwnetuJsJv7nymrk&asPdf=false  
092911aab4a1f2c9 A & A Exotics LLC 58-B-0579 2015-02-03   1 9 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ERYgK&d=%2Fa%2F3d000000pmlO%2FBp.O.Z6N34gIzps6CMb5ujbnnqkcS1fa6UXbcyP_.Xk&asPdf=false  
d2b5aeea1599822c A & A Exotics LLC 58-B-0579 2014-10-01   0 4 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Dnx2K&d=%2Fa%2F3d000000pUQV%2FtDagR9K26jPbpwpETDD2zgmsRsgUabLcXqCQzTjB80M&asPdf=false  
abe624158c75bbee A & A Exotics LLC 58-B-0579 2014-05-27   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgjBJ&d=%2Fa%2F3d000000poWp%2FFotW4yI3xtvoYoH834UF38sSx9i5KX6O1Qf7rY827no&asPdf=false  
086ec681ae25d522 A & A Exotics LLC 58-B-0579 2014-03-04   0 6 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnwxQ&d=%2Fa%2F3d000000pj9e%2FM8lwb6v7rEpVJ9.J1CCXUNexie4LiOeaU7hBq0NUEMY&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 325.622ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API