Skip to content

Retrieve IP information

GET
/ips

Returns a list of IPs with pagination and search capabilities.

Parameters

Query Parameters

page
integer

Page number for pagination

filter
string

Search string to filter IPs

limit
integer

Number of IPs to return per page

Responses

200

Successful response with IP information

object
data
object
ips
Array<object>
object
address
string
1.1.1.1/24
dns_name
string
hosted-by.royalehosting.net
family
object
value
integer
4
total

Total number of IPs matching the query

integer
pages

Total amount of pages with current limit

integer
limit

Number of IPs per page

integer
success
boolean
true