IGN Cloud Vampire için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"steam_id": "90286660118516739",
"domain": null,
"id": 11624236,
"ip": "31.214.143.125",
"port": 10300,
"query": 10301,
"project_id": null,
"color": 0,
"city": "Tokyo",
"description": null,
"game": 1604030,
"owner": null,
"boosts": 1,
"last_offline": 1779916138,
"last_online": 1780769521,
"icon": null,
"name": "IGN Cloud Vampire",
"connect": "31.214.143.125:10300",
"request": "31.214.143.125:10301",
"map": "VRisingWorld",
"gamemode": "5627c03d-99e8-46f5-b9b9-7d0befc33685",
"version": "0.0.0.1",
"numplayers": 0,
"maxplayers": 10,
"bots": 0,
"secured": true,
"private": true,
"country": "JP",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1779916138,
"last_update": 1780769521,
"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": 3033,
"language": "ja",
"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/11624236");
$data = json_decode($json, true);
var_dump($data);