[EU] SNOW WARRIORS Monthly Vanilla için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"fps": 60,
"fps_avg": 59,
"entities_count": 72970,
"world_seed": 1455237676,
"world_size": 3700,
"steam_id": "90286740985577496",
"domain": null,
"id": 10459689,
"ip": "136.243.135.46",
"port": 28040,
"query": 28041,
"project_id": null,
"color": 0,
"city": "Falkenstein",
"description": "![[EU] SNOW WARRIORS Monthly Vanilla](https://cdn3.mapstr.gg/dec1d29ebc7ae5fcd4316e95d11836c8.jpg)\nthis server is made for all players enjoy...\r\n25% upkeep\r\nno team limit\r\n10 minutes hackable crates\r\n\r\nhttps://discord.gg/69xkBeTp\r\n\r\n\r\nRules: no cheat, respect admins",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780899257,
"last_online": 1780912829,
"icon": null,
"name": "[EU] SNOW WARRIORS Monthly Vanilla",
"connect": "136.243.135.46:28040",
"request": "136.243.135.46:28041",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2627",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1760474352,
"last_update": 1780912829,
"banned": false,
"wipe": 1780899516,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3700,
"language": "de",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/10459689");
$data = json_decode($json, true);
var_dump($data);