Skip to main content
GET
/
wordlists
/
{id}
Get wordlist information by ID
curl --request GET \
  --url https://app.pentest-tools.com/api/v2/wordlists/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": 1,
  "name": "URL Fuzzer (default)",
  "description": "This is the standard wordlist used by URL Fuzzer",
  "num_words": 254,
  "predefined": true
}

Authorizations

Authorization
string
header
required

Use the "API key" from the profile page as the token

Path Parameters

id
integer
required

id of wordlist to get

Response

OK

id
integer
Example:

1

name
string
Example:

"URL Fuzzer (default)"

description
string | null
Example:

"This is the standard wordlist used by URL Fuzzer"

num_words
integer
Example:

254

predefined
boolean
Example:

true