Night - Eternal Chaos - PVE X 50 - shop RAG için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"steam_id": "90284617831699482",
"domain": null,
"id": 11508153,
"ip": "5.249.164.14",
"port": 27308,
"query": 27306,
"project_id": null,
"color": 0,
"city": "Münster",
"description": null,
"game": 346110,
"owner": null,
"boosts": 1,
"last_offline": 1779353695,
"last_online": 1780807829,
"icon": null,
"name": "Night - Eternal Chaos - PVE X 50 - shop RAG",
"connect": "5.249.164.14:27308",
"request": "5.249.164.14:27306",
"map": "Ragnarok",
"gamemode": "TestGameMode_C",
"version": "361.7",
"numplayers": 7,
"maxplayers": 10,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1779353695,
"last_update": 1780807829,
"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": 76,
"language": "de",
"parked": false,
"app": {
"id": 67,
"steam_id": 346110,
"name": "ARK: Survival Evolved",
"url": "ark-survival-evolved"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/11508153");
$data = json_decode($json, true);
var_dump($data);