CobaltCove.io PvE x5 | Skills | Bots | Raid Bases | Quests için API

Programlar, siteler ve diğerleri için JSON

text
https://api.gamemonitoring.tr/servers/228731
json
{
  "response": {
    "fps": 59,
    "fps_avg": 56,
    "entities_count": 201114,
    "world_seed": 18072024,
    "world_size": 4500,
    "steam_id": "90284400386850822",
    "domain": null,
    "id": 228731,
    "ip": "138.201.33.101",
    "port": 28015,
    "query": 28016,
    "color": 0,
    "city": "Falkenstein",
    "description": "![CobaltCove.io PvE x5 | Skills | Bots | Raid Bases | Quests](https://cobaltcove.io/wp-content/uploads/2026/02/pve5bannerv1.jpg)\nCobaltCove.io PvE x5\r\n\r\n- Progress through the server while levelling up your player by unlocking your chosen perks\r\n- Raid bases spawn all over the map with counter raiders inside ready to fight back\r\n- Fight different levels of attack helicopters and APCs from your base\r\n- Complete mission style quests to earn rewards",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1775905316,
    "score": null,
    "last_online": 1776303014,
    "icon": null,
    "name": "CobaltCove.io PvE x5 | Skills | Bots | Raid Bases | Quests",
    "connect": "138.201.33.101:28015",
    "request": "138.201.33.101:28016",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 0,
    "maxplayers": 77,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "DE",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1582979090,
    "last_update": 1776303014,
    "banned": false,
    "wipe": 1775153334,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 2201,
    "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/228731");
$data = json_decode($json, true);
var_dump($data);