Google Fonts Developer website screenshot

Google Fonts Developer

The Google Fonts Developer API provides programmatic access to the metadata for all font families served by Google Fonts. Developers can query for available font families, retrieve details about variants, subsets, and categories, access font file URLs, and work with variable font axis metadata. The API supports sorting and filtering to help applications discover and integrate web fonts.

1 APIs 0 Features
CSSDesignFontsGoogle FontsTypographyWeb Fonts

APIs

Google Fonts Developer API

REST API for listing and querying Google Fonts families including metadata about variants, subsets, categories, and variable font axes.

Collections

Pricing Plans

Rate Limits

Google Fonts Rate Limits

5 limits

RATE LIMITS

FinOps

Semantic Vocabularies

Google Fonts Context

0 classes · 9 properties

JSON-LD

Resources

👥
GitHubOrganization
GitHubOrganization
🔗
LinkedIn
LinkedIn
🌐
Portal
Portal
🚀
GettingStarted
GettingStarted
🔗
Documentation
Documentation
🔑
Authentication
Authentication
📜
TermsOfService
TermsOfService
📜
PrivacyPolicy
PrivacyPolicy
🟢
StatusPage
StatusPage
💬
Support
Support
🔗
JSONLD
JSONLD

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Google Fonts Developer API
  version: 1.0.0
items:
- info:
    name: Fonts
    type: folder
  items:
  - info:
      name: Google Fonts Developer List Web Fonts
      type: http
    http:
      method: GET
      url: https://www.googleapis.com/webfonts/v1/webfonts
      params:
      - name: key
        value: ''
        type: query
        description: API key for authentication
      - name: sort
        value: ''
        type: query
        description: Sort order for the font list.
      - name: family
        value: ''
        type: query
        description: Filter by font family name.
      - name: subset
        value: ''
        type: query
        description: Filter by character subset (e.g., latin, greek, cyrillic).
      - name: category
        value: ''
        type: query
        description: Filter by font category.
      - name: capability
        value: ''
        type: query
        description: Request additional capabilities like WOFF2, variable fonts (VF), or family tags.
    docs: Retrieves the list of font families available from Google Fonts with metadata including variants, subsets, version,
      and file URLs.
bundled: true