SantanaDVX V Rising Server için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"steam_id": "90274991943094291",
"domain": null,
"id": 9924632,
"ip": "70.95.147.132",
"port": 19876,
"query": 19877,
"project_id": null,
"color": 0,
"city": "San Diego",
"description": null,
"game": 1604030,
"owner": null,
"boosts": 1,
"last_offline": 1777492413,
"last_online": 1781262094,
"icon": null,
"name": "SantanaDVX V Rising Server",
"connect": "70.95.147.132:19876",
"request": "70.95.147.132:19877",
"map": "VRisingWorld",
"gamemode": "3c208a78-4e2b-46fe-a6ce-705d67d95973",
"version": "0.0.0.1",
"numplayers": 0,
"maxplayers": 40,
"bots": 0,
"secured": true,
"private": true,
"country": "US",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1754072475,
"last_update": 1781262094,
"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": 698,
"language": "en",
"parked": false,
"app": {
"id": 55075,
"steam_id": 1604030,
"name": "V Rising",
"url": "v-rising"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/9924632");
$data = json_decode($json, true);
var_dump($data);