Get node positions using Graphviz API only

Hi all,

It is as the question states.

Is there any way to get node positions using Graphviz API only?

I know pygraphviz exists, but there are restrictions on my computer in installing certain dependencies for pygraphviz.

Thanks in advance.

A little confused by your question, you did not specify a language, so trying to cover all bases.

Hi,

I have resolved the issue successfully by using piping JSON using Python.

Thanks for the help.