Skip to main content
Question

How to generate URL to specific node?

  • November 11, 2022
  • 4 replies
  • 2356 views

Aaron_Crow

I have the Figma page URL, the node ID (1:2, 1:3, etc), and the file key. Is there a way to generate a URL to a specific node? from what I’m able to see, the URL should be https://www.figma.com/file{file_key}/{file_name}?node-id=/{node_id} but the node_id appears in the URL as something like 1%3A2&t=LmbhyU6Dh4wZFrzK-0. Is there a way to convert the 1:3 node_id from the original node object into the string necessary for this? Thanks for the help.

4 replies

MaxBazarov
  • Active Member
  • 21 replies
  • November 25, 2022

The same question. I also need file_key. Unclear how to get it.


tank666
  • 4859 replies
  • November 25, 2022

MaxBazarov
  • Active Member
  • 21 replies
  • November 26, 2022

Why is it available for private plugins only? It’s strange.


Graham_Sysko

This was helpful reference. If anyone else is referencing this to generate their own urls, just a note, I think…
https://www.figma.com/file{file_key}/{file_name}?node-id=/{node_id}
…should actually be…
https://www.figma.com/file/{file_key}/{file_name}?node-id={node_id} (note the different position of the forward slashes).

The specific code I used to generate urls was…
const nodeUrl = `https://www.figma.com/file/${figma.fileKey}/${encodeURIComponent(figma.root.name)}?type=design&node-id=${encodeURIComponent(node_id)}`


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings