Conan Exiles
API for Official server #6306 PvE Conflict - g-portal.com
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/5979869json
{
"response": {
"steam_id": null,
"domain": null,
"id": 5979869,
"ip": "92.38.151.83",
"port": 28200,
"query": 28215,
"color": 0,
"city": "Santana de Parnaíba",
"description": null,
"game": 440900,
"owner": null,
"boosts": 1,
"last_offline": 1775550129,
"score": 0,
"last_online": 1776396019,
"icon": null,
"name": "Official server #6306 PvE Conflict - g-portal.com",
"connect": "92.38.151.83:28200",
"request": "92.38.151.83:28215",
"map": "The Isle of Siptah",
"gamemode": "Conan Exiles",
"version": null,
"numplayers": 2,
"maxplayers": 40,
"bots": 0,
"secured": true,
"private": false,
"country": "BR",
"status": true,
"votes": 0,
"points": 63,
"add_date": 1726515232,
"last_update": 1776396019,
"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": 12,
"language": "pt",
"parked": false,
"app": {
"id": 170,
"steam_id": 440900,
"name": "Conan Exiles",
"url": "conan-exiles"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/5979869");
$data = json_decode($json, true);
var_dump($data);