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

5 rows where cert_number = "73-C-0014" 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
b64940fd71eb98e8 CITY OF ADA ZOO 73-C-0014 2018-03-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgnTw&d=%2Fa%2F3d000000pmAf%2FERNk7b8MAignM3I.0qwNH2mkGq3YRFah32zmENxN38A&asPdf=false  
4ed67b390d9ccd65 CITY OF ADA ZOO 73-C-0014 2017-02-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgegO&d=%2Fa%2F3d000000poin%2FXNlmNSWTJj4AaqlBXrdnqekRO7MvN5b8fFh.JaYKoJM&asPdf=false  
ecc79a215346d1ed CITY OF ADA ZOO 73-C-0014 2016-02-24   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egen9&d=%2Fa%2F3d000000poOi%2FRxUzgCGPGqbBeBRFjqXwWXSeCgwicN86CKVVTc5Iyeo&asPdf=false  
ce2f4ae09fc712af CITY OF ADA ZOO 73-C-0014 2015-04-23   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EggTl&d=%2Fa%2F3d000000pjPx%2FN7uI85NY5vwaiMYsLzvWP0FBJv51T1a4UNorqC8lioo&asPdf=false  
9f4834034292141a CITY OF ADA ZOO 73-C-0014 2014-06-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgeUo&d=%2Fa%2F3d000000pfS2%2FuwO0_2S30qScdTlWm49ugpAi92gW2cy.x.ag9TC47Yg&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 954.011ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API