Sviluppatori
Ogni scorciatoia di ShortcutRef è disponibile come JSON, e ogni app ha un widget pronto da inserire nella tua pagina. Nessuna chiave API, nessuna registrazione, nessun limite di richieste.
Ogni scorciatoia di ShortcutRef è disponibile come JSON, e ogni app ha un widget pronto da inserire nella tua pagina. Nessuna chiave API, nessuna registrazione, nessun limite di richieste.
curl -s https://shortcutref.com/api/index.json
Risposta (ridotta)
{
"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
Risposta (ridotta)
{
"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"
}
Servita con Access-Control-Allow-Origin: *, quindi la puoi chiamare direttamente dal browser. I dati vengono rigenerati a ogni deploy: controlla il campo generated.
Uso libero con attribuzione a ShortcutRef (https://shortcutref.com). Se la usi in un prodotto, chiediamo solo un link.
Scegli l'app, scegli l'aspetto, copia l'iframe. Il widget è una pagina statica: sul tuo sito non gira nessuno script nostro.