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 = "48-C-0012" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: noncritical_count, teachable_moment_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
cd80dfd531770b15 City of Manhattan-Sunset Zoo 48-C-0012 2025-03-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000RyhQq&d=%2Fa%2FSJ000002pUJ3%2Fsbl3HBtCQMv.Vsr8qWFPMX1j7SAKxloVuKscH2fC.2k&asPdf=false  
c2cabacd7937a804 City of Manhattan-Sunset Zoo 48-C-0012 2024-02-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000CRQ5I&d=%2Fa%2F3d000002Z2Uz%2F2FxQXA.RmWN6qebSkS33Vf0238qfIQeAJ1Dz1p5g1dc&asPdf=false  
1badd34f11f391d0 City of Manhattan-Sunset Zoo 48-C-0012 2023-10-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000AKJbo&d=%2Fa%2F3d000001zKSY%2FGYHH0WqbJloPk7Id0mQ1fWh.gJVyNKIqYfbgPvuXsSg&asPdf=false  
795d4c6294b50adb City of Manhattan-Sunset Zoo 48-C-0012 2022-04-12   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YwcGv&d=%2Fa%2F3d000000piS6%2FiL9FB0KjmxweGdzKnM5ZyekfB5LQngjPMcIgK5G0nV4&asPdf=false  
65513ea088d6e97c City of Manhattan-Sunset Zoo 48-C-0012 2021-04-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ESgYk&d=%2Fa%2F3d000000pU8U%2Flyp4wiWbeUdhVsvEhH3B2cmq119Das9P.2_2F_XUAkk&asPdf=false  
ad49aa2021f898ea City of Manhattan-Sunset Zoo 48-C-0012 2019-03-05   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgX1C&d=%2Fa%2F3d000000pVBT%2F.LL2QR3ou6VuheyEyqld7OvRmn.W4Tftm51mcnnHQkc&asPdf=false  
8106a50afbe9a011 City of Manhattan-Sunset Zoo 48-C-0012 2017-09-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgWOC&d=%2Fa%2F3d000000plFN%2FeN5rqdxc1i4_h_6.qCMnGDH5Pg8jQJus0k7r0nXoA9s&asPdf=false  
a6afe744fa7fc6a3 City of Manhattan-Sunset Zoo 48-C-0012 2016-08-22   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Dnxh3&d=%2Fa%2F3d000000pjiM%2FCKn0hnU0WbJniQZMhMjpZp6DIKZaHghDR_xLldanDAA&asPdf=false  
cbdcabacc045ad9f City of Manhattan-Sunset Zoo 48-C-0012 2015-06-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Dnxgc&d=%2Fa%2F3d000000pl0G%2FRN_3CUrb3xjD0RV7_wHPurGqXUFhy6.G3AT7UyXy1oE&asPdf=false  
21dff6eb1654156e City of Manhattan-Sunset Zoo 48-C-0012 2014-03-17   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgVmo&d=%2Fa%2F3d000000pk1v%2FI6UZeT6FhduPujKNoUT26wqBtZwvbPZxREHj.7h2Qr8&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 3.981ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API