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 = "58-C-0451" 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
23c481000d438b30 Back To Nature Wildlife Inc 58-C-0451 2024-08-29   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ000003M9fj&d=%2Fa%2FSJ000000BC4K%2FCTOWswyQDC77jZlO55xd9FR.Q6QvWgHzNso.b6No73I&asPdf=false  
efb2e6da291b7d48 Back To Nature Wildlife Inc 58-C-0451 2024-02-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000CHD3D&d=%2Fa%2F3d000002WHo5%2Fvyyg5Gk1vdqc0F1Jjb5OcoTYnSrqTFJar7r9tY3DGb4&asPdf=false  
1c3e0bcab40eaef7 Back To Nature Wildlife Inc 58-C-0451 2023-05-23   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000008YDYh&d=%2Fa%2F3d000001EzgO%2FCf1344O7SIinpnBQxnlXvaehN3ZH62XzvH2YnHyrmW4&asPdf=false  
90503ee11743ff73 Back To Nature Wildlife Inc 58-C-0451 2022-08-11   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Yxyrk&d=%2Fa%2F3d000000pXkk%2Fy_XGIFJmygqyNkfax_A0xX0yUd63toh33usI5PFSpNA&asPdf=false  
d2dfa8e16c6b832f Back To Nature Wildlife Inc 58-C-0451 2019-09-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgaJU&d=%2Fa%2F3d000000pXfg%2FAi9tlajWKJt.NFcdWZ3J1nthAC_ChXfvn5xA5zXosm8&asPdf=false  
367cd73aef694c10 Back To Nature Wildlife Inc 58-C-0451 2018-01-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZas&d=%2Fa%2F3d000000pXf7%2F.V14vbhGovc0u5zCIV146I.ZH6BYWP1Yf.8WOZPMbaw&asPdf=false  
21726e1f1410387d Back To Nature Wildlife Inc 58-C-0451 2017-03-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZc4&d=%2Fa%2F3d000000pXem%2FFiacn0OI4oGwYUWZ7ox4YEhMoC4Fa68fHxJmOG_Vk1o&asPdf=false  
4687778b6eec5d45 Back To Nature Wildlife Inc 58-C-0451 2016-03-16   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgWEl&d=%2Fa%2F3d000000pXfk%2Fr2xcfqY8KXHYkDxZZIPsLqhAwh.io0EgFDJxMx113kE&asPdf=false  
fa5ed80dfb7be1b3 Back To Nature Wildlife Inc 58-C-0451 2015-02-25   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnxPd&d=%2Fa%2F3d000000pXep%2F5RA9Iw0wCFpAZ5qDZnQN7pj7EB9AUh.g2F0H8KDXQxs&asPdf=false  
ddc469a14bcdaaf4 Back To Nature Wildlife Inc 58-C-0451 2014-03-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYwY&d=%2Fa%2F3d000000pXfp%2FYVTT9OUfvIA9BhBqYJVjlTgSnBCkutq2ODxPefo0BtQ&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 485.758ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API