Hello!
Hello!
I’m currently using RoProxy to fetch all the gamepasses the user created/haves. And I found out that the RoProxy Url is not synced with Roblox url.
Why does this happen?
I currently have this roproxy url, and this roblox url.
and they return me this:
RoProxy Return
{
"IsValid": true,
"Data": {
"TotalItems": null,
"Start": 0,
"End": -1,
"Page": 1,
"nextPageCursor": null,
"previousPageCursor": null,
"ItemsPerPage": 100,
"PageType": "inventory",
"Items": []
}
}
Roblox Return
{
"IsValid": true,
"Data": {
"TotalItems": null,
"Start": 0,
"End": 0,
"Page": 1,
"nextPageCursor": null,
"previousPageCursor": "32527975",
"ItemsPerPage": 100,
"PageType": "inventory",
"Items": [
{
"AssetRestrictionIcon": null,
"Item": {
"AssetId": 32527975,
"UniverseId": null,
"Name": "Anime",
"AbsoluteUrl": "https://www.roblox.com/game-pass/32527975/Anime",
"AssetType": 34,
"AssetTypeDisplayName": null,
"AssetTypeFriendlyLabel": null,
"Description": null,
"Genres": null,
"GearAttributes": null,
"AssetCategory": 0,
"CurrentVersionId": 0,
"IsApproved": false,
"LastUpdated": "/Date(-62135575200000)/",
"LastUpdatedBy": null,
"AudioUrl": null
},
"Creator": {
"Id": 1378041346,
"Name": "@carmencitaa12",
"Type": 1,
"CreatorProfileLink": "https://www.roblox.com/users/1378041346/profile/"
},
"Product": {
"Id": 0,
"PriceInRobux": 15,
"PremiumDiscountPercentage": null,
"PremiumPriceInRobux": null,
"IsForSale": true,
"IsPublicDomain": false,
"IsResellable": false,
"IsLimited": false,
"IsLimitedUnique": false,
"SerialNumber": null,
"IsRental": false,
"RentalDurationInHours": 0,
"BcRequirement": 0,
"TotalPrivateSales": 0,
"SellerId": 0,
"SellerName": null,
"LowestPrivateSaleUserAssetId": null,
"IsXboxExclusiveItem": false,
"OffsaleDeadline": null,
"NoPriceText": null,
"IsFree": false
},
"PrivateServer": null,
"Thumbnail": {
"Final": true,
"Url": "https://tr.rbxcdn.com/0ca81f58e0ea7b411ca05ed5a1dc88e9/110/110/Image/Png",
"RetryUrl": "",
"IsApproved": false
},
"UserItem": null
}
]
}
}
Any help is appreciated.
Thanks!