Get public IP Address

How to get a public IP address?
Example: 110.56.235.15

Do you want to get your own WAN address or from another client? Please provide more info
from your own client: https://www.whatismyip.com/

Thanks for responce. I want to get text from here https://api.ipify.org/, and store it from variable

What have you tried so far? because this is a pretty basic thing.
attach or open browser, get text (output to variabele) and return the value in a log message or message box

Hi @Chris_King_Baniqued,
Use Http Request activity and pass the URL as end point. The response will be the IP address.

1 Like

I already did that, and it works. But my question is, Is there other way to get that without opening a browser and using a get text activity. Like in python just one line: ip_address = get(β€˜https://api.ipify.org’).text

Try it like shankm says. That should work fine. Maybe try to give a bit more info in your opening post next time. We don’t know what you already have tried yet.

1 Like

You got it men. Thanks :slight_smile:httprequest

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.