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 = "55-C-0110" 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
e4af702fae9b2142 Duke Lemur Center 55-C-0110 2025-04-24   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000Vis4d&d=%2Fa%2FSJ000003Rcc9%2FLYtMR78myR3MfmE12P1V6xUtlpgqMsxkYcpDS7jne90&asPdf=false  
5d0cd9928bcf9189 Duke Lemur Center 55-C-0110 2024-08-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ000002YWkI&d=%2Fa%2FSJ00000071XF%2FWd_5OlVtUJ5qINkfpDp9f5gesPG92G0OZjYohdcDWzU&asPdf=false  
9fa755069dacc469 Duke Lemur Center 55-C-0110 2023-03-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000007uci9&d=%2Fa%2F3d0000012uMR%2FKwHhRzM151uK66ILMSuta4VrnyhKrS3mxiox68JsjNQ&asPdf=false  
5b2b99d698322f5b Duke Lemur Center 55-C-0110 2022-04-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Ywf57&d=%2Fa%2F3d000000piSR%2FzqanKtz9hz58P_PPhy6jHL11Ph2wp8cxTlV0MK8GDCg&asPdf=false  
b23fb673de3c9a58 Duke Lemur Center 55-C-0110 2021-09-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PNAQi&d=%2Fa%2F3d000000pksm%2FRT4tV77K6locvYuXqfVXG5V2YOQujGR1U9PQ9CzzS6g&asPdf=false  
55ece4e2b335515b Duke Lemur Center 55-C-0110 2020-09-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnXMX&d=%2Fa%2F3d000000piI2%2FzOJh9bytvEs7xtFgHynJcvXAPV6S9Kp4dOlP9AbqeqA&asPdf=false  
e1fa2ae80d435435 Duke Lemur Center 55-C-0110 2019-04-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXhs&d=%2Fa%2F3d000000piMj%2FuW2R8CuRdShQ.g7q8vthzCqGmo629yqdLA0UvJ_2bwQ&asPdf=false  
1bfbd75193be5e78 Duke Lemur Center 55-C-0110 2017-05-26   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXhY&d=%2Fa%2F3d000000pXSm%2FAXQhwDPutLNA6jQowj_.PSJunmG_JkUHIXro.nik5lk&asPdf=false  
563f158df0462e1c Duke Lemur Center 55-C-0110 2015-09-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXPz&d=%2Fa%2F3d000000pnm9%2Flfwi1tPfJkeHH_iiHUEqhOJJ0MdFnN4dXO2nGfDCmSk&asPdf=false  
1d5a2dd14bf441a9 Duke Lemur Center 55-C-0110 2014-05-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXwb&d=%2Fa%2F3d000000pmON%2FyJMTlH.6MeI01kRpKbsdCnOqXO3Emj7odVIA8g1w7O4&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 5.245ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API