Getting An Account Age of a person outside the server

Hi everyone! I was wondering what property is the account created property for roblox.users api. Here is some of my code:

local data = Proxy:Get('https://users.rprxy.xyz/v1/users'..id)
	
print(data)

With this code here, all the players data shows up, however, I don’t see any value called created in the table as shown on this website: Users Api (roblox.com)

Thank you

Its right there?

image

yea that is what I was talking about. tho how do i retrieve the created value in studio. It returns this in the table:

                    ["body"] = "",
                    ["headers"] =  ▼  {
                       ["alt-svc"] = "h3=":443"; ma=86400, h3-29=":443"; ma=86400, h3-28=":443"; ma=86400, h3-27=":443"; ma=86400",
                       ["cache-control"] = "private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0",
                       ["cf-ray"] = "6b04515f1fe858c6-IAD",
                       ["connection"] = "close",
                       ["date"] = "Thu, 18 Nov 2021 21:33:33 GMT",
                       ["expect-ct"] = "max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"",
                       ["expires"] = "Thu, 01 Jan 1970 00:00:01 GMT",
                       ["location"] = "https://rprxy-death.herokuapp.com/",
                       ["nel"] = "{"success_fraction":0,"report_to":"cf-nel","max_age":604800}",
                       ["report-to"] = "{"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v3?s=YKuN3lYfhV%2Fzvip7wPBkeD7pngk5hVQbNWT%2BtdMbPOHjvKah41OerhJCtfRd3F4bRdpMFgpF3jAVBTVJOYvWFNMEFIVTXoEzEC30JRKdZ5cOMS2fagRxuy7b5VY1kAk6DQ4%3D"}],"group":"cf-nel","max_age":604800}",
                       ["server"] = "cloudflare",
                       ["transfer-encoding"] = "chunked",
                       ["vary"] = "Accept-Encoding"
                    },
                    ["status"] =  ▼  {
                       ["code"] = 302,
                       ["message"] = "Moved Temporarily"
                    }
                 }