API für Freaky Pixel|100k Start|5x|Skilltree|Skills|Shop|Raidable Bases
JSON für Programme, Websites und mehr
text
json
{
"response": {
"fps": 67,
"fps_avg": 64,
"entities_count": 154594,
"world_seed": 352165132,
"world_size": 4096,
"steam_id": "90286604792777752",
"domain": null,
"id": 11511537,
"ip": "24.210.21.170",
"port": 28015,
"query": 28016,
"color": 0,
"city": "Athens",
"description": "\nWelcome to Freaky Pixel We are proud to host over 300 plugins, and counting. \r\nWe have a community that is friendly, fun,and enjoyable. We offer endless ways \r\nfor you to play and discorver a new way to enjoy Rust with your friends, or on \r\nyour own. Raid Bases with your friends in our full on pvp area of the map, or take your \r\ntime and enjoy NO RAIDING allowed. Join our \r\ndiscord and become a community member. Be sure to visit our store and \r\nbecome a vip member, or buy gifts for your friends, or for the whole server. \r\nAnd for you blackjack lovers, we've got you covered, setup a table ingame \r\nand bring a friend, and use our referral system /ref Why wait? Join us today! \r\nVIP includes - Keep your loot when you die, VIP kits, remover tool, skills, More \r\nmetabolism, instant smelt, shop, teleport, skills and much more! We also give \r\nout a free 3hr gift token for noobs, just type /tokenmenu in game and \r\nclaim it.\r\nJoin our discord on our website https://freakypixel.net We'll see you there!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780593264,
"last_online": 1780603833,
"icon": null,
"name": "Freaky Pixel|100k Start|5x|Skilltree|Skills|Shop|Raidable Bases",
"connect": "24.210.21.170:28015",
"request": "24.210.21.170:28016",
"map": "Last Train",
"gamemode": "Vanilla",
"version": "2627",
"numplayers": 1,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1779353853,
"last_update": 1780603833,
"banned": false,
"wipe": 1780596784,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4953,
"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/11511537");
$data = json_decode($json, true);
var_dump($data);