Stormworks: Build and Rescue
[cuhhub.com] Missions (Beta) (Career, Economy) (0.5MB Mods) için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/11181464json
{
"response": {
"steam_id": "90285015630062615",
"domain": null,
"id": 11181464,
"ip": "65.109.109.124",
"port": 17516,
"query": 17517,
"color": 0,
"city": "Helsinki",
"description": null,
"game": 573090,
"owner": null,
"boosts": 1,
"last_offline": 1775544125,
"score": 0,
"last_online": 1777254633,
"icon": null,
"name": "[cuhhub.com] Missions (Beta) (Career, Economy) (0.5MB Mods)",
"connect": "65.109.109.124:17516",
"request": "65.109.109.124:17517",
"map": "Career",
"gamemode": "Stormworks",
"version": "1.0.0.0",
"numplayers": 0,
"maxplayers": 14,
"bots": 0,
"secured": false,
"private": false,
"country": "FI",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1772229737,
"last_update": 1777254633,
"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": 8,
"language": "fi",
"parked": false,
"app": {
"id": 13818,
"steam_id": 573090,
"name": "Stormworks: Build and Rescue",
"url": "stormworks-build-and-rescue"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/11181464");
$data = json_decode($json, true);
var_dump($data);