Rising World
API for Arasea
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/10567300json
{
"response": {
"steam_id": "90282739197007892",
"domain": null,
"id": 10567300,
"ip": "173.234.30.93",
"port": 27135,
"query": 27134,
"color": 0,
"city": "Dallas",
"description": null,
"game": 324080,
"owner": null,
"boosts": 1,
"last_offline": 1776021739,
"score": 0,
"last_online": 1776437507,
"icon": null,
"name": "Arasea",
"connect": "173.234.30.93:27135",
"request": "173.234.30.93:27134",
"map": "New World",
"gamemode": "Rising World (New Version)",
"version": "202512221",
"numplayers": 0,
"maxplayers": 20,
"bots": 0,
"secured": false,
"private": true,
"country": "US",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1762537258,
"last_update": 1776437507,
"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": 36,
"language": "en",
"parked": false,
"app": {
"id": 4472,
"steam_id": 324080,
"name": "Rising World",
"url": "rising-world"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/10567300");
$data = json_decode($json, true);
var_dump($data);