Nearest point with Roadname and delivery point code?

Hi,

I’ve played for this graphhopper server now. I got nearest road point by using /nearest with my raw GPS point data.

Now I would like to get road name and postcode/delivery point code. Is this possible?

I.e.

request:
/nearest?point=[lat/lgn]

response:
{nearestRoad:“Crouchfield Road”, postcode: “HP1 1PA”}

or if not possible, perhaps:

{nearestRoad:“Crouchfield Road”, city: “Hemel Hempstead”}

Could someone suggest a useful request that has similar features as above?

I do have a access to a PAF lookup so maybe able to just use road if no postcode/deilvery point code included?

Regards