API für Fields of Rust|PVE|Events|Raidable Bases|NPC's|Skill Tree
JSON für Programme, Websites und mehr
text
json
{
"response": {
"fps": 102,
"fps_avg": 102,
"entities_count": 97557,
"world_seed": 231336092,
"world_size": 4250,
"steam_id": "90286603914657816",
"domain": null,
"id": 4261884,
"ip": "99.249.143.10",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Collingwood",
"description": "\nWelcome to our PVE server\r\nA new look, same great server!\r\nView webpage link for Discord\r\nBi-Weekly wipes.\r\nPlugins,\r\nEconomics and skill tree & Backpacks only wipes on force wipe, Large backpacks,Spawn mini- No fuel needed,\r\nLoot Protection,Personal Recycler,Teleports,Playtime Rewards,\r\nOne head shot kills NPC's, Restore Items Upon Death,No stability,\r\nNPC's At Every Monument,\r\nDonation VIP = Night Vision, Jetpack,3X Playtime Rewards\r\nEvents,\r\nAirfield,Armored Train,Cargo Plane,Convoy,Dangerous Treasures,\r\nGas Station, Harbor,Jet,Missle Silo,Raidable Bases,Supermarket,\r\nTrainyard,Water,HeliRefuel, Cargoship",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780601666,
"last_online": 1780600832,
"icon": null,
"name": "Fields of Rust|PVE|Events|Raidable Bases|NPC's|Skill Tree",
"connect": "99.249.143.10:28015",
"request": "99.249.143.10:28017",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2627",
"numplayers": 0,
"maxplayers": 400,
"bots": 0,
"secured": true,
"private": false,
"country": "CA",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1715849099,
"last_update": 1780601666,
"banned": false,
"wipe": 1780596058,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 9424,
"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/4261884");
$data = json_decode($json, true);
var_dump($data);