API

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.

MethodEndpointDescription
GET/v1/igList all public icons (metadata only)
GET/v1/ig/aliasesList all icon aliases
GET/v1/ig/:aliasFull icon data by alias
GET/v1/ig/:alias/carvesCarves 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.