Stormworks: Build and Rescue
Roadworks 1 | Workshop | roadworks.site için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/10757228json
{
"response": {
"steam_id": "90285008766088195",
"domain": null,
"id": 10757228,
"ip": "37.230.138.162",
"port": 25591,
"query": 25592,
"color": 0,
"city": "Solihull",
"description": null,
"game": 573090,
"owner": null,
"boosts": 1,
"last_offline": 1776946397,
"score": 0,
"last_online": 1777249862,
"icon": null,
"name": "Roadworks 1 | Workshop | roadworks.site",
"connect": "37.230.138.162:25591",
"request": "37.230.138.162:25592",
"map": "Career",
"gamemode": "Stormworks",
"version": "1.0.0.0",
"numplayers": 0,
"maxplayers": 20,
"bots": 0,
"secured": false,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1766255027,
"last_update": 1777249862,
"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": 30,
"language": "en",
"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/10757228");
$data = json_decode($json, true);
var_dump($data);