User

Attributi

pathstring

createTimestring

idstring

namestring

displayNamestring

aboutstring

localestring

premiumboolean

idVerifiedboolean

socialNetworkProfilesobject

URL di base

https://apis.roblox.com/cloud
Risorsa User

{
"path": "string",
"createTime": "2023-07-05T12:34:56Z",
"id": "123456",
"name": "exampleUser",
"displayName": "userDefinedName",
"about": "Example User's bio",
"locale": "en-US",
"premium": true,
"idVerified": true,
"socialNetworkProfiles": {
"facebook": "string",
"twitter": "string",
"youtube": "string",
"twitch": "string",
"guilded": "string",
"visibility": "SOCIAL_NETWORK_VISIBILITY_UNSPECIFIED"
}
}

User

Get User

GET /cloud/v2/users/{user}
RichiestaParametri percorso
userstringNecessario

RispostaUser
GET /cloud/v2/users/{user}

curl -L -X GET 'https://apis.roblox.com/cloud/v2/users/{user}' \
-H 'x-api-key: {your-api-key}'
Risposta

{
"path": "string",
"createTime": "2023-07-05T12:34:56Z",
"id": "123456",
"name": "exampleUser",
"displayName": "userDefinedName",
"about": "Example User's bio",
"locale": "en-US",
"premium": true,
"idVerified": true,
"socialNetworkProfiles": {
"facebook": "string",
"twitter": "string",
"youtube": "string",
"twitch": "string",
"guilded": "string",
"visibility": "SOCIAL_NETWORK_VISIBILITY_UNSPECIFIED"
}
}

User

Generate User Thumbnail

GET /cloud/v2/users/{user}:generateThumbnail
RichiestaParametri percorso
userstringNecessario

Parametri query
sizenumber

formatEnum<string>

shapeEnum<string>

Risposta
Risposta
imageUristring

Metadata
GET /cloud/v2/users/{user}:generateThumbnail

curl -L -X GET 'https://apis.roblox.com/cloud/v2/users/{user}:generateThumbnail?size={integer}&format={string}&shape={string}' \
-H 'x-api-key: {your-api-key}'