Standardowe magazyny danych
*Ta zawartość została przetłumaczona przy użyciu narzędzi AI (w wersji beta) i może zawierać błędy. Aby wyświetlić tę stronę w języku angielskim, kliknij tutaj.
Datastores
https://apis.roblox.com/datastores
Następujące punkty końcowe są dostępne za pośrednictwem ścieżek odnoszących się do podstawowego adresu URL.Lista magazynów danych
GET /v1/universes/{universeId}/standard-datastores
Parametry
universeId number
Path
Wymagane
cursor string
limit number
prefix string
Żądanie
curl
curl --include --location --request GET "https://apis.roblox.com/datastores/v1/universes/3310576216/standard-datastores" \
--header "x-api-key: ${API_KEY}" \
--get \
-d "prefix=Player" \
-d "limit=5"
Odpowiedź:
Wymagane uprawnienia
Entries
https://apis.roblox.com/datastores
Następujące punkty końcowe są dostępne za pośrednictwem ścieżek odnoszących się do podstawowego adresu URL.Wpisy Listy
GET /v1/universes/{universeId}/standard-datastores/datastore/entries
Parametry
universeId number
Path
Wymagane
datastoreName string
scope string
allScopes boolean
prefix string
cursor string
limit number
Żądanie
curl
curl --include --location --request GET "https://apis.roblox.com/datastores/v1/universes/3310576216/standard-datastores/datastore/entries" \
--header "x-api-key: ${API_KEY}" \
--get \
-d "datastoreName=Coins" \
-d "prefix=" \
-d "limit=5"
Odpowiedź:
Wymagane uprawnienia
Zdobądź wejście
GET /v1/universes/{universeId}/standard-datastores/datastore/entries/entry
Parametry
universeId number
Path
Wymagane
datastoreName string
entryKey string
scope string
Żądanie
curl
curl --include --location --request GET "https://apis.roblox.com/datastores/v1/universes/3310576216/standard-datastores/datastore/entries/entry" \
--header "x-api-key: ${API_KEY}" \
--get \
-d "datastoreName=Coins" \
-d "entryKey=269323"
Odpowiedź:
204 - No Content
Wymagane uprawnienia
Ustaw Wpis
POST /v1/universes/{universeId}/standard-datastores/datastore/entries/entry
Parametry
universeId number
Path
Wymagane
datastoreName string
entryKey string
matchVersion string
exclusiveCreate boolean
scope string
roblox-entry-attributes string
Header
roblox-entry-userids string
Header
content-md5 string
Header
Żądanie
curl
curl --include --location --request POST "https://apis.roblox.com/datastores/v1/universes/3310576216/standard-datastores/datastore/entries/entry?datastoreName=Coins&entryKey=269323" \
--header "x-api-key: ${API_KEY}" \
--header "content-md5: IGPBYI1uC6+AJJxC4r5YBA==" \
--header "content-type: application/json" \
--header "roblox-entry-userids: [269323]" \
--header "roblox-entry-attributes: {}" \
--d "value"
Odpowiedź:
Wymagane uprawnienia
Usuń wpis
DELETE /v1/universes/{universeId}/standard-datastores/datastore/entries/entry
Parametry
universeId number
Path
Wymagane
datastoreName string
entryKey string
scope string
Żądanie
curl
curl --include --location --request DELETE "https://apis.roblox.com/datastores/v1/universes/3310576216/standard-datastores/datastore/entries/entry" \
--header "x-api-key: ${API_KEY}" \
--get \
-d "datastoreName=Coins" \
-d "entryKey=269323"
Odpowiedź:
204 - No Content
Wymagane uprawnienia
Wprowadzenie Increment
POST /v1/universes/{universeId}/standard-datastores/datastore/entries/entry/increment
Parametry
universeId number
Path
Wymagane
datastoreName string
entryKey string
incrementBy number
scope string
roblox-entry-attributes string
Header
roblox-entry-userids string
Header
Żądanie
curl
curl --include --location --request POST "https://apis.roblox.com/datastores/v1/universes/3310576216/standard-datastores/datastore/entries/entry/increment" \
--header "x-api-key: ${API_KEY}" \
--header 'content-length: 0' \
--get \
-d "datastoreName=Coins" \
-d "entryKey=269323" \
-d "incrementBy=3"
Odpowiedź:
204 - No Content
Wymagane uprawnienia
Zdobądź wersję wejścia
GET /v1/universes/{universeId}/standard-datastores/datastore/entries/entry/versions/version
Parametry
universeId number
Path
Wymagane
datastoreName string
entryKey string
versionId string
scope string
Żądanie
curl
curl --include --location --request GET "https://apis.roblox.com/datastores/v1/universes/3310576216/standard-datastores/datastore/entries/entry/versions/version" \
--header "x-api-key: ${API_KEY}" \
--get \
-d "datastoreName=Coins" \
-d "entryKey=269323" \
-d "versionId=08D9E6A3F2188CFF.0000000003.08D9E6DE485A7680.01"
Odpowiedź:
Wymagane uprawnienia
Limity
Na klucz API: żądanie 100 co 60 s na adres IP
Lista wersji wstępnych
GET /v1/universes/{universeId}/standard-datastores/datastore/entries/entry/versions
Parametry
universeId number
Path
Wymagane
datastoreName string
entryKey string
scope string
cursor string
startTime string
endTime string
sortOrder string
limit number
Żądanie
curl
curl --include --location --request GET "https://apis.roblox.com/datastores/v1/universes/3310576216/standard-datastores/datastore/entries/entry/versions" \
--header "x-api-key: ${API_KEY}" \
--get \
-d "datastoreName=Coins" \
-d "entryKey=269323" \
-d "limit=5"
Odpowiedź:
Inne kody statusu
Wymagane uprawnienia
Obiekty
Następujące obiekty opisują ładunki, które są przyjmowane lub zwracane. Więcej informacji na temat tego, kiedy te obiekty są w użyciu, można znaleźć w poszczególnych punktach końcowych.DataStore
Atrybuty
name string
createdTime string
EntryVersion
Atrybuty
version string
deleted boolean
contentLength number
createdTime string
objectCreatedTime string