API pentru The ROADHOUSE-PVEvP/Fresh 5/29 /w/ PVP Zoned POIs and Sat PURGE
JSON pentru programe, site-uri și altele
text
json
{
"response": {
"steam_id": "90286405107856385",
"domain": null,
"id": 11631648,
"ip": "66.45.246.214",
"port": 25628,
"query": 25629,
"color": 0,
"city": "Secaucus",
"description": null,
"game": 1857950,
"owner": null,
"boosts": 1,
"last_offline": 1779916743,
"last_online": 1780156810,
"icon": null,
"name": "The ROADHOUSE-PVEvP/Fresh 5/29 /w/ PVP Zoned POIs and Sat PURGE",
"connect": "66.45.246.214:25628",
"request": "66.45.246.214:25629",
"map": "Champlain Valley",
"gamemode": "VEIN",
"version": "0.024",
"numplayers": 37,
"maxplayers": 32,
"bots": 0,
"secured": false,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 130,
"add_date": 1779916743,
"last_update": 1780156810,
"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": 1,
"language": "en",
"parked": false,
"app": {
"id": 1530675,
"steam_id": 1857950,
"name": "VEIN",
"url": "vein"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Exemple de cod
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ro/servers/11631648");
$data = json_decode($json, true);
var_dump($data);