API for the-vampire-diaries
JSON for programs, websites and more
text
json
{
"response": {
"steam_id": "90286810702900247",
"domain": null,
"id": 11764820,
"ip": "173.201.36.72",
"port": 20020,
"query": 20021,
"project_id": null,
"color": 0,
"city": "St Louis",
"description": null,
"game": 1604030,
"owner": null,
"boosts": 1,
"last_offline": 1780932292,
"last_online": 1781044242,
"icon": null,
"name": "the-vampire-diaries",
"connect": "173.201.36.72:20020",
"request": "173.201.36.72:20021",
"map": "VRisingWorld",
"gamemode": "df79dc88-4c27-46d5-be47-609812c2f317",
"version": "0.0.0.1",
"numplayers": 1,
"maxplayers": 10,
"bots": 0,
"secured": true,
"private": true,
"country": "US",
"status": true,
"votes": 0,
"points": 36,
"add_date": 1780932292,
"last_update": 1781044242,
"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": 177,
"language": "en",
"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/11764820");
$data = json_decode($json, true);
var_dump($data);