No, there is not. There is no way in most UNIX-based operating systems to look up any aspect of a file using only its inode number, and there is also no way to get the actual inode structure from the disk. (The latter is because the internal representation of an inode isn't guaranteed to be in any specific form. On some operating systems, like procfs
on Linux, an inode may not even exist at all.)
The only thing that you're guaranteed to be able to use an inode number for on a UNIX-based OS is to determine that two files or hard links are identical.