Skip to main content
Epic Games endpoints accept one account identifier and return focused account intelligence. POST /search is validation-only: it normalizes the identifier type and does not call Epic or consume credits.

Search types

Canonical types:
  • epic_display_name
  • epic_account_id
  • creator_code
  • psn_username
  • steam_username
  • xbox_username
  • psn_account_id
  • steam_id
  • nintendo_account_id
Accepted aliases include epic, epic_id, creator, psn, playstation, steam, steamid, xbox, xbl, xlb, and nintendo.

Endpoint groups


Fast path

Validate an input before launching enrichment.
Use /all when you need a complete account profile.

Creator profile data

POST /tools/epic-games/creator and the creator section of /all can include a public Fortnite Creator profile in data.profile.
  • profile.found is true only when the provider returns a valid Fortnite Creator page.
  • When the profile is missing or invalid, profile.found is false and profile.data is null.
  • Optional public fields remain null when unavailable: bio, followerCount, images.avatar, and images.banner.
  • profile.social contains only recognized public social URLs.
The public profile fields are bio, creatorPageUrl, displayName, followerCount, images, and title.