Rust
API for Survivors.gg #3 [ 2x Solo/Duo/Trio ] FULLWIPED 29.04
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/10933793json
{
"response": {
"fps": 32,
"fps_avg": 31,
"entities_count": 193394,
"world_seed": 119875,
"world_size": 3750,
"steam_id": "90285118355952643",
"domain": null,
"id": 10933793,
"ip": "168.100.161.87",
"port": 28024,
"query": 28025,
"color": 0,
"city": "London",
"description": "![Survivors.gg #3 [ 2x Solo/Duo/Trio ] FULLWIPED 29.04](https://www.survivors.gg/temp/server2.png)\nJoin Us: www.discord.survivors.gg \r\n\r\n - Fullwipes every Wednesdays at 14:00 CEST and every Sunday 15:00 CEST \r\n - Max Team: 3 \r\n - Electric BP's are unlocked \r\n - 2x Gather \r\n - Half smelt, crafting speeds \r\n - 5min nights \r\n - Fishing Village and Large Barn with Recycler \r\n - no Kits, no TP and no P2W!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1777492412,
"score": 0,
"last_online": 1777496410,
"icon": null,
"name": "Survivors.gg #3 [ 2x Solo/Duo/Trio ] FULLWIPED 29.04",
"connect": "168.100.161.87:28024",
"request": "168.100.161.87:28025",
"map": "www.discord.gg/survivors",
"gamemode": "Survival",
"version": "2623",
"numplayers": 330,
"maxplayers": 375,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 113,
"add_date": 1768486654,
"last_update": 1777496410,
"banned": false,
"wipe": 1777464176,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 54,
"language": "en",
"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/10933793");
$data = json_decode($json, true);
var_dump($data);