Icarus
API for IAC_ICARUS_Standard_Private
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/11489455json
{
"response": {
"steam_id": "90284612966521871",
"domain": null,
"id": 11489455,
"ip": "81.0.249.158",
"port": 31100,
"query": 31115,
"color": 0,
"city": "Portsmouth",
"description": null,
"game": 1149460,
"owner": null,
"boosts": 1,
"last_offline": 1776780153,
"score": 0,
"last_online": 1776691284,
"icon": null,
"name": "IAC_ICARUS_Standard_Private",
"connect": "81.0.249.158:31100",
"request": "81.0.249.158:31115",
"map": null,
"gamemode": "Icarus",
"version": "0.0.0.1",
"numplayers": 0,
"maxplayers": 4,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1776465159,
"last_update": 1776780153,
"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": 7863,
"language": "en",
"parked": false,
"app": {
"id": 1600891,
"steam_id": 1149460,
"name": "Icarus",
"url": "icarus"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/11489455");
$data = json_decode($json, true);
var_dump($data);