Skip to content

Game - Open World Crime Scene

GET: /game/api/v1/openworldcrimescene POST: /game/api/v1/openworldcrimescene/:locationx(\\d+)/:locationy(\\d+)/:locationz(\\d+)/:facelost(\\d+)

Response

On GET:

{
"mReturnCode": 0, // optional; omit if 0
"mMessage": "optional",
// OpenWorldCrimeSceneResponse
"CrimeScenes": // optional
[
{
"OpenWorldCrimeSceneID": "?",
"DeathX": 0,
"DeathY": 0,
"DeathZ": 0,
"VictimPlayerDataIDString": "?",
"Collected": 0 // boolean
}
]
}

On POST:

{
"mReturnCode": 0, // optional; omit if 0
"mMessage": "optional",
"mDataBags": {}
}

For details on mDataBags, see Serialized Player Data.