Hello creators,
We are deprecating the profile playerassets endpoint on November 1st, 2024. It fetches showcased assets created by a user. It has been moved to a new endpoint.
Old API:
New API:
There are several notable changes with the new endpoint:
- Keys returned in payload are now lower Camel Case instead of Pascal Case (example: “
assetSeoUrl
” vs. “AssetSeoUrl
”) - The following attributes have been removed:
-
ModalAssetViewType
,MaxNumberOfVisibleAssets
,Assets.Thumbnail
,Assets.FormatName
,Assets.Description
,Assets.AssetRestrictionIcon
,Assets.HasPremiumBenefit
,Assets.ProfileLangResources
-
- The following attributes have been added:
-
assets.thumbnailUrl
: direct replacement forAssets.Thumbnail.Url
-
assets.assetAttribution.rootPlaceId
: the place ID where the asset was created
-
Let us know if you have any questions or concerns.