Nova-Life: Amboise
API for EchoRP | 50k start | Une vie tranquille, en toute simplicité.
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/10481820json
{
"response": {
"steam_id": null,
"domain": null,
"id": 10481820,
"ip": null,
"port": null,
"query": null,
"color": 0,
"city": null,
"description": null,
"game": 885570,
"owner": 124702,
"boosts": 1,
"last_offline": 1761889968,
"score": 0,
"last_online": 1760968220,
"icon": null,
"name": "EchoRP | 50k start | Une vie tranquille, en toute simplicité.",
"connect": null,
"request": null,
"map": "Saint-Branchs",
"gamemode": "Nova-Life: Amboise",
"version": null,
"numplayers": 0,
"maxplayers": 64,
"bots": 0,
"secured": false,
"private": false,
"country": "FR",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1760953022,
"last_update": 1761889968,
"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": 31,
"language": "fr",
"parked": true,
"app": {
"id": 48590,
"steam_id": 885570,
"name": "Nova-Life: Amboise",
"url": "nova-life-amboise"
},
"server_owner": {
"username": "baptistebrefort",
"avatar": "b54ccac5-4232-4e8f-b8a9-83ecfc830130.jpg",
"last_online": 1760955865
},
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/10481820");
$data = json_decode($json, true);
var_dump($data);