API for [USA] Freedom Server | Host By GCSM-Network
JSON for programs, websites and more
text
json
{
"response": {
"steam_id": 90287023083668500,
"domain": null,
"id": 11798650,
"ip": "47.6.19.141",
"port": 25564,
"query": 25565,
"project_id": null,
"color": 0,
"city": "Hancock",
"description": null,
"game": 573090,
"owner": null,
"boosts": 1,
"last_offline": 1781467462,
"last_online": 1781464242,
"icon": null,
"name": "[USA] Freedom Server | Host By GCSM-Network",
"connect": "47.6.19.141:25564",
"request": "47.6.19.141:25565",
"map": "Career",
"gamemode": "Stormworks",
"version": "1.0.0.0",
"numplayers": 0,
"maxplayers": 20,
"bots": 0,
"secured": false,
"private": false,
"country": "US",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1781378985,
"last_update": 1781467462,
"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": 112,
"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": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/11798650");
$data = json_decode($json, true);
var_dump($data);