API
REST API
Icon data is served by a REST API at https://api.icoglyphs.com. All public routes are read-only GET endpoints with open CORS.
| Method | Endpoint | Description |
|---|---|---|
| GET | /v1/ig | List all public icons (metadata only) |
| GET | /v1/ig/aliases | List all icon aliases |
| GET | /v1/ig/:alias | Full icon data by alias |
| GET | /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.