Which api is used to see when someone got an item?

hello, so about a year and a half ago, I saw a video about some guy who botted their UGC items. One of the things in that video went about how he was verified in 2018. They got that info via roblox api(using the verified hat.) My one question is, what api do I use to see when someone got an item?

This is the video at the exact time stamp btw

Do you just want to see if someone owns this hat and if so check when this hat was given?

i just wanna see what date they got the hat. The issue is, idk what api type I have to use. Since i dont know which one and i’ve been searching for the past hour and a half

This api allows you to get user’s inventory. For example https://inventory.roblox.com/v2/users/299056344/inventory?assetTypes=Hat&limit=100&sortOrder=Asc will return all hats I got (limited to 100), including Verified, Bonafide, Plaidafied and when it was created

...
 {
      "assetId": 102611803,
      "name": "Verified, Bonafide, Plaidafied",
      "assetType": "Hat",
      "created": "2017-05-09T17:51:30.693Z"
    }
...

I found it in this fandom wiki page so you don’t need to search the whole internet

1 Like

1 question, what do I put here?

found out, I put “Hat” with a capital H

Yes it is case sensetive, assetTypes can be seen on the Roblox page of an item like Model, Badge, ect…

ah ok. Good to know. Thanks for your help.

Actually I am not sure about assetTypes is same as it says on a roblox item page but it works for Hat and Model, Badge appears to be not working, you have to find out yourself