Get Prop
Returns a Prop object.
Requests made through this page are proxied through an intermediary server due to Cross-Origin Resource Sharing restrictions.
auth<token>
Auth Token via Cookie
In: cookie
Path Parameters
propIdstring
Prop ID.
Response Body
application/json
application/json
curl -X GET "https://api.vrchat.cloud/api/1/props/prop_829ba6f6-b837-49d9-b9a9-056b82103b58"{
"_created_at": "2019-08-24T14:15:22Z",
"_updated_at": "2019-08-24T14:15:22Z",
"authorId": "usr_c1644b5b-3ca4-45b4-97c6-a2a0de70d469",
"authorName": "string",
"description": "string",
"id": "prop_829ba6f6-b837-49d9-b9a9-056b82103b58",
"imageUrl": "string",
"maxCountPerUser": 1,
"name": "string",
"releaseStatus": "public",
"spawnType": 0,
"tags": [
"string"
],
"thumbnailImageUrl": "string",
"unityPackageUrl": "string",
"unityPackages": [
{
"assetUrl": "https://api.vrchat.cloud/api/1/file/file_c991c050-8b43-4046-8182-24d068524ac5/24/file",
"assetVersion": 4,
"propSignature": "string",
"platform": "standalonewindows",
"unityVersion": "2022.3.22f1",
"variant": "string"
}
],
"worldPlacementMask": 1
}{
"error": {
"message": "\"Missing Credentials\"",
"status_code": 401
}
}