Arduino Pro Gateway API

Hi,
I was looking for a way to communicate using API with the Arduino Pro Gateway.
I know there is Arduino Cloud, and Web Hooks, but i'll need the Arduino Pro Gateway for an offline installation (just the network, without internet).
Is there any API available on the IP address of the gateway?
Thank you very much for your help.

The only Arduino Pro Gateway I'm aware of is a hardware the implements a LoRaWAN gateway. So what exactly are you trying to do? What functionality should that API offer?

Hi,
Yes, I'm working on a LoRaWan implementation: I need to collect data on a local network, without internet, I.E. a large terrain.
So, I was looking for an API on the Arduino Pro Gateway for collecting data on the network using a server.
The best would be a GET API with the data structured with date - value, but I can parse everything.

Thank you very much

Why do you use LoRaWAN at all then? Why don't you just use LoRa to your local gateway and collect the data there? That much less complex, easier to implement and cheaper too.

The gateway is built to translate to the internet. That's about the same as to buy a smartphone and an LTE base station just to get a walky-talky connection.