Smart URLs
Here is an example API documentation for the endpoint used for checking visitors status of Smart URLs.
REQUEST
Endpoint
Method
Parameters
apikey
(string, required): The API key provided to the user.ip
(string, required): The IP address of the visitor.keyname
(string, required): The keyname obtained from STOPBOT.NET Smart URLs.ua
(string, required): The useragent used by the visitor.url
(string, required): The URL opened by the visitor, REQUEST_URI from your website or APP).
Example Request
Example Response
Success Response
If the HTTP response is 200 (success response), it will generate the following response:
Description on successful response
IP
: The visitor's IP address.IPInfo
: Information about the visitor's IP.hostname
: The visitor's hostname.asn
: The Autonomous System Number (ASN) that identifies the internet service provider.company
: The company associated with the visitor's IP.isp
: The Internet Service Provider (ISP) name.city
: The city where the visitor is located.district
: The district or area associated with the IP address.region
: The region where the visitor is located.postcode
: The postal code associated with the IP address.country
: The country where the visitor is located.latitude
: The latitude coordinate of the IP address location.longitude
: The longitude coordinate of the IP address location.timezone
: The timezone of the IP address location.
IPStatus
: Information about the visitor's IP status.isBot
: Indicates whether the visitor is a bot (1) or not (0).BlockAccess
: Indicates whether access is blocked (1) or not (0).ThreatURL
: Indicating whether the visitor is performing suspicious actions on your URL, result true (1) or false (0).DetectActivity
: Describes the visitor's status. There are 13 possible statuses:BLOCK BY IP DATABASE
BLOCK BY MALICIOUS ACTIVITY
BLOCK BY HOSTNAME DATABASE
BLOCK BY PROXY/VPN/TOR
BLOCK BY COUNTRY
BLOCK BY IP NON-ISP
BLOCK BY SPIDER CRAWLER
BLOCK BY THREAT URL
BLOCK BY INVALID KEYNAME (This notification will be redirected to the BLOCKER panel.)
BLOCK BY DEVICE DESKTOP
BLOCK BY DEVICE MOBILE
BLOCK BY BLACKLIST IP (USER)
ALLOW BY WHITELIST IP (USER)
VISITOR
UA
: The useragent used by the visitor.redirectTo
: Proceeding to the page that the all visitor will receive.jsResponse
: The setting in STOPBOT.NET Smart URLs for JavaScript is enabled (1) or disabled (0).status
: Indicates the success or failure of the request.timeResponse
: Date and time when the response was sent.
Failed Response
If the HTTP response is 400 or 401 (failed response), it will generate the following response:
Description on failed response:
status
: Response Status: The value is "failed" if the request fails.timeResponse
: Date and time when the response was sent.
REQUEST SHORTLINK JAVASCRIPT
To determine the result of JavaScript identification, whether it is active or not in the panel, we need you to update the result to us (such as the ShortenerLink app that you can download by clicking here). Please note that we will not count this API request usage towards your total usage. Additionally, the response we can receive for the js
= 1 parameter is as follows.
Endpoint
Method
Parameters
apikey
(string, required): The API key provided to the user.ip
(string, required): The IP address of the visitor.keyname
(string, required): The useragent used by the visitor.js
(string, required): Set '1' for active JavaScript. We only accept a value of '1' to determine if visitors are using JavaScript.
Example Request
Example Response
Success Response
If the HTTP response is 200 (success response), it will generate the following response:
Description on successful response
status
: Indicates the success or failure of the request.AddVisitorStatus
: If the update of JavaScript to your IP on the keyname in your Smart URLs is successful, the result will be success (1); otherwise, it will be failure (0).timeResponse
: Date and time when the response was sent.
Failed Response
If the HTTP response is 400 (failed response), it will generate the following response:
Description on failed response:
status
: Response Status: The value is "failed" if the request fails.timeResponse
: Date and time when the response was sent.
Last updated