V Rising
Pikamy and Okami's Community Server için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/4206804json
{
"response": {
"steam_id": "90285648361971720",
"domain": null,
"id": 4206804,
"ip": "45.141.122.194",
"port": 31300,
"query": 31315,
"color": 0,
"city": "Portsmouth",
"description": "",
"game": 1604030,
"owner": null,
"boosts": 1,
"last_offline": 1778014986,
"score": 0,
"last_online": 1778602857,
"icon": null,
"name": "Pikamy and Okami's Community Server",
"connect": "45.141.122.194:31300",
"request": "45.141.122.194:31315",
"map": "VRisingWorld",
"gamemode": "def5e662-76b3-4591-9c3f-d5029eaf9f75",
"version": "0.0.0.1",
"numplayers": 0,
"maxplayers": 15,
"bots": 0,
"secured": true,
"private": true,
"country": "GB",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1715175552,
"last_update": 1778602857,
"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": 163,
"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/4206804");
$data = json_decode($json, true);
var_dump($data);