API für ETERNAL 3X | Solo/Duo/Trio | YENİ BAŞLAYAN |HAFTALIK WİPE
JSON für Programme, Websites und mehr
text
json
{
"response": {
"fps": 129,
"fps_avg": 127,
"entities_count": 94607,
"world_seed": 55555,
"world_size": 3700,
"steam_id": "90286699729581076",
"domain": null,
"id": 10895886,
"ip": "46.203.182.220",
"port": 10004,
"query": 9004,
"project_id": null,
"color": 0,
"city": "Istanbul",
"description": "\nEternal 3x - Solo/Duo/Trio - Yeni Başlayanlar Sunucumuza Hoş Geldiniz.\r\nDiscord Link: https://discord.gg/eternal3x\r\nSunucu Özellikleri:\r\n╰☆╮ Takımlar Max 3 Kişiliktir. - Otomatik Yetkilendirme ve BluePrint paylaşımı mevcuttur.\r\n╰☆╮ Teleport Sistemi Mevcuttur - Discord Sunucumuza Gelerek Kullanabilirsiniz.\r\n╰☆╮ Wipe Süresi Haftalıktır - Her Perşembe Saat 18:00'da atılır.\r\n╰☆╮ Discord Sunucumuza Gelerek Discord'a Özel Kit Alabilirsiniz.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1779858207,
"last_online": 1780875027,
"icon": null,
"name": "ETERNAL 3X | Solo/Duo/Trio | YENİ BAŞLAYAN |HAFTALIK WİPE",
"connect": "46.203.182.220:10004",
"request": "46.203.182.220:9004",
"map": "www.zulabank.com",
"gamemode": "Survival",
"version": "2627",
"numplayers": 7,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "TR",
"status": true,
"votes": 0,
"points": 62,
"add_date": 1768383738,
"last_update": 1780875027,
"banned": false,
"wipe": 1780596130,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1828,
"language": "tr",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/10895886");
$data = json_decode($json, true);
var_dump($data);