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 = "52-C-0299" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: noncritical_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
488307bd6a9dad7f Sandy Bottom Nature Park City Of Hampton 52-C-0299 2025-11-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000vAqRN&d=%2Fa%2FSJ000007OdKL%2FUjjEJbH0WeShp0rc9KcEvg4qOu2bKRzceb02FsWW0q4&asPdf=false  
aecc1359879d50c1 Sandy Bottom Nature Park City Of Hampton 52-C-0299 2025-08-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000jdh6U&d=%2Fa%2FSJ000005axoH%2FPVcsWXsQ1cv7wx6Ae4zvmlaGkl11.H_yBZUQcv7lrqw&asPdf=false  
0b5ad3bdd98aabc8 Sandy Bottom Nature Park City Of Hampton 52-C-0299 2024-09-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000580WL&d=%2Fa%2FSJ000000JDWD%2FPsUp1Uuie_RgFr4ic0ON9mwK7PZg3D5a92vKqSIapIA&asPdf=false  
c27ecaa6ac4e7a00 Sandy Bottom Nature Park City Of Hampton 52-C-0299 2024-01-04   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000BaM2E&d=%2Fa%2F3d000002JeC3%2Fcj8T5n7NWou7dvNVLDKeNrOKJeyZKNlEwVXOXo.QiUo&asPdf=false  
f0e92e4e1963cfee Sandy Bottom Nature Park City Of Hampton 52-C-0299 2023-05-31   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000008faHv&d=%2Fa%2F3d000001Hgh3%2FyZ34AppLbXeMip8QFuDomc66ZYe1RoVI.LeJqI6al1U&asPdf=false  
fdbd4ba645dc1f3f Sandy Bottom Nature Park City Of Hampton 52-C-0299 2022-10-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000awpcJ&d=%2Fa%2F3d000000pW4C%2Ff.VV99jl_6bVjMASrefAVNrg2Gy30mBLVmSYrgIPTaE&asPdf=false  
c3735d34f9314624 Sandy Bottom Nature Park City Of Hampton 52-C-0299 2022-05-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YwtP5&d=%2Fa%2F3d000000pVvC%2FXEEZmdZIO6Ej486jbWfjnnK5NbxNU9_is9xKOkciTUI&asPdf=false  
7e5140abd0e8d30b Sandy Bottom Nature Park City Of Hampton 52-C-0299 2019-11-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egfxq&d=%2Fa%2F3d000000pVvK%2FgWJMXxSI5n5VzSIdoTi6jE5D9g_JX9eHjQNJrSa_JWs&asPdf=false  
debf804f7b81c169 Sandy Bottom Nature Park City Of Hampton 52-C-0299 2018-12-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgeFk&d=%2Fa%2F3d000000pVvW%2F1wK9xTErtmCgtPWgBBxbOuq.cxWKOnsBpkdmOvfaWfk&asPdf=false  
1d7472b62251340d Sandy Bottom Nature Park City Of Hampton 52-C-0299 2017-11-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYda&d=%2Fa%2F3d000000pVvz%2Filqfkvo2Wt2gghA10ZQkGmTw9jj4JDkcjJ4BXDfLIGA&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 449.126ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API