Icarus
API for No Stamina
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/4850629json
{
"response": {
"steam_id": "90284299015141397",
"domain": null,
"id": 4850629,
"ip": "103.137.14.67",
"port": 17777,
"query": 27105,
"color": 0,
"city": "Мельбурн",
"description": null,
"game": 1149460,
"owner": null,
"boosts": 1,
"last_offline": 1772227891,
"score": 0,
"last_online": 1776371525,
"icon": null,
"name": "No Stamina",
"connect": "103.137.14.67:17777",
"request": "103.137.14.67:27105",
"map": null,
"gamemode": "Icarus",
"version": "0.0.0.1",
"numplayers": 0,
"maxplayers": 8,
"bots": 0,
"secured": true,
"private": false,
"country": "AU",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1719047777,
"last_update": 1776371525,
"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": 557,
"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/4850629");
$data = json_decode($json, true);
var_dump($data);