COBALT PvE | 3X | RAIDABLE BASES | CUSTOM EVENTS için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"fps": 116,
"fps_avg": 117,
"entities_count": 117784,
"world_seed": 1824960306,
"world_size": 4500,
"steam_id": "90286519947300878",
"domain": null,
"id": 11606716,
"ip": "65.21.226.241",
"port": 60419,
"query": 60421,
"color": 0,
"city": "Helsinki",
"description": "\nWelcome to a high performance COBALT PvE server\r\nMonthly wipes and No Team size limits\r\n\r\nWipe Schedule:\r\nBPs - Monthly @ Force\r\n\r\nEnjoy Custom Events, Raidable Bases, and have fun on our project\r\n\r\nJoin our Discord community: discord.gg/tT8cYxfqK8\r\nClaim your bonus for joining Discord by typing /claim in game chat!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1779994425,
"last_online": 1780555830,
"icon": null,
"name": "COBALT PvE | 3X | RAIDABLE BASES | CUSTOM EVENTS",
"connect": "65.21.226.241:60419",
"request": "65.21.226.241:60421",
"map": "Procedural Map",
"gamemode": "Vanilla",
"version": "2625",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "FI",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1779915479,
"last_update": 1780555830,
"banned": false,
"wipe": 1778180426,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5340,
"language": "fi",
"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/11606716");
$data = json_decode($json, true);
var_dump($data);