API
REST API
Icon data is served by a REST API at https://api.icoglyphs.com. All public routes are read-only and open to any origin. Each answers GET and HEAD, so curl -I, uptime probes and link checkers see the same status and headers a browser does.
| Method | Endpoint | Description |
|---|---|---|
| GET, HEAD | /v1/ig | List all public icons (metadata only) |
| GET, HEAD | /v1/ig/aliases | List all icon aliases |
| GET, HEAD | /v1/ig/:alias | Full icon data by alias |
| GET, HEAD | /v1/ig/:alias/carves | Carves data only |
IcoGlyphs is in v0-alpha. Endpoints may change between releases; the web component and the static SVG endpoint are the stable ways to consume icons.