Wurm Unlimited
API pentru Terra Australis | 15x Skill | 10x Action | Mods
JSON pentru programe, site-uri și altele
text
https://api.gamemonitoring.ro/servers/9561501json
{
"response": {
"steam_id": "90285152549895174",
"domain": null,
"id": 9561501,
"ip": "103.193.80.110",
"port": 3784,
"query": 30046,
"color": 0,
"city": "Sydney",
"description": null,
"game": 366220,
"owner": null,
"boosts": 1,
"last_offline": 1777320797,
"score": 0,
"last_online": 1777545032,
"icon": null,
"name": "Terra Australis | 15x Skill | 10x Action | Mods",
"connect": "103.193.80.110:3784",
"request": "103.193.80.110:30046",
"map": "Tanglewood",
"gamemode": "Wurm Unlimited Server",
"version": "1.0.0.0",
"numplayers": 1,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "AU",
"status": true,
"votes": 0,
"points": 42,
"add_date": 1750586372,
"last_update": 1777545032,
"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": 15,
"language": "en",
"parked": false,
"app": {
"id": 155,
"steam_id": 366220,
"name": "Wurm Unlimited",
"url": "wurm-unlimited"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Exemple de cod
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ro/servers/9561501");
$data = json_decode($json, true);
var_dump($data);