Astro Colony
Astro Colony Official #32 (US East) için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/11394025json
{
"response": {
"steam_id": "90284241446124551",
"domain": null,
"id": 11394025,
"ip": "45.137.247.94",
"port": 7777,
"query": 29115,
"color": 0,
"city": "Munich",
"description": null,
"game": 1614550,
"owner": null,
"boosts": 1,
"last_offline": 1774596887,
"score": 0,
"last_online": 1777553462,
"icon": null,
"name": "Astro Colony Official #32 (US East)",
"connect": "45.137.247.94:7777",
"request": "45.137.247.94:29115",
"map": "YourMapName",
"gamemode": "Astro Colony",
"version": "1.0.0.0",
"numplayers": 0,
"maxplayers": 8,
"bots": 0,
"secured": false,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1774596887,
"last_update": 1777553462,
"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": 68,
"language": "de",
"parked": false,
"app": {
"id": 1539923,
"steam_id": 1614550,
"name": "Astro Colony",
"url": "astro-colony"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/11394025");
$data = json_decode($json, true);
var_dump($data);