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 = "87-C-0043" 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
f4168afc2fe5106c Wild Wonders Inc. 87-C-0043 2023-04-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000008BhBu&d=%2Fa%2F3d000001838O%2FlZqsqGlE3hWd7tAo0xka1fW0h9FewyBkP4.jnD7EJEg&asPdf=false  
3fd4c73416a7f915 Wild Wonders Inc. 87-C-0043 2022-02-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V9PGv&d=%2Fa%2F3d000000pUxD%2FraipnTEwJUhvFYIcIep8twdGDuowka2xMjaSXrp_gGM&asPdf=false  
b6950ebfe7d4aa9c Wild Wonders Inc. 87-C-0043 2021-05-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Nh5p1&d=%2Fa%2F3d000000poMk%2F4WZrTkDcP0AnRNUp0fMRnO1j.Zcsqwyq0k6WgWxbznY&asPdf=false  
0905ef8201d30c81 Wild Wonders Inc. 87-C-0043 2019-09-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXy2&d=%2Fa%2F3d000000pljo%2FVRn4jxHpCDkffFYn_NpSaXsjkqpuDJFrO7UwMJ.tmG4&asPdf=false  
db257ee9cf5d4f4a Wild Wonders Inc. 87-C-0043 2018-05-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYD4&d=%2Fa%2F3d000000po7L%2F_ugtGVEQjWXW1acUbRiMBNqP8w4JEzMtlBJVW2xFmr0&asPdf=false  
cf0ee4af8841bc6c Wild Wonders Inc. 87-C-0043 2017-05-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgY5m&d=%2Fa%2F3d000000pdTB%2FtzMXlUVr9gCmhFPNnxnsp47SHyR3BajIXKIJiO5Qmgk&asPdf=false  
5b69e7fcf9b44c89 Wild Wonders Inc. 87-C-0043 2016-04-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYNo&d=%2Fa%2F3d000000pkI4%2FpLc5zKVq5LEJkxrB11B6ImVkZRQeoeGAPHXrb0RFDeY&asPdf=false  
e355f882a749c6e4 Wild Wonders Inc. 87-C-0043 2014-12-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYQ3&d=%2Fa%2F3d000000ppCX%2Fup2YUYSa4ZBTW._ZzBHqLwvQfXH12UB14FEuvKnQ3q8&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 4.703ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API