API for Survivors.gg [ 2x Solo/Duo ] FULLWIPED 29.05
JSON for programs, websites and more
text
json
{
"response": {
"fps": 32,
"fps_avg": 32,
"entities_count": 150708,
"world_seed": 11981,
"world_size": 3700,
"steam_id": "90286427099267075",
"domain": null,
"id": 10780561,
"ip": "185.248.134.167",
"port": 28014,
"query": 28015,
"color": 0,
"city": "London",
"description": "![Survivors.gg [ 2x Solo/Duo ] FULLWIPED 29.05](https://www.survivors.gg/temp/server2.png)\nJoin Us: www.discord.survivors.gg \r\n\r\n \r\n - Fullwipes every Friday at 16:00 CEST \r\n Map wipes every Tuesday at 14:00 CEST \r\n - Max Team: 2 \r\n - Electric BP's are unlocked \r\n - 2x Gather Rates. \r\n - Half smelt, crafting speeds \r\n - 5min nights \r\n - Fishing Village and Large Barn with Recycler",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780441402,
"last_online": 1780316424,
"icon": null,
"name": "Survivors.gg [ 2x Solo/Duo ] FULLWIPED 29.05",
"connect": "185.248.134.167:28014",
"request": "185.248.134.167:28015",
"map": "Just | Wiped - 2d ago",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1766872417,
"last_update": 1780441402,
"banned": false,
"wipe": 1780063159,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 10756,
"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/10780561");
$data = json_decode($json, true);
var_dump($data);