V Rising
fargoated penis enlargement pill için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/11365416json
{
"response": {
"steam_id": "90283794156873729",
"domain": null,
"id": 11365416,
"ip": "135.181.238.59",
"port": 20045,
"query": 20046,
"color": 0,
"city": "Helsinki",
"description": null,
"game": 1604030,
"owner": null,
"boosts": 1,
"last_offline": 1774607548,
"score": 0,
"last_online": 1776814341,
"icon": null,
"name": "fargoated penis enlargement pill",
"connect": "135.181.238.59:20045",
"request": "135.181.238.59:20046",
"map": "VRisingWorld",
"gamemode": "b1b6676b-3c2f-4c53-859a-5998b02f338e",
"version": "0.0.0.1",
"numplayers": 0,
"maxplayers": 10,
"bots": 0,
"secured": true,
"private": true,
"country": "FI",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1774595190,
"last_update": 1776814341,
"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": 2430,
"language": "fi",
"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/11365416");
$data = json_decode($json, true);
var_dump($data);