Get the details of a wordlist. For contents, use /wordlists/{id}/contents
/wordlists/{id}/contents
cURL
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 }
Use the "API key" from the profile page as the token
id of wordlist to get
OK
1
"URL Fuzzer (default)"
"This is the standard wordlist used by URL Fuzzer"
254
true
Was this page helpful?