Unblocker

Get Website Unblocker package usage data

post
Authorizations
AuthorizationstringRequired
Body
start_datestringRequired

start date of the plan

Example: 2025-01-01
end_datestringRequired

end date of the plan

Example: 2026-01-01
plan_statusstringRequired

the status of the plan (active, inactive, standby)

Example: active
Responses
chevron-right
200

Array of Plans

application/json
end_datestringRequired

end date of the plan

Example: 2026-01-01
start_datestringRequired

start date of the plan

Example: 2025-01-01
plan_statusbooleanRequired

the status of the plan (active, inactive, standby)

Example: false
display_namestringRequired

display name of the plan

Example: some name
total_requests_usednumberOptional

usage of the plan in requests (will be only if the plan is in requests)

Example: 3753324
request_plan_size_MnumberOptional

request plan size in millions (will be only if the plan is in requests)

Example: 5
total_gb_usednumberOptional

usage of the plan in GB (will be only if the plan is in GB)

Example: 5
gb_plan_sizenumberOptional

GB plan size in GB (will be only if the plan is in GB)

Example: 5
post
/unblocker/usage

Get Website Unblocker traffic data

post
Authorizations
AuthorizationstringRequired
Body
startDatestringRequired

start date of the traffic

Example: 2025-01-01
endDatestringRequired

end date of the traffic

Example: 2026-01-01
countriesstring[]Optional

traffic for a specific targeted country (array of 2 letter filter for specific countries)

splitByCountrybooleanOptional

group by countries

Example: false
splitByDatebooleanOptional

group by date

Example: false
Responses
chevron-right
200

Array of Plans

application/json
totalRequestsnumberOptional

Total request for the group.

Example: 59366
successRequestsnumberRequired

the number of successful requests for the group.

Example: 9366
dataInBytesnumberRequired

the total data transferred in bytes for the group.

Example: 13189047
successPercentagenumberRequired

the success percentage of the requests for the group.

Example: 6
datestringOptional

the date of the group (will be only if the data is grouped by date).

Example: 2025-10-04T00:00:00.000Z
statusCode200numberRequired

the number of requests with status code 200 for the group.

Example: 9366
statusCode407numberRequired

the number of requests with status code 407 for the group.

Example: 0
statusCode502numberRequired

the number of requests with status code 502 for the group.

Example: 0
statusCode503numberRequired

the number of requests with status code 503 for the group.

Example: 0
statusCode404numberRequired

the number of requests with status code 404 for the group.

Example: 0
statusCode403numberRequired

the number of requests with status code 403 for the group.

Example: 0
statusCode401numberRequired

the number of requests with status code 401 for the group.

Example: 1
statusCodeOthernumberRequired

the number of requests with other status codes for the group.

Example: 50000
product_type_idnumberRequired

the product type id of the requests for the group.

Example: 24
post
/unblocker/traffic

Last updated