Short answer: You can lookup ip address (ip-api) in IP Geolocation by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the IP Geolocation Lookup IP Address (ip-api) action to a workflow, map its 1 input from any upstream app, and it runs automatically every time the trigger fires. No code, and a free tier to start.
Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.
| Field | Type | Required | Description |
|---|---|---|---|
IP Address ip | ip | Required | IP Address. e.g. "8.8.8.8" |
{"ip": "8.8.8.8"}
{"isp": "Google LLC","lat": 37.4223,"lon": -122.0848,"org": "Google Public DNS","zip": "94043","city": "Mountain View","query": "8.8.8.8","status": "success","country": "United States","timezone": "America/Los_Angeles","regionName": "California"}
Use these fields in downstream nodes for routing, logging, or error handling.
Any of these apps can fire this action as part of a workflow.