-
Notifications
You must be signed in to change notification settings - Fork 0
Home
mte edited this page Jun 13, 2022
·
8 revisions
-
single parameter:
https://utilities.tk/network/info?ip=1.1.1.1 -
or with two parameters:
https://utilities.tk/webhooks/spam?webhookurl=https://discord.com/api/webhooks/XXXX**&**messages=msg1:|:msg2:|:ooga:|:msg4:|:kjasndkjas:|:black:|:msg6
import requests
req = requests.get('https://utilities.tk/ping') # sending a get request to the API
print(req.status_code) # printing the request's status code
print("\n"+req.text) # printing a new line and the request's responses' text200
up```