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 = "51-C-0128" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: 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
350424560d2bdafc Bear Branch Nature Center 51-C-0128 2025-07-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000i1ffh&d=%2Fa%2FSJ000005Mngj%2FG0RJeHJYU2zdI7XIfCiIrkWKix_Scd.C2x23rcGZkS8&asPdf=false  
4eeabc8668806a2c Bear Branch Nature Center 51-C-0128 2025-04-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000YnTLW&d=%2Fa%2FSJ0000040xtA%2FJk98r7kOeZcrtFpNEUsGCUx8ZX4sW5XRHYqNEn5RAPQ&asPdf=false  
d13cc369b8248d11 Bear Branch Nature Center 51-C-0128 2024-11-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000EQlRk&d=%2Fa%2FSJ0000018Ul7%2FXa4Z1oL6kacRr0ciinpBov2q8G8qFyv3mlNwm1MAqmY&asPdf=false  
9d3519cf0a1cd82b Bear Branch Nature Center 51-C-0128 2024-03-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000CauPL&d=%2Fa%2F3d000002bzTZ%2FzZ167bURYMgO1e7JROt18sX2uUH40asJ7rKVeYlAkGY&asPdf=false  
5a726c6cd0439760 Bear Branch Nature Center 51-C-0128 2023-06-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000008v2BG&d=%2Fa%2F3d000001MuJe%2F6SFg5j1_rksDoXk3w8RFFy_03ElYEtOhtycwObc66Ls&asPdf=false  
9969a13d8470e953 Bear Branch Nature Center 51-C-0128 2022-10-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000awjRG&d=%2Fa%2F3d000000pVoO%2FJshCdIvOP35G_96wi3C8RCOa3ItRoOCRt7tryOgTiA8&asPdf=false  
c396bde42fad19ef Bear Branch Nature Center 51-C-0128 2022-05-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Yx1GZ&d=%2Fa%2F3d000000pejV%2FISFqa1mdgp6llPq6SeAW8CSS2v4y4ywh6ROrnA1Kw_g&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 73.83ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API