API für CoR PvE Madness 100x|KITS|SHOP|SkillTree|
JSON für Programme, Websites und mehr
text
json
{
"response": {
"fps": 106,
"fps_avg": 107,
"entities_count": 106066,
"world_seed": 17762077,
"world_size": 4000,
"steam_id": "90286364087939084",
"domain": null,
"id": 10123616,
"ip": "156.236.84.23",
"port": 28025,
"query": 28026,
"color": 0,
"city": "Dallas",
"description": "\nHad to install new Map for this weeks Map. \r\nWe have reinstalled Portable Vehicles till we can get a better one./n\r\nhttps://discord.gg/RZvJkajshP\r\nType /buyraid For Radiable bases. Enjoy\r\nGrab your Free kits /kit\r\nGet a recycle type /recycler.craft\r\nFYI /town is up now.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1779995026,
"last_online": 1780117219,
"icon": null,
"name": "CoR PvE Madness 100x|KITS|SHOP|SkillTree|",
"connect": "156.236.84.23:28025",
"request": "156.236.84.23:28026",
"map": "Procedural Map",
"gamemode": "Softcore",
"version": "2625",
"numplayers": 5,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 62,
"add_date": 1755770483,
"last_update": 1780117219,
"banned": false,
"wipe": 1780063914,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 1,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1299,
"language": "en",
"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/10123616");
$data = json_decode($json, true);
var_dump($data);