GET
/
urls
/
score
/
{min_score}
curl --request GET \
  --url https://app.onefirewall.com/api/v1/urls/score/{min_score} \
  --header 'Authorization: <api-key>'
"URL1\nURL2\n..."

Authorizations

Authorization
string
header
required

Authorization Token

Path Parameters

min_score
number
required

Minimum WCF Crime Score Feeds

Required range: 1 < x < 1000

Query Parameters

format
enum<string>
default:
CSV

CSV=the output is CSV, LIST=the output is a list of digest separated by ‘,’

Available options:
CSV,
LIST
page
string

A cursor that indicates the next page ID to access the next batch of data

Response

200
text/html
If the response header contains a variable with name next_page, use the value with the new request on the API in order to retreive the next batch of data for the same Score. If the header is not presented, means there no more data to return.

The response is of type string.