Conan Exiles
API for The Savage Game [PvP]
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/10134590json
{
"response": {
"steam_id": null,
"domain": null,
"id": 10134590,
"ip": null,
"port": null,
"query": null,
"color": 0,
"city": null,
"description": null,
"game": 440900,
"owner": 132716,
"boosts": 1,
"last_offline": 1759763036,
"score": 0,
"last_online": 1757097028,
"icon": null,
"name": "The Savage Game [PvP]",
"connect": null,
"request": null,
"map": "The Exiled Lands",
"gamemode": "Conan Exiles",
"version": null,
"numplayers": 0,
"maxplayers": 110,
"bots": 0,
"secured": false,
"private": false,
"country": "RU",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1756157606,
"last_update": 1759763036,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": 1,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 889,
"language": "ru",
"parked": true,
"app": {
"id": 170,
"steam_id": 440900,
"name": "Conan Exiles",
"url": "conan-exiles"
},
"server_owner": {
"username": "xas_gaming",
"avatar": "46221e8d-5e7f-4833-8343-bc9a4485419e.jpg",
"last_online": 1758901591
},
"mods": [],
"disabled_modules": [
"reviews",
"chat"
]
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/10134590");
$data = json_decode($json, true);
var_dump($data);