API for [LTG] Vampirdzii
JSON for programs, websites and more
text
json
{
"response": {
"steam_id": "90286568431443974",
"domain": null,
"id": 11750824,
"ip": "92.55.107.241",
"port": 9876,
"query": 9877,
"project_id": null,
"color": 0,
"city": "Skopje",
"description": null,
"game": 1604030,
"owner": null,
"boosts": 1,
"last_offline": 1780855409,
"last_online": 1780538597,
"icon": null,
"name": "[LTG] Vampirdzii",
"connect": "92.55.107.241:9876",
"request": "92.55.107.241:9877",
"map": "VRisingWorld",
"gamemode": "cc5ca0d0-6271-4e07-8e8f-f1998a352c34",
"version": "0.0.0.1",
"numplayers": 0,
"maxplayers": 40,
"bots": 0,
"secured": true,
"private": true,
"country": "MK",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1780519143,
"last_update": 1780855409,
"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": 4448,
"language": "mk",
"parked": false,
"app": {
"id": 55075,
"steam_id": 1604030,
"name": "V Rising",
"url": "v-rising"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/11750824");
$data = json_decode($json, true);
var_dump($data);