[SEA] Beginners Vanilla - Solo için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"fps": 141,
"fps_avg": 153,
"entities_count": 68048,
"world_seed": 1222145851,
"world_size": 3400,
"steam_id": "90286570677786624",
"domain": null,
"id": 11511694,
"ip": "187.127.113.68",
"port": 28015,
"query": 28016,
"color": 0,
"city": "Kuala Lumpur",
"description": "![[SEA] Beginners Vanilla - Solo](https://cdn1.site-media.eu/images/0/9989189/server-banner-solo.png)\nSolo only. \r\nBi-Weekly Wipe. \r\nMonthly BP Wipe. \r\nTC Auth check for teaming prevention. \r\nTutorial Island for Beginners! \r\nTeaming, Cheating will be banned! \r\nToxic voice/chat will be time-banned. \r\nDiscord : https://discord.gg/EgkebWpbqv",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780347854,
"last_online": 1780589430,
"icon": null,
"name": "[SEA] Beginners Vanilla - Solo",
"connect": "187.127.113.68:28015",
"request": "187.127.113.68:28016",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 2,
"maxplayers": 40,
"bots": 0,
"secured": true,
"private": false,
"country": "MY",
"status": true,
"votes": 0,
"points": 62,
"add_date": 1779353861,
"last_update": 1780589430,
"banned": false,
"wipe": 1779451114,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1345,
"language": "ms",
"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/11511694");
$data = json_decode($json, true);
var_dump($data);