Multiplayer
Last updated
POST /api/multiplayer/progress HTTP/1.1
Host: exploration-games.decentraland.org
Content-Type: application/json
Accept: */*
Content-Length: 222
{
"game_id": "550e8400-e29b-41d4-a716-446655440000",
"scores": [
{
"score": 1500,
"level": 5,
"time": 120.5,
"moves": 45,
"user_name": "Player123",
"data": {
"powerUpsUsed": 3
}
},
{
"user_address": "0x1234567890123456789012345678901234567890"
}
]
}{
"data": [
{
"score": 1500,
"level": 5,
"time": 120.5,
"moves": 45,
"id": "550e8400-e29b-41d4-a716-446655440004",
"game_id": "550e8400-e29b-41d4-a716-446655440000",
"user_address": "0x1234567890123456789012345678901234567890",
"user_name": "Player123",
"data": {
"powerUpsUsed": 3,
"enemiesDefeated": 10
},
"updated_at": "2024-10-30T12:34:56.789Z"
}
]
}