ReDRuM exploring ICARUS için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"steam_id": "90286547286615058",
"domain": null,
"id": 11618574,
"ip": "67.222.131.28",
"port": 29877,
"query": 29878,
"color": 0,
"city": "Dallas",
"description": null,
"game": 1149460,
"owner": null,
"boosts": 1,
"last_offline": 1780198435,
"last_online": 1780557662,
"icon": null,
"name": "ReDRuM exploring ICARUS",
"connect": "67.222.131.28:29877",
"request": "67.222.131.28:29878",
"map": null,
"gamemode": "Icarus",
"version": "0.0.0.1",
"numplayers": 0,
"maxplayers": 8,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1779915948,
"last_update": 1780557662,
"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": 173,
"language": "en",
"parked": false,
"app": {
"id": 1600891,
"steam_id": 1149460,
"name": "Icarus",
"url": "icarus"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/11618574");
$data = json_decode($json, true);
var_dump($data);