API for Geekings | Vanilla | Huge 6K | PVP/Chill | Monthly
JSON for programs, websites and more
text
json
{
"response": {
"steam_id": "90286621528128525",
"domain": null,
"id": 6124272,
"ip": "147.79.115.51",
"port": 28017,
"query": 28018,
"color": 0,
"city": "Paris",
"description": "\n#Vanilla gameplay\r\n#Huge maps with room for every playstyle\r\n#Riding disabled first week of the wipe\r\n#Automatic chat translation\r\n#Beginner-friendly culture\r\n#Merit-based titles in chat, earned through skill and reputation\r\n#Max team size 15\r\n#Best bases featured on the server banner and Discord each wipe\r\n#COMMUNITY BAN SYSTEM - players can vote to ban overpowering teams\r\n \r\n----------Server Culture\r\nNo official rules against aggressive raiding, but regulars frown upon overzealous raiders. Players of often use COMMUNITY BAN SYSTEM to remove those teams.Outside of that, gameplay is relaxed, with many enjoying roleplay and community building.\r\n\r\n----------Rules\r\nAdmins only intervene if cheats are detected.\r\nMax team size: 15 (technically).\r\nFree speech encouraged.\r\nThe core principle: Play how you want, with maximum freedom.\r\n\r\n----------First Wipe Week Event\r\nRaiding is disabled by game mechanics during the first 7 days of each wipe.\r\nRaiding will automatically re-enable after 7 days.\r\n\r\n----------Final Wipe Week Event\r\nIn the last week of the wipe, all bases will be marked on the in-game map.\r\nThe top two surviving bases will be added to the server’s header image for the next wipe.\r\n----------\r\n\r\nFor more details, click View Webpage (lower left) to join our Discord.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780640061,
"last_online": 1780640598,
"icon": null,
"name": "Geekings | Vanilla | Huge 6K | PVP/Chill | Monthly",
"connect": "147.79.115.51:28017",
"request": "147.79.115.51:28018",
"map": "Procedural Map",
"gamemode": "Rust",
"version": "2627",
"numplayers": 0,
"maxplayers": 250,
"bots": 0,
"secured": true,
"private": false,
"country": "FR",
"status": true,
"votes": 0,
"points": 0,
"add_date": 1727882948,
"last_update": 1780640598,
"banned": false,
"wipe": 1780598083,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 9518,
"language": "fr",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/6124272");
$data = json_decode($json, true);
var_dump($data);