get https://api.nearmap.com/coverage/v2/tx/point/,
If parcelLookup is set to 'true', the API will perform a parcel lookup for the given point and return the surveys intersecting/overlapping with the parcel boundary if a parcel is found. When a parcel is not found and a radius parameter is provided, the API will return the surveys intersecting/overlapping with the given point + radius.radius is not required in this case.
If parcelLookup is not 'true', the API will return the surveys intersecting/overlapping with point + given radius. radius is not required in this case.