BOTTASTIC - 24/7 BOT VIOLENCE için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"steam_id": "90286419641549839",
"domain": null,
"id": 11665520,
"ip": "67.10.133.110",
"port": 27960,
"query": 27960,
"color": 0,
"city": "San Antonio",
"description": null,
"game": 282440,
"owner": null,
"boosts": 1,
"last_offline": 1780207378,
"last_online": 1780180820,
"icon": null,
"name": "BOTTASTIC - 24/7 BOT VIOLENCE",
"connect": "67.10.133.110:27960",
"request": "67.10.133.110:27960",
"map": "courtyard",
"gamemode": "Free For All",
"version": "1069 win-x86 Jun 3 2016 16:09:18",
"numplayers": 0,
"maxplayers": 24,
"bots": 0,
"secured": true,
"private": true,
"country": "US",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1780179152,
"last_update": 1780207378,
"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": 870,
"language": "en",
"parked": false,
"app": {
"id": 138,
"steam_id": 282440,
"name": "Quake Live",
"url": "quake-live"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/11665520");
$data = json_decode($json, true);
var_dump($data);