API for DutchBrothers - Vanilla | Medium | Extra
JSON for programs, websites and more
text
json
{
"response": {
"fps": 30,
"fps_avg": 30,
"entities_count": 20132,
"world_seed": 1561991999,
"world_size": 2733,
"steam_id": "90286610377910292",
"domain": null,
"id": 11644799,
"ip": "217.103.150.51",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Tiel",
"description": "\nWelcome to DutchBrothers\r\n - Upkeep 10X lower\r\n - Play friendly unless you are being attacked\r\n - Autoturret, Sleepbag and Relationship set to 30\r\n - We have one or more active admins\r\n Have Fun on the server!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780607061,
"last_online": 1780608029,
"icon": null,
"name": "DutchBrothers - Vanilla | Medium | Extra",
"connect": "217.103.150.51:28015",
"request": "217.103.150.51:28017",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2627",
"numplayers": 1,
"maxplayers": 30,
"bots": 0,
"secured": true,
"private": false,
"country": "NL",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1780177436,
"last_update": 1780608029,
"banned": false,
"wipe": 1780605839,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2890,
"language": "nl",
"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/11644799");
$data = json_decode($json, true);
var_dump($data);