Entwickler
Jedes Tastenkürzel auf ShortcutRef gibt es als JSON, und zu jeder App gehört ein fertiges Widget für die eigene Seite. Kein API-Key, keine Anmeldung, kein Anfragelimit.
Jedes Tastenkürzel auf ShortcutRef gibt es als JSON, und zu jeder App gehört ein fertiges Widget für die eigene Seite. Kein API-Key, keine Anmeldung, kein Anfragelimit.
curl -s https://shortcutref.com/api/index.json
Antwort (gekürzt)
{
"generated": "2026-08-22",
"count": 129,
"license": "Free to use with attribution to ShortcutRef (https://shortcutref.com).",
"apps": [
{
"slug": "vscode",
"name": "VS Code",
"shortcuts": 81,
"categories": 10,
"page": "https://shortcutref.com/en/vscode/",
"api": "https://shortcutref.com/api/vscode.json"
},
"…"
]
}
curl -s https://shortcutref.com/api/vscode.json
Antwort (gekürzt)
{
"app": "VS Code",
"slug": "vscode",
"categories": [
{
"name": "General",
"shortcuts": [
{
"action": "Show Command Palette",
"win": "Ctrl+Shift+P",
"mac": "⌘⇧P",
"linux": "Ctrl+Shift+P"
},
{
"action": "Quick Open / Go to File",
"win": "Ctrl+P",
"mac": "⌘P",
"linux": "Ctrl+P"
},
"…"
]
},
"…"
],
"page": "https://shortcutref.com/en/vscode/",
"source": "ShortcutRef — https://shortcutref.com"
}
Wird mit Access-Control-Allow-Origin: * ausgeliefert, also direkt aus dem Browser abrufbar. Die Daten werden bei jedem Deploy neu erzeugt — siehe Feld generated.
Freie Nutzung mit Namensnennung von ShortcutRef (https://shortcutref.com). In einem Produkt genügt uns ein Rücklink.
App wählen, Aussehen wählen, iframe kopieren. Das Widget ist eine statische Seite — auf deiner Seite läuft kein Skript von uns.