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 = "93-C-1124" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: critical_count, 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
9afd53d01333732b Children's Nature Retreat Foundation 93-C-1124 2025-11-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000v9VIg&d=%2Fa%2FSJ000007Oc6X%2F7b95x_lXoCO5PzkDFky485W4btn9pIagFl0UYQBrpz0&asPdf=false  
4a3e53423b5cc5d7 Children's Nature Retreat Foundation 93-C-1124 2025-09-23   1 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000nEsve&d=%2Fa%2FSJ0000069JmM%2FS2jxx2EkyhmpO0XKKdvnfBbrwn8Tx9Avfsk1zzWU1BA&asPdf=false  
0b0e37d158a8b8c7 Children's Nature Retreat Foundation 93-C-1124 2025-07-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000eIAbR&d=%2Fa%2FSJ000004okRx%2FJFOd4.FA0wUKDqRAMaZPXW.xcAaLOTIWWFf51vUQWV8&asPdf=false  
899b5ddf89b478f1 Children's Nature Retreat Foundation 93-C-1124 2024-10-02   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000969Mn&d=%2Fa%2FSJ000000dEMT%2FslwZCeSuFTwP3p1YRpW.r8fayL9XOUmoO.Wk2_a2mmE&asPdf=false  
c9aca776728ea443 Children's Nature Retreat Foundation 93-C-1124 2022-09-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000awXoI&d=%2Fa%2F3d000000pcUr%2FH9XfkrNCZ62lghlLjMuXgYJb.VxIhYnzy7EzVAJIQvU&asPdf=false  
caad714cab2811f8 Children's Nature Retreat Foundation 93-C-1124 2021-07-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PMfDu&d=%2Fa%2F3d000000pZpl%2FkKDHOQmUNhpP5LgJk40LG8X35YTAma.EOSfilhPRYDI&asPdf=false  
2d358466175e5f51 Children's Nature Retreat Foundation 93-C-1124 2020-03-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXtM&d=%2Fa%2F3d000000pZpe%2FrgkygJmE372QO38iS0iknGOBUzTD2jKCZU.AprvEW0s&asPdf=false  
1e12279316fd0056 Children's Nature Retreat Foundation 93-C-1124 2018-04-30   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYOd&d=%2Fa%2F3d000000pZph%2FrIL6IlNhh9lxVA7UUYt6_uICIOpLTjG2BD2hmVC9i4E&asPdf=false  
94f285fa4fee4580 Children's Nature Retreat Foundation 93-C-1124 2018-03-14   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcRP&d=%2Fa%2F3d000000pZpL%2F9ABPzf9w.Wj6mzLe41ROObzpiFyD1pboG.pP9_4rGW0&asPdf=false  
bd11f649ea4cd743 Children's Nature Retreat Foundation 93-C-1124 2017-04-24   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgWMo&d=%2Fa%2F3d000000pZq7%2F_9OyMjF9jek0hoftinC_CLILvL7JrE1s.r0cRb3asgk&asPdf=false  
301c7a6c478c9022 Children's Nature Retreat Foundation 93-C-1124 2016-10-24   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZZd&d=%2Fa%2F3d000000pZq8%2Fz8EfkuROuemradC89ADCjc8k3tbJWnEAbJLESO26b.Q&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 192.224ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API