Font Awesome GraphQL API

Public GraphQL API for programmatically querying Font Awesome releases, searching icons and their metadata (family-styles, unicode, aliases, SVG path data), and — with an access token — reading account Kits, icon uploads, entitlements, and creating Kit downloads and subsets. Most fields are public; protected fields require an access token minted at the /token endpoint and scoped by permission.

API entry from apis.yml

apis.yml Raw ↑
name: Font Awesome GraphQL API
description: Public GraphQL API for programmatically querying Font Awesome releases, searching icons and
  their metadata (family-styles, unicode, aliases, SVG path data), and — with an access token — reading
  account Kits, icon uploads, entitlements, and creating Kit downloads and subsets. Most fields are public;
  protected fields require an access token minted at the /token endpoint and scoped by permission.
humanURL: https://docs.fontawesome.com/apis/graphql
baseURL: https://api.fontawesome.com
tags:
- GraphQL
- Icons
- Search
properties:
- type: GraphQL
  url: graphql/font-awesome.graphql
- type: GraphQL
  name: Introspection
  url: graphql/font-awesome-introspection.json
- type: Authentication
  url: authentication/font-awesome-authentication.yml
- type: OAuthScopes
  url: scopes/font-awesome-scopes.yml
- type: Conventions
  url: conventions/font-awesome-conventions.yml
- type: DataModel
  url: data-model/font-awesome-data-model.yml
- type: Lifecycle
  url: lifecycle/font-awesome-lifecycle.yml
- type: Conformance
  url: conformance/font-awesome-conformance.yml
- type: MCPServer
  url: mcp/font-awesome-mcp.yml