List gallery fonts
Lists all base fonts available in the Templated editor.
Unlike /v1/fonts, this endpoint does not include team-uploaded fonts — it only returns the fonts built into the editor.
Query Parameters
Section titled “Query Parameters”| Parameter | Type | Default | Description |
|---|---|---|---|
query | string | - | Filter fonts by name (case-insensitive) |
page | integer | 0 | Page number for pagination |
limit | integer | 50 | Number of results per page |
Response
Section titled “Response”Returns an array of font objects. Each object includes the following field:
| Field | Type | Description |
|---|---|---|
name | string | The font name (use directly as a CSS font-family value) |
Sample Request
Section titled “Sample Request”GET /v1/fonts/galleryfetch('https://api.templated.io/v1/fonts/gallery', { method: 'GET', headers: { 'Authorization': `Bearer ${API_KEY}` }}).then(response => response.json()).then(data => console.log(data)).catch(error => console.error('Error:', error));import requests
api_key = 'API_KEY'url = 'https://api.templated.io/v1/fonts/gallery'
headers = {'Authorization': f'Bearer {api_key}'}
response = requests.get(url, headers=headers)
if response.status_code == 200: print(response.json())else: print('Request failed. Response code:', response.status_code) print(response.text)<?php$apiKey = 'API_KEY';$url = "https://api.templated.io/v1/fonts/gallery";
$options = [ 'http' => [ 'header' => "Authorization: Bearer {$apiKey}\r\n", 'method' => 'GET' ]];
$context = stream_context_create($options);$result = file_get_contents($url, false, $context);
if ($result === FALSE) { echo "Error fetching data";} else { $data = json_decode($result, true); print_r($data);}?>Sample Response
Section titled “Sample Response”[ { "name": "ABeeZee" }, { "name": "Abel" }, { "name": "Bai Jamjuree" }, { "name": "Dancing Script" }, { "name": "IBM Plex Sans" }, { "name": "JetBrains Mono" }, { "name": "Poppins" }, { "name": "proxima-nova" }, { "name": "Raleway" }, { "name": "Ubuntu" }]Filtering Examples
Section titled “Filtering Examples”Search by Name
Section titled “Search by Name”fetch('https://api.templated.io/v1/fonts/gallery?query=noto', { method: 'GET', headers: { 'Authorization': `Bearer ${API_KEY}` }})Available Fonts
Section titled “Available Fonts”Below is the complete list of fonts available in the gallery.
| Font | Font | Font |
|---|---|---|
| ABeeZee | IM Fell DW Pica | Quando |
| Abel | Jacques Francois | Quantico |
| Abhaya Libre | Jacques Francois Shadow | Quattrocento |
| Abril Fatface | Jaldi | Quattrocento Sans |
| Aclonica | JetBrains Mono | Questrial |
| Agenda-Bold | Jim Nightshade | Racing Sans One |
| Bad Script | K2D | Radley |
| Bahiana | Kadwa | Rajdhani |
| Bahianita | Kalam | Rakkas |
| Bai Jamjuree | Kameron | Raleway |
| Baloo 2 | Kanit | Sacramento |
| Cabin | Lacquer | Sahitya |
| Cabin Condensed | Laila | Sail |
| Cabin Sketch | Lakki Reddy | Saira |
| Caesar Dressing | Lalezar | Saira Condensed |
| Cagliostro | Lancelot | Tajawal |
| Co Headline Corp Regular | Lexend | Tangerine |
| Damion | M PLUS 1p | Taprom |
| Dancing Script | M PLUS Rounded 1c | Tauri |
| Dangrek | Ma Shan Zheng | Taviraj |
| Darker Grotesque | Macondo | Ubuntu |
| David Libre | Macondo Swash Caps | Ubuntu Condensed |
| Eagle Lake | Nanum Brush Script | Ubuntu Mono |
| East Sea Dokdo | Nanum Gothic | Ultra |
| Economica | Nanum Gothic Coding | Uncial Antiqua |
| Eczar | Nanum Myeongjo | Vampiro One |
| El Messiri | Nanum Pen Script | Varela |
| Fanwood Text | Noto Color Emoji | Varela Round |
| Farro | Noto Sans | Varta |
| Fascinate | Noto Sans Arabic | Vast Shadow |
| Fascinate Inline | Noto Sans Bengali | Walter Turncoat |
| Faster One | Noto Sans Gurmukhi | Warnes |
| Gabriela | Noto Sans JP | Wellfleet |
| Gaegu | Noto Sans KR | Wendy One |
| Gafata | Noto Sans Thai | Wire One |
| Geist | Odibee Sans | Xanh Mono |
| GFS Didot | Odor Mean Chey | Yanone Kaffeesatz |
| GFS Neohellenic | Offside | Yantramanav |
| Habibi | Old Standard TT | Yatra One |
| Hachi Maru Pop | Oldenburg | Yellowtail |
| Halant | Padauk | Yeon Sung |
| Hammersmith One | Palanquin | ZCOOL KuaiLe |
| IBM Plex Mono | Palanquin Dark | ZCOOL QingKe HuangYou |
| IBM Plex Sans | Pangolin | ZCOOL XiaoWei |
| IBM Plex Sans Arabic | Paprika | Zeyada |
| IBM Plex Sans Condensed | Poppins | Zilla Slab |
| IBM Plex Serif | proxima-nova |