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 = "73-C-0238" 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
34ccde3b2b8c6799 Medicine Park Aquarium & Nature Sciences Center 73-C-0238 2025-01-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000KfhlY&d=%2Fa%2FSJ000001rF3Z%2FQ1X7a2ANhwLJ6RFnwM6i7iMFpKewqvzrF81On.RLupM&asPdf=false  
9ef62cf80c337ed4 Medicine Park Aquarium & Nature Sciences Center 73-C-0238 2023-07-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000009ErnX&d=%2Fa%2F3d000001TmAy%2FhNsbSRP1IZMm3Ty14WYskkIhQf124rmOC3WuCTG9c.g&asPdf=false  
9b9923a4054db53a Medicine Park Aquarium & Nature Sciences Center 73-C-0238 2023-03-29   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000007ukEQ&d=%2Fa%2F3d0000012x4Y%2FxLfCgCxLqv73GPrPzFJlYch.jWWdELXGThy6BD1zQQk&asPdf=false  
7baf3c2177322c22 Medicine Park Aquarium & Nature Sciences Center 73-C-0238 2022-05-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Yx0BO&d=%2Fa%2F3d000000pegP%2Fb.dncGqtWBUeedIE1UJai7RDDpSWQSLFzAEiam3wJ2E&asPdf=false  
d3ff63c4631f2abe Medicine Park Aquarium & Nature Sciences Center 73-C-0238 2022-01-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V96e1&d=%2Fa%2F3d000000peh4%2Fx7L2AH6Oma85ptLPt8YBi5Lb168GnaClxR_R868ce1E&asPdf=false  
f4c88b5a56bd8853 Medicine Park Aquarium & Nature Sciences Center 73-C-0238 2021-08-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PMsvT&d=%2Fa%2F3d000000pegO%2FRIH4ZUp3vCFI9uXvEJ3ZaSLmWWuwE0b5qvS7.grRm2Y&asPdf=false  
6eb035383e44086e Medicine Park Aquarium & Nature Sciences Center 73-C-0238 2020-11-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000FyJcY&d=%2Fa%2F3d000000pefc%2FSkinlH.WrlwEGNknKUzlsyVLfbY5IYR1fgFcmLyT5wM&asPdf=false  
db1da2db3ca03f2a Medicine Park Aquarium & Nature Sciences Center 73-C-0238 2020-02-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYs9&d=%2Fa%2F3d000000peff%2FqEfjhBRsJdWKoRhe60CIn9DKSYe7qhcG8EsOYMIxytE&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 372.407ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API