Google: Search Fonts
Google via Parse · developer_tools
Search and filter Google Fonts by name, category, subset, with sorting options. Returns a paginated list of font families matching the criteria. Supports filtering by category (sans-serif, serif, display, handwriting, monospace), language/script subset, and partial family-name matching. Results are sorted server-side before the limit is applied; the total count reflects all matches pre-limit. Search and browse Google Fonts catalog with filtering, sorting, and detailed font metadata Fulfilled by Parse from fonts.google.com.
- developer-tools
- education
- fonts-google-com
- other
- parse
- platform-key
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- developer_tools
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/ab1e521d-6afa-4336-a3e8-b5f698199b4a/search_fonts
- Interface artifact
- sha256:c4af2a4f16b2cd6df0eb099c4ed41ccf4408783536c1b10fed6b5e3c1b8e44c7
- Manifest digest
- sha256:135049eb7533347c1c429f4b5e99ab6a69746aa471fbd4b9eb83827d2d4e9840
Request fields
- sort (string): Sort order for results.: Allowed values: popularity, trending, alphabetical, date, name
- limit (integer): Maximum number of results to return.
- query (string): Search query to match against font family names (case-insensitive partial match).
- subset (string): Filter by language/script subset (e.g., latin, cyrillic, greek, japanese, arabic). Empty string returns all subsets.: Allowed values: latin, latin-ext, cyrillic, cyrillic-ext, greek, greek-ext, vietnamese, japanese, arabic, korean, chinese-simplified, chinese-traditional, hebrew, thai, devanagari
- category (string): Filter by font category. Empty string returns all categories.: Allowed values: sans-serif, serif, display, handwriting, monospace
Example queries
- {"sort":"popularity","limit":"5","query":"Roboto","subset":"latin","category":"sans-serif"}