API für SpoonLand x3
JSON für Programme, Websites und mehr
text
json
{
"response": {
"fps": 66,
"fps_avg": 66,
"entities_count": 85023,
"world_seed": 2931526509,
"world_size": 3000,
"steam_id": "90286617305495564",
"domain": null,
"id": 8122220,
"ip": "212.22.93.210",
"port": 28034,
"query": 28035,
"color": 0,
"city": "Moscow",
"description": "\nРейты x3 \r\n Моментальный крафт \r\n Ускоренные печки \r\n Кастомная карта \r\n Без доната \r\n Скины на предметы и постройки \r\n Комбат и рейд-блок \r\n Рюкзак 30 слотов \r\n Турели без электричества (26 шт.)",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780625058,
"last_online": 1780625434,
"icon": null,
"name": "SpoonLand x3",
"connect": "212.22.93.210:28034",
"request": "212.22.93.210:28035",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1741879832,
"last_update": 1780625434,
"banned": false,
"wipe": 1780625081,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3056,
"language": "ru",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/8122220");
$data = json_decode($json, true);
var_dump($data);