VEIN
Volairen's Asia Pacific Expat Club (English) için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/11384571json
{
"response": {
"steam_id": 90282964583423000,
"domain": null,
"id": 11384571,
"ip": "23.106.54.130",
"port": 27021,
"query": 27022,
"color": 0,
"city": "Singapore",
"description": null,
"game": 1857950,
"owner": null,
"boosts": 1,
"last_offline": 1774596141,
"score": 0,
"last_online": 1776811964,
"icon": null,
"name": "Volairen's Asia Pacific Expat Club (English)",
"connect": "23.106.54.130:27021",
"request": "23.106.54.130:27022",
"map": "Champlain Valley",
"gamemode": "VEIN",
"version": "0.023h1",
"numplayers": 1,
"maxplayers": 20,
"bots": 0,
"secured": false,
"private": true,
"country": "SG",
"status": true,
"votes": 0,
"points": 34,
"add_date": 1774596141,
"last_update": 1776811964,
"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": 243,
"language": "en",
"parked": false,
"app": {
"id": 1530675,
"steam_id": 1857950,
"name": "VEIN",
"url": "vein"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/11384571");
$data = json_decode($json, true);
var_dump($data);