v1 · Public

Ask IMAG API

A free, read-only JSON API for developers, researchers, and community partners. No key required. CORS-enabled. Cached at the edge.

Base URL
https://askimag.com

Attribution: “Data provided by Ask IMAG (askimag.com)” — CC BY 4.0.

Endpoints

GET/api/public/v1

API index and endpoint discovery.

GET/api/public/v1/cities

List all supported cities.

GET/api/public/v1/cities/{slug}

Full city bundle: metadata, sections, resources, and organizations.

Try: /api/public/v1/cities/houston
GET/api/public/v1/sections

Enumerate resource sections.

GET/api/public/v1/resources?city={slug}&section={id}

Trusted local resources filtered by city and optional section.

Try: /api/public/v1/resources?city=houston&section=legal
GET/api/public/v1/organizations?city={slug}&state={code}&limit=100

Verified nonprofits, clinics, libraries. Contact fields are gated behind auth.

Try: /api/public/v1/organizations?city=houston

Rate limits & terms