Skip to main content
GET
/
tools
/
epic-games
List Epic Games routes
curl --request GET \
  --url https://api.osint.ly/tools/epic-games \
  --header 'Authorization: Bearer <token>'
{
  "tool": "epic-games",
  "operation": "index",
  "query": {
    "tool": "epic-games"
  },
  "data": {
    "routes": [
      {
        "method": "GET",
        "path": "/tools/epic-games/costs"
      },
      {
        "method": "GET",
        "path": "/tools/epic-games/infos"
      },
      {
        "method": "POST",
        "path": "/tools/epic-games/search"
      },
      {
        "method": "POST",
        "path": "/tools/epic-games/suggestions"
      },
      {
        "method": "POST",
        "path": "/tools/epic-games/resolve"
      },
      {
        "method": "POST",
        "path": "/tools/epic-games/linked-accounts"
      },
      {
        "method": "POST",
        "path": "/tools/epic-games/tags"
      },
      {
        "method": "POST",
        "path": "/tools/epic-games/regions"
      },
      {
        "method": "POST",
        "path": "/tools/epic-games/friends-achievements"
      },
      {
        "method": "POST",
        "path": "/tools/epic-games/creator"
      },
      {
        "method": "POST",
        "path": "/tools/epic-games/profile-db"
      },
      {
        "method": "POST",
        "path": "/tools/epic-games/all"
      }
    ]
  },
  "meta": {
    "timestamp": "2026-06-28T12:00:00.000Z"
  }
}

Authorizations

Authorization
string
header
required

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

Response

200 - application/json

Tool route index

The response is of type object.