Desarrolladores

Cada atajo de ShortcutRef está disponible como JSON, y cada app tiene un widget listo para poner en tu página. Sin clave de API, sin registro, sin límite de peticiones.

API JSON

Listar todas las apps

curl -s https://shortcutref.com/api/index.json
Respuesta (recortada)
{
  "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"
    },
    "…"
  ]
}

Una app, todos los atajos

curl -s https://shortcutref.com/api/vscode.json
Respuesta (recortada)
{
  "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"
}

Se sirve con Access-Control-Allow-Origin: *, así que puedes pedirla directamente desde el navegador. Los datos se regeneran en cada despliegue: mira el campo generated.

Licencia

Uso libre con atribución a ShortcutRef (https://shortcutref.com). Si lo incluyes en un producto, solo pedimos un enlace.

Generador de insertable

Elige la app, elige el aspecto, copia el iframe. El widget es una página estática: en tu sitio no se ejecuta ningún script nuestro.

Pega esto
Vista previa