API dla [CZ/SK][EU] Waifus are not real [Wipe 06/05/2026]
JSON dla programów, stron i innych
text
json
{
"response": {
"steam_id": null,
"domain": null,
"id": 11506167,
"ip": "87.197.137.202",
"port": 7777,
"query": 27026,
"project_id": null,
"color": 0,
"city": "Bratislava",
"description": null,
"game": 440900,
"owner": null,
"boosts": 1,
"last_offline": 1780659200,
"last_online": 1781289147,
"icon": null,
"name": "[CZ/SK][EU] Waifus are not real [Wipe 06/05/2026]",
"connect": "87.197.137.202:7777",
"request": "87.197.137.202:27026",
"map": "ConanSandbox",
"gamemode": "Conan Exiles",
"version": null,
"numplayers": 0,
"maxplayers": 40,
"bots": 0,
"secured": false,
"private": false,
"country": "SK",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1779270130,
"last_update": 1781289147,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 610,
"language": "sk",
"parked": false,
"app": {
"id": 170,
"steam_id": 440900,
"name": "Conan Exiles",
"url": "conan-exiles"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Przykłady kodu
php
<?php
$json = file_get_contents("https://api.gamemonitoring.pl/servers/11506167");
$data = json_decode($json, true);
var_dump($data);