A BisectHosting VRising Server - e3cabed9 için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"steam_id": 90286266519666690,
"domain": null,
"id": 11623881,
"ip": "169.155.122.171",
"port": 9005,
"query": 9006,
"project_id": null,
"color": 0,
"city": "Paris",
"description": null,
"game": 1604030,
"owner": null,
"boosts": 1,
"last_offline": 1781236982,
"last_online": 1781002983,
"icon": null,
"name": "A BisectHosting VRising Server - e3cabed9",
"connect": "169.155.122.171:9005",
"request": "169.155.122.171:9006",
"map": "VRisingWorld",
"gamemode": "15ca82ef-6f61-418c-a21a-7969d1f019c6",
"version": "0.0.0.1",
"numplayers": 0,
"maxplayers": 40,
"bots": 0,
"secured": true,
"private": false,
"country": "FR",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1779916126,
"last_update": 1781236982,
"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": 4206,
"language": "fr",
"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/11623881");
$data = json_decode($json, true);
var_dump($data);