Miscreated
A Wasteland of Wonder PVE - Speed Run/Mods/Tons of Mutants (gpo için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/11394010json
{
"response": {
"steam_id": "90284717872693261",
"domain": null,
"id": 11394010,
"ip": "144.126.149.22",
"port": 30300,
"query": 30302,
"color": 0,
"city": "Orangeburg",
"description": null,
"game": 299740,
"owner": null,
"boosts": 1,
"last_offline": 1776810203,
"score": 0,
"last_online": 1776796829,
"icon": null,
"name": "A Wasteland of Wonder PVE - Speed Run/Mods/Tons of Mutants (gpo",
"connect": "144.126.149.22:30300",
"request": "144.126.149.22:30302",
"map": "islands",
"gamemode": "Miscreated: 1011142",
"version": "1011142",
"numplayers": 2,
"maxplayers": 20,
"bots": 0,
"secured": true,
"private": true,
"country": "US",
"status": false,
"votes": 0,
"points": 28,
"add_date": 1774596885,
"last_update": 1776810203,
"banned": false,
"wipe": null,
"official": true,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 73,
"language": "en",
"parked": false,
"app": {
"id": 69,
"steam_id": 299740,
"name": "Miscreated",
"url": "miscreated"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/11394010");
$data = json_decode($json, true);
var_dump($data);