API für [6/4] Uprising Prime - 3x|TeamMAX5|TP|Kits|Skills|QSmelt|BGrade
JSON für Programme, Websites und mehr
text
json
{
"response": {
"fps": 10,
"fps_avg": 9,
"entities_count": 77938,
"world_seed": 1387740890,
"world_size": 3800,
"steam_id": "90286604733124616",
"domain": null,
"id": 761454,
"ip": "74.91.122.94",
"port": 28015,
"query": 28016,
"color": 0,
"city": "Chicago",
"description": "![[6/4] Uprising Prime - 3x|TeamMAX5|TP|Kits|Skills|QSmelt|BGrade](http://www.uprisingserver.com/images/banners/up_banner_prime.png)\n☢ Welcome to Uprising Prime 3x - No Playing Admins - No Abuse! ☢\r\n\r\n\\t\\t\\t\\t☣ Advanced Loot With Junk Removed, Enhanced Stack Sizes!\r\n\\t\\t\\t\\t☣ 5 Team MAX, Clans, Kits, Homes, Teleporting, Trade\r\n\\t\\t\\t\\t☣ Raid Bases, NPC RaidS, Covoy, Plane Crash\r\n\\t\\t\\t\\t☣ Hand Selected Maps: All Major Monuments At All Times!\r\n\\t\\t\\t\\t☣ Bi-Weekly Wipes on Thursdays (incl. BPs)\r\n\r\n\\t\\t\\t\\t☣ Visit our website: http://www.uprisingserver.com\r\n\r\n\\t\\t\\t\\t☣ Join our Discord: https://discord.gg/rQ4bra7\r\n\r\n\\t\\t\\tJoin our FuN Rust Community Today!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780598072,
"last_online": 1780602636,
"icon": null,
"name": "[6/4] Uprising Prime - 3x|TeamMAX5|TP|Kits|Skills|QSmelt|BGrade",
"connect": "74.91.122.94:28015",
"request": "74.91.122.94:28016",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2627",
"numplayers": 0,
"maxplayers": 150,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1680785439,
"last_update": 1780602636,
"banned": false,
"wipe": 1780598258,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2983,
"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/761454");
$data = json_decode($json, true);
var_dump($data);