API für Rusty Repo 20X PVE Zombies Prem Raidable Bases
JSON für Programme, Websites und mehr
text
json
{
"response": {
"steam_id": "90286607888979995",
"domain": null,
"id": 3592471,
"ip": "192.169.82.123",
"port": 28080,
"query": 28015,
"color": 0,
"city": "Dallas",
"description": "\nPremium Raidable bases, PVE server, Streamer friendly, Scientist at many monuments. Dangerous Treasures, Instant Craft, Nteleportation, Quick Smelt, skill levels, Spawn Mini, Backpacks, The Rusty Repo Web store. Check it out to find our VIP packages and many other items you might need. Get there by clicking view webpage, \r\n Join the Discord @ https://discord.gg/2Q6m7dw4v3",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780602866,
"last_online": 1780608630,
"icon": null,
"name": "Rusty Repo 20X PVE Zombies Prem Raidable Bases",
"connect": "192.169.82.123:28080",
"request": "192.169.82.123:28015",
"map": "Procedural Map",
"gamemode": "Rust",
"version": "2627",
"numplayers": 1,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 61,
"add_date": 1711395380,
"last_update": 1780608630,
"banned": false,
"wipe": 1780603126,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2106,
"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/3592471");
$data = json_decode($json, true);
var_dump($data);