API for ESP/PVE LA FORJA DEL DADO
JSON for programs, websites and more
text
json
{
"response": {
"steam_id": "90286758339302416",
"domain": null,
"id": 11608011,
"ip": "66.248.196.196",
"port": 25565,
"query": 25565,
"project_id": null,
"color": 0,
"city": "The Hague",
"description": null,
"game": 251570,
"owner": null,
"boosts": 1,
"last_offline": 1780904059,
"last_online": 1781225441,
"icon": null,
"name": "ESP/PVE LA FORJA DEL DADO",
"connect": "66.248.196.196:25565",
"request": "66.248.196.196:25565",
"map": "Navezgane",
"gamemode": "7 Days To Die",
"version": "01.02.06",
"numplayers": 2,
"maxplayers": 32,
"bots": 0,
"secured": false,
"private": false,
"country": "NL",
"status": true,
"votes": 0,
"points": 35,
"add_date": 1779915529,
"last_update": 1781225441,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 469,
"language": "nl",
"parked": false,
"app": {
"id": 49,
"steam_id": 251570,
"name": "7 Days to Die",
"url": "7-days-to-die"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/11608011");
$data = json_decode($json, true);
var_dump($data);