We offer a wide range of integration methods. You can use any of them or create your own using the JSON API. If you have a suggestion to add a new integration method, please contact us. Connect with us
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/1855649
json
{
"response": {
"fps": 59,
"fps_avg": 59,
"world_seed": 33643,
"world_size": 3700,
"entities_count": 109989,
"id": 1855649,
"ip": "195.60.166.86",
"port": 28015,
"query": 28015,
"owner_name": null,
"owner_avatar": null,
"color": 0,
"description": "![Survivors.gg [ 2x Solo - Quad ] FULLWIPED 12.04](https://www.survivors.gg/temp/server2.png)\n\r\n ✯ Welcome to Survivors.gg \r\n ✯✯ Rust gaming community since 2014 \r\n ✯✯✯ Join Us: www.discord.survivors.gg \r\n\r\n ✯ Want to skip the queue? Get it at www.survivors.gg \r\n ✯ Map wipes every Saturday at 15:00 CEST \r\n ✯ Fullwipes every 2 weeks. \r\n ✯ Max Team: 4 Players \r\n ✯ Electric BP's are unlocked \r\n ✯ 2x Gather Rates. \r\n ✯ Half smelt and crafting speeds \r\n ✯ Faster nights \r\n ✯ Fishing Village and Large Barn with Recycler \r\n ✯ write /help for all commands \r\n ✯ no Kits, no TP and no P2W! \r\n\r\n Admins do not play or interfere with gameplay. \r\n Visit www.Survivors.gg for more information.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1741457778,
"score": null,
"last_online": 1744969234,
"icon": null,
"name": "Survivors.gg [ 2x Solo - Quad ] FULLWIPED 12.04",
"connect": "195.60.166.86:28014",
"request": "195.60.166.86:28015",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2585",
"numplayers": 2,
"maxplayers": 300,
"bots": 0,
"secured": true,
"private": false,
"country": "NL",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1700208162,
"last_update": 1744969234,
"banned": false,
"wipe": 1744462779,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"list_hidden": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust",
"popular_maps_available": false
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}
Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/1855649");
$data = json_decode($json, true);
var_dump($data);