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

11 rows where cert_number = "52-C-0033" 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
88e3c46852e390b1 Maymont Foundation 52-C-0033 2025-05-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000YfBH4&d=%2Fa%2FSJ000003zVUz%2FQIHtVUjpoq405R8ZnplxmejF3s.wOCIjsuQaItjkP8U&asPdf=false  
54d9a2ad8d705224 Maymont Foundation 52-C-0033 2025-02-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000MaCpG&d=%2Fa%2FSJ0000024kcb%2FldD91efdO5YNoZOxnSxOdvS82yEngUB7e7gOz13LD0k&asPdf=false  
4824403a70e7f617 Maymont Foundation 52-C-0033 2024-07-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000EZXq1&d=%2Fa%2F3d000003C5Te%2F5vKMCLkorU4cSPEIr9GvzjiWpHafIFmxceWmNtqMeoc&asPdf=false  
a7b50ad5167eea8a Maymont Foundation 52-C-0033 2024-05-16   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000Dj55Y&d=%2Fa%2F3d000002yPqJ%2FzFjbQGEsJMo3zAHfir.GPi1l9__eeuXdKbh2QuodPGs&asPdf=false  
0c419cac8e093aa2 Maymont Foundation 52-C-0033 2024-02-22   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000CSDyT&d=%2Fa%2F3d000002ZIMC%2FZDCKxaKduxAibAw6uI77A_k_Ps6HyZqNlrtDQDChBMA&asPdf=false  
67bd7199aae83755 Maymont Foundation 52-C-0033 2023-06-15   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000008sFHG&d=%2Fa%2F3d000001LvSQ%2FRoADJ_S67w2dXEE9FKKhWRALSe6gTrTeSfJ57c9717U&asPdf=false  
e45a50e779564787 Maymont Foundation 52-C-0033 2022-07-08   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YxZM5&d=%2Fa%2F3d000000pTdG%2FHgjTegqhiBUBQneb9rErMqoEuRcZ34Yc.W15qSHLs2U&asPdf=false  
3cb21b088e54fef4 Maymont Foundation 52-C-0033 2019-05-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgY9I&d=%2Fa%2F3d000000piou%2FuOQsZaautkoUucRAQWgaxskgli1dVXBj3UEkiI2JPVk&asPdf=false  
704ac7e6bdafdeb6 Maymont Foundation 52-C-0033 2017-11-29   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYE8&d=%2Fa%2F3d000000piog%2F_ZvPklSyu97M32i4nDzUHL.8_7wKi_22hNHv.7ua0zI&asPdf=false  
f547f16b45f3ae2e Maymont Foundation 52-C-0033 2016-10-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgWFQ&d=%2Fa%2F3d000000pior%2F64WtBJ69LNtgimfClYuCyZpTdfpMkIvxMq_1T4GEI9Q&asPdf=false  
bcccfa73e5bd9b15 Maymont Foundation 52-C-0033 2014-08-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYuT&d=%2Fa%2F3d000000pioj%2F4Gif9zbJF2t_GgpZK3f_Gfi9FWlOkGV8m9jg34iWV4Q&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 226.648ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API