Wurm Unlimited
[QC/FR/CAN] QBC Flaggard |PVE|4k+MODS | Montreal 2025 için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/10913942json
{
"response": {
"steam_id": null,
"domain": null,
"id": 10913942,
"ip": null,
"port": null,
"query": null,
"color": 0,
"city": "Varennes",
"description": "[{\"id\":\"KITVvKYPUl\",\"type\":\"paragraph\",\"data\":{\"text\":\"bienvenue a tous\\nnouveau server 2025 avec plus de 100 mods ajouter\\nmaps live server\\n\\nonline maps web 4k\\nmaps online web : http://qbcflaggardwurm.dynv6.net/\\n\\nweb info : http://qbcflaggardwurm.dynv6.net/wurm_unlimited/\"}}]",
"game": 366220,
"owner": 52649,
"boosts": 1,
"last_offline": 1773467494,
"score": 0,
"last_online": 1772523613,
"icon": null,
"name": "[QC/FR/CAN] QBC Flaggard |PVE|4k+MODS | Montreal 2025",
"connect": null,
"request": null,
"map": "Flaggard",
"gamemode": "Wurm Unlimited Server",
"version": null,
"numplayers": 0,
"maxplayers": 200,
"bots": 0,
"secured": false,
"private": false,
"country": "CA",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1768389775,
"last_update": 1773467494,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 1,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 78,
"language": "fr",
"parked": true,
"app": {
"id": 155,
"steam_id": 366220,
"name": "Wurm Unlimited",
"url": "wurm-unlimited"
},
"server_owner": {
"username": "QCLaTrouTe",
"avatar": "c8a4e111-1a01-4563-97d0-8483d7e66562.jpg",
"last_online": 1775315431
},
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/10913942");
$data = json_decode($json, true);
var_dump($data);