Skip to main content
GET
cURL
The Bright Data Web Unlocker API success rate endpoint returns the share of requests that succeeded against a domain over the past 7 days, as a number between 0 and 1. Pass a single domain such as example.com to get one figure. Pass a wildcard such as example.* to get one figure for every monitored top-level domain of that name. Related guide: Web Unlocker API features

Authorizations

Authorization
string
header
required

Use your Bright Data API Key as a Bearer token in the Authorization header.

How to authenticate:

  1. Obtain your API Key from the Bright Data account settings at https://brightdata.com/cp/setting/users
  2. Include the API Key in the Authorization header of your requests
  3. Format: Authorization: Bearer YOUR_API_KEY

Example:

Learn how to get your Bright Data API key: https://docs.brightdata.com/api-reference/authentication

Path Parameters

domain
string
required

Domain to report on. Use a single domain such as example.com, or a wildcard such as example.* to return every monitored top-level domain.

Example:

"example.com"

Response

OK

Map of domain to success rate over the past 7 days, as a number between 0 and 1.

{key}
number