You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -57,7 +61,7 @@ specified in the `key=value` format.
57
61
58
62
### gameData
59
63
60
-
Provides information about a game/place in the [JSON format](#Handling-JSON-data).
64
+
Provides information about a game/place in the [JSON format](#handling-json-data).
61
65
62
66
#### Example
63
67
@@ -150,7 +154,7 @@ Get the user ID of a user:
150
154
151
155
### userAvatarThumbnail
152
156
153
-
Provides data about a user's avatar thumbnail in the [JSON format](#Handling-JSON-data).
157
+
Provides data about a user's avatar thumbnail in the [JSON format](#handling-json-data).
154
158
155
159
#### Example
156
160
@@ -203,7 +207,11 @@ Get the URL of the user avatar thumbnail of builderman (ID 156):
203
207
204
208
### assetThumbnail
205
209
206
-
Provides the data about an asset thumbnail in the [JSON format](#Handling-JSON-data).
210
+
> [!WARNING]
211
+
> Roblox enforces a stricter rate limit on the API used for this than on the other APIs.
212
+
> It is in general recommended to use it at most once per page.
213
+
214
+
Provides the data about an asset thumbnail in the [JSON format](#handling-json-data).
207
215
208
216
#### Example
209
217
@@ -229,6 +237,10 @@ Get the data about the asset thumbnail of the asset with ID 102611803:
229
237
230
238
### assetThumbnailUrl
231
239
240
+
> [!WARNING]
241
+
> Roblox enforces a stricter rate limit on the API used for this than on the other APIs.
242
+
> It is in general recommended to use it at most once per page.
243
+
232
244
Provides the URL of an asset thumbnail. Allows [embedding](#Embedding-images-from-the-Roblox-CDN) the asset image.
233
245
Requires [assetThumbnail](#assetThumbnail) to be enabled.
234
246
@@ -256,7 +268,7 @@ Get the URL of the asset thumbnail of the asset with ID 102611803:
256
268
257
269
### gameIcon
258
270
259
-
Provides the data about a game icon in the [JSON format](#Handling-JSON-data).
271
+
Provides the data about a game icon in the [JSON format](#handling-json-data).
260
272
261
273
#### Example
262
274
@@ -311,7 +323,7 @@ Get the URL of the game icon of the game with ID 132813250731469:
311
323
312
324
### groupRoles
313
325
314
-
Provides all group roles a user has in all groups they have joined in the [JSON format](#Handling-JSON-data).
326
+
Provides all group roles a user has in all groups they have joined in the [JSON format](#handling-json-data).
315
327
316
328
[Official API documentation](https://groups.roblox.com//docs/index.html?urls.primaryName=Groups%20Api%20v1#operations-Membership-get_v1_users__userId__groups_roles)
317
329
@@ -351,7 +363,7 @@ Get the name of the rank of the user with ID `4182456156` in the group with ID `
351
363
352
364
### groupData
353
365
354
-
Provides data about a group in the [JSON format](#Handling-JSON-data).
366
+
Provides data about a group in the [JSON format](#handling-json-data).
355
367
356
368
[Official API documentation](https://groups.roblox.com//docs/index.html?urls.primaryName=Groups%20Api%20v1#operations-Groups-get_v1_groups__groupId_)
357
369
@@ -396,7 +408,7 @@ Get the formatted number of members in a group:
396
408
397
409
### badgeInfo
398
410
399
-
Provides information about a badge in the [JSON format](#Handling-JSON-data).
411
+
Provides information about a badge in the [JSON format](#handling-json-data).
400
412
401
413
#### Example
402
414
@@ -414,7 +426,7 @@ Get all JSON data of a badge:
414
426
415
427
### userInfo
416
428
417
-
Provides information about a user in the [JSON format](#Handling-JSON-data).
429
+
Provides information about a user in the [JSON format](#handling-json-data).
418
430
419
431
#### Example
420
432
@@ -432,7 +444,7 @@ Get all JSON data of a user:
432
444
433
445
### assetDetails
434
446
435
-
Provides information about an asset in the [JSON format](#Handling-JSON-data).
447
+
Provides information about an asset in the [JSON format](#handling-json-data).
436
448
437
449
#### Example
438
450
@@ -450,7 +462,7 @@ Get all JSON data of an asset:
450
462
451
463
### groupRolesList
452
464
453
-
Provides a list of roles in a group in the [JSON format](#Handling-JSON-data).
465
+
Provides a list of roles in a group in the [JSON format](#handling-json-data).
454
466
455
467
#### Example
456
468
@@ -468,7 +480,7 @@ Get the roles of a group:
468
480
469
481
### gameNameDescription
470
482
471
-
Provides the name and description of a game in all supported languages in the [JSON format](#Handling-JSON-data).
483
+
Provides the name and description of a game in all supported languages in the [JSON format](#handling-json-data).
472
484
473
485
#### Example
474
486
@@ -492,7 +504,7 @@ Get the description of a game in English:
492
504
493
505
### universeInfo
494
506
495
-
Provides info about a universe in the [JSON format](#Handling-JSON-data).
507
+
Provides info about a universe in the [JSON format](#handling-json-data).
496
508
497
509
#### Example
498
510
@@ -514,6 +526,60 @@ Get the privacy type of a universe:
|`limit`| The maximum number of games to consider in the calculation. | Numeric ID (10, 25 or 50) |`50`|
581
+
|`sort_order`| The order to sort the games. This is used by the api and may change the results if the user has more games than the limit allows. | String (`Asc`, `Desc`) |`Asc`|
Copy file name to clipboardExpand all lines: i18n/en.json
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -24,5 +24,7 @@
24
24
"robloxapi-error-invalid-thumbnail-format": "Invalid thumbnail format '$1'! Possible values are 'Webp' and 'Png'.",
25
25
"robloxapi-error-invalid-boolean": "Invalid boolean value '$1'! Must be 'true' or 'false'.",
26
26
"robloxapi-error-invalid-return-policy": "Invalid return policy '$1'! Must be 'PlaceHolder', 'ForcePlaceHolder', 'AutoGenerated', or 'ForceAutoGenerated'.",
27
-
"robloxapi-error-too-many-required-args": "The argument '$1' exceeds the maximum number of required arguments for this data source! Please refer to the documentation."
27
+
"robloxapi-error-too-many-required-args": "The argument '$1' exceeds the maximum number of required arguments for this data source! Please refer to the documentation.",
28
+
"robloxapi-error-invalid-user-games-limit": "Invalid limit '$1'! Must be 10, 25 or 50.",
29
+
"robloxapi-error-invalid-sort-order": "Invalid sort order '$1'! Must be 'Asc' or 'Desc'."
Copy file name to clipboardExpand all lines: i18n/qqq.json
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -24,5 +24,7 @@
24
24
"robloxapi-error-invalid-thumbnail-format": "Error message shown when an invalid thumbnail format is provided. $1 is the invalid format. Possible values are 'Webp' and 'Png'",
25
25
"robloxapi-error-invalid-boolean": "Error message shown when an invalid boolean value is provided. $1 is the invalid value. Must be 'true' or 'false'",
26
26
"robloxapi-error-invalid-return-policy": "Error message shown when an invalid return policy is provided. $1 is the invalid policy. Must be 'PlaceHolder', 'ForcePlaceHolder', 'AutoGenerated', or 'ForceAutoGenerated'",
27
-
"robloxapi-error-too-many-required-args": "Error message shown when too many required arguments are provided to a data source. $1 is the argument that exceeds the maximum number of required arguments"
27
+
"robloxapi-error-too-many-required-args": "Error message shown when too many required arguments are provided to a data source. $1 is the argument that exceeds the maximum number of required arguments",
28
+
"robloxapi-error-invalid-user-games-limit": "Error message shown when an invalid limit is provided for the user games data source. $1 is the invalid limit. Must be 10, 25 or 50",
29
+
"robloxapi-error-invalid-sort-order": "Error message shown when an invalid sort order is provided. $1 is the invalid sort order. Must be 'Asc' or 'Desc'"
0 commit comments