API

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.

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