Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt

Use this file to discover all available pages before exploring further.

Looks up information about a provided IPv4 or IPv6 address.

Basic Parameters

ParameterDescription
IPA single IPv4 or IPv6 address.

Advanced Parameters

ParameterDescription
FieldIf provided, only returns the specified field or object data.

Fields are returned as plaintext and objects as JSON.

Example Output

{
	"ip": "<string>",
	"hostname": "<string>",
	"city": "<string>",
	"region": "<string>",
	"country": "<string>",
	"loc": "<string>",
	"postal": "<string>",
	"timezone": "<string>",
	"asn": {
		"asn": "<string>",
		"name": "<string>",
		"domain": "<string>",
		"route": "<string>",
		"type": "<string>"
	},
	"company": {
		"name": "<string>",
		"domain": "<string>",
		"type": "<string>"
	},
	"privacy": {
		"vpn": false,
		"proxy": false,
		"tor": false,
		"relay": false,
		"hosting": true,
		"service": "<string>"
	}
}

Workflow Library Example

Get Ip Info with Ipinfo and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop