Get Started
Using this web service, you can create an IP logger link and get the IP address of people, geographical location and ... users. This is an open source api and was designed by one of the users of the official iNeoTeam Telegram Channel. This api is connected to iNeoTeam's IP logger site.
Send Request
To use this web service, you must send your request information to the following address to receive the output to Json (Application/Json).
https://example.com/iplogger.php
Create IP Logger:
Parameter | Importance | Description/Answer |
---|---|---|
method | Required | Method name (create) |
Example URL:
https://example.com/iplogger.php?method=create
Description:
With this request, you can create a new IP Logger panel.
Open IP Logger Panel:
Parameter | Importance | Description/Answer |
---|---|---|
method | Required | Method name (getlogs) |
id | Required | IP Logger ID (1234567890) |
Example URL:
https://example.com/iplogger.php?method=getlogs&id=1234567890
Description:
With this request, you can check IP Logger panel and check Logged IPs.
Delete IP Logger:
Parameter | Importance | Description/Answer |
---|---|---|
method | Required | Method Name (delete) |
id | Required | IP Logger ID (1234567890) |
Example URL:
https://example.com/iplogger.php?method=delete&id=1234567890
Description:
With this request, you can delete your created IP Logger.
Powered By iNeoTeam in 2022.