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

8 rows where cert_number = "23-C-0377" 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
0e4d95287c8ae7e1 Centre Wildlife Care 23-C-0377 2023-09-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000A7Z0f&d=%2Fa%2F3d000001ttzq%2FxGiXN_YlVX2NIpEZFsic.b8v1NqDr1fuOKueCoCd_BE&asPdf=false  
65ea1cd2b5b8fe50 Centre Wildlife Care 23-C-0377 2023-07-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d0000095gBh&d=%2Fa%2F3d000001QGU1%2FQ7_BfdvArPsmrpQfylltHHq3IAkE6H0IC5nVi6NA1vY&asPdf=false  
899d3172a2eb7a6a Centre Wildlife Care 23-C-0377 2022-08-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Yy3hQ&d=%2Fa%2F3d000000pXpy%2FneXpOGLA7s_En9le5u0T8jO.SJs82Pkb_WmQwXk2eGk&asPdf=false  
e7aa47cd7b47bd02 Centre Wildlife Care 23-C-0377 2021-09-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PNF4V&d=%2Fa%2F3d000000pXr2%2FptKEVkfGS7qeqtkInzFY9PDEcriTIhl_VSuK5XdVv2Q&asPdf=false  
26ba99740df0a093 Centre Wildlife Care 23-C-0377 2020-11-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000FyIlJ&d=%2Fa%2F3d000000pXqh%2F6ha2qnQmbbdxuLa8Z_X5E2q76rEYMI.02dOFyn1UwT0&asPdf=false  
0e147c78c19e9b30 Centre Wildlife Care 23-C-0377 2019-06-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZP7&d=%2Fa%2F3d000000pXrR%2FHLnl6B._oqgGhoEnzQIEXIhipIc1p2ygXrrd02uDuvY&asPdf=false  
17a90f533932b699 Centre Wildlife Care 23-C-0377 2018-07-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egbps&d=%2Fa%2F3d000000pXrK%2F2x7nODmuiVreJonsQ9UDDBoUpR9K0Ie.ujBlY.ud154&asPdf=false  
f582fdfee3a4fdf1 Centre Wildlife Care 23-C-0377 2017-08-23   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXn3&d=%2Fa%2F3d000000pXqZ%2FCzRw97.Z_0eEVUb8j0aB380XFJUsv5gKaD7oIJ_eGAQ&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 34.065ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API