V Rising
SilverFangs Server için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/11449129json
{
"response": {
"steam_id": "90285642407619591",
"domain": null,
"id": 11449129,
"ip": "46.251.234.116",
"port": 11400,
"query": 11401,
"color": 0,
"city": "Poplar",
"description": null,
"game": 1604030,
"owner": null,
"boosts": 1,
"last_offline": 1777272804,
"score": 0,
"last_online": 1778605904,
"icon": null,
"name": "SilverFangs Server",
"connect": "46.251.234.116:11400",
"request": "46.251.234.116:11401",
"map": "VRisingWorld",
"gamemode": "bf8c3a84-2fc6-435e-b743-7410d3f139db",
"version": "0.0.0.1",
"numplayers": 0,
"maxplayers": 10,
"bots": 0,
"secured": true,
"private": true,
"country": "GB",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1774977961,
"last_update": 1778605904,
"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": 2136,
"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/11449129");
$data = json_decode($json, true);
var_dump($data);