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

9 rows where cert_number = "55-C-0140" 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
bb3b454c841f0dbe Greensboro Science Center 55-C-0140 2025-12-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000vBFG3&d=%2Fa%2FSJ000007OljJ%2FUGl.5sF.lIK.Nfv0efdTLPpWBvee2MLsEnxIERx24Sk&asPdf=false  
3b35a13685b4bdb7 Greensboro Science Center 55-C-0140 2024-09-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ000004mYYC&d=%2Fa%2FSJ000000HYGb%2Fuz5hLQFIIgeSh85jJARcWGc3IZdL28em8ImJFyXmUy8&asPdf=false  
3de245e65d9fbf48 Greensboro Science Center 55-C-0140 2022-12-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000gvKbK&d=%2Fa%2F3d000000pcis%2FLRE3JiCSyMZ_xtr4B5eX0fG8BckrXj.hRCjIqUeQK60&asPdf=false  
9937914dd345c1df Greensboro Science Center 55-C-0140 2022-11-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000gv2Xk&d=%2Fa%2F3d000000pciS%2Fw1aE4.vRR3tcZnZIdZscqh.4NAg1Yw1xF30zO9HCNU8&asPdf=false  
f20f788b05e989a5 Greensboro Science Center 55-C-0140 2021-05-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Nh9X0&d=%2Fa%2F3d000000pcj9%2FedLdiR.e57rwyXtE7QlYg28m2eGmCGk5JKwf0XaZusI&asPdf=false  
c7daf0ed1dc78ce8 Greensboro Science Center 55-C-0140 2019-04-23   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgW2S&d=%2Fa%2F3d000000pci7%2F29j.uFjiz1djzlksW1zr1o.7KqBdZPOXv__yu3Z.SLs&asPdf=false  
8206401c1aadab36 Greensboro Science Center 55-C-0140 2017-11-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgVxp&d=%2Fa%2F3d000000pcjJ%2FSovqeW3XaKBTeVAJP3tcH5sREdB0ZhNBCN2VFySIGI0&asPdf=false  
5c2d932543ac2044 Greensboro Science Center 55-C-0140 2016-03-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgWDC&d=%2Fa%2F3d000000pcjT%2FCDhQxgpbOSkcJub8utTyn91BD.h46O7tzRaVMqfgKC8&asPdf=false  
4e1b13aa6b6c821b Greensboro Science Center 55-C-0140 2014-10-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgWBV&d=%2Fa%2F3d000000pcig%2Fv7tL6mxWEZStqknwlxB6j4ddm.gUb0w_csZDscUMC0M&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 428.357ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API