Skip to main content
GET
List Blocklist Items

Authorizations

X-Authorization
string
header
required

Response

Success

data
object[]

The data for each entry in the blocklist.

next_page_url
string | null

The link to the next page of paginated results.

Example:

"https://api.loopreturns.com/api/v1/blocklists?page=2"

current_page
integer

The identifier associated with the current page.

Example:

1

from
string | null

The number of the first blocklist entry on the page.

Example:

1

first_page_url
string | null

The link to the first page of paginated results.

Example:

"https://api.loopreturns.com/api/v1/blocklists?page=1"

last_page
string | null

The identifier associated with the last page.

Example:

2

last_page_url
string | null

The link to the last page of paginated results.

Example:

"https://api.loopreturns.com/api/v1/blocklists?page=2"

path
string | null

The endpoint's path.

Example:

"https://api.loopreturns.com/api/v1/blocklists"

per_page
integer

The number of blocklist entries per page.

Example:

15

prev_page_url
string | null

The link to the previous page of paginated results.

to
integer | null

The number of the last blocklist entry on the page.

Example:

15

total
integer

The total number of blocklist entries returned.

Example:

20