Skip to main content
GET
/
tools
/
{tool}
/
infos
Get tool info
curl --request GET \
  --url https://api.osint.ly/tools/{tool}/infos \
  --header 'Authorization: Bearer <token>'
{
  "name": "Epic Games",
  "description": "Validate Epic Games account search inputs and retrieve player autocomplete suggestions.",
  "image": "/tools/epic-games.png",
  "routePath": "/epic-games"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

tool
enum<string>
required
Available options:
domain-intelligence,
ip-intelligence,
epic-games,
socialclub,
xbox,
playstation

Response

Tool metadata

description
string
required
image
string
required
name
string
required
routePath
string
required