標準データストア
*このコンテンツは、ベータ版のAI(人工知能)を使用して翻訳されており、エラーが含まれている可能性があります。このページを英語で表示するには、 こちら をクリックしてください。
Datastores
https://apis.roblox.com/datastores
次のエンドポイントは、ベースのURLに相対するパスで使用できます。データストアをリスト
GET /v1/universes/{universeId}/standard-datastores
パラメータ
universeId number
Path
必須
cursor string
limit number
prefix string
リクエスト
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"
レスポンス
必要な権限
Entries
https://apis.roblox.com/datastores
次のエンドポイントは、ベースのURLに相対するパスで使用できます。エントリをリスト
GET /v1/universes/{universeId}/standard-datastores/datastore/entries
パラメータ
universeId number
Path
必須
datastoreName string
scope string
allScopes boolean
prefix string
cursor string
limit number
リクエスト
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"
レスポンス
必要な権限
入口を取得
GET /v1/universes/{universeId}/standard-datastores/datastore/entries/entry
パラメータ
universeId number
Path
必須
datastoreName string
entryKey string
scope string
リクエスト
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"
レスポンス
204 - No Content
必要な権限
エントリを設定
POST /v1/universes/{universeId}/standard-datastores/datastore/entries/entry
パラメータ
universeId number
Path
必須
datastoreName string
entryKey string
matchVersion string
exclusiveCreate boolean
scope string
roblox-entry-attributes string
Header
roblox-entry-userids string
Header
content-md5 string
Header
リクエスト
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"
レスポンス
必要な権限
エントリを削除
DELETE /v1/universes/{universeId}/standard-datastores/datastore/entries/entry
パラメータ
universeId number
Path
必須
datastoreName string
entryKey string
scope string
リクエスト
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"
レスポンス
204 - No Content
必要な権限
インクリメントエントリ
POST /v1/universes/{universeId}/standard-datastores/datastore/entries/entry/increment
パラメータ
universeId number
Path
必須
datastoreName string
entryKey string
incrementBy number
scope string
roblox-entry-attributes string
Header
roblox-entry-userids string
Header
リクエスト
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"
レスポンス
204 - No Content
必要な権限
エントリバージョンを取得
GET /v1/universes/{universeId}/standard-datastores/datastore/entries/entry/versions/version
パラメータ
universeId number
Path
必須
datastoreName string
entryKey string
versionId string
scope string
リクエスト
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"
レスポンス
必要な権限
限度
各APIキー:各IPアドレスにつき 100 回のリクエストが 60 秒ごとに送信されます
リストのエントリバージョン
GET /v1/universes/{universeId}/standard-datastores/datastore/entries/entry/versions
パラメータ
universeId number
Path
必須
datastoreName string
entryKey string
scope string
cursor string
startTime string
endTime string
sortOrder string
limit number
リクエスト
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"
レスポンス
その他のステータスコード
必要な権限
オブジェクト
以下のオブジェクトは、受け入れられたか返されたペイロードの説明です。これらのオブジェクトがいつ使用されるかについて詳しくは、各エンドポイントを参照してください。DataStore
属性
name string
createdTime string
EntryVersion
属性
version string
deleted boolean
contentLength number
createdTime string
objectCreatedTime string