VEIN
Fel Sucks Veins için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/11479772json
{
"response": {
"steam_id": "90284250354697235",
"domain": null,
"id": 11479772,
"ip": "144.126.153.33",
"port": 28000,
"query": 28015,
"color": 0,
"city": "St Louis",
"description": null,
"game": 1857950,
"owner": null,
"boosts": 1,
"last_offline": 1775784123,
"score": 0,
"last_online": 1775964025,
"icon": null,
"name": "Fel Sucks Veins",
"connect": "144.126.153.33:28000",
"request": "144.126.153.33:28015",
"map": "Champlain Valley",
"gamemode": "VEIN",
"version": "0.023h4",
"numplayers": 0,
"maxplayers": 6,
"bots": 0,
"secured": false,
"private": true,
"country": "US",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1774979120,
"last_update": 1775964025,
"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": 1320,
"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/11479772");
$data = json_decode($json, true);
var_dump($data);