VEIN
BundesBeer VEIN Community Server için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/11384212json
{
"response": {
"steam_id": "90284007945197586",
"domain": null,
"id": 11384212,
"ip": "94.130.90.230",
"port": 7777,
"query": 27017,
"color": 0,
"city": "Falkenstein",
"description": null,
"game": 1857950,
"owner": null,
"boosts": 1,
"last_offline": 1774596131,
"score": 0,
"last_online": 1776839430,
"icon": null,
"name": "BundesBeer VEIN Community Server",
"connect": "94.130.90.230:7777",
"request": "94.130.90.230:27017",
"map": "Champlain Valley",
"gamemode": "VEIN",
"version": "0.023h4",
"numplayers": 1,
"maxplayers": 16,
"bots": 0,
"secured": false,
"private": true,
"country": "DE",
"status": true,
"votes": 0,
"points": 37,
"add_date": 1774596131,
"last_update": 1776839430,
"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": 234,
"language": "de",
"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/11384212");
$data = json_decode($json, true);
var_dump($data);