Nova-Life: Amboise
API for NordiRP | 50k Départ | New | Recrute PDG et Staff
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/9893836json
{
"response": {
"steam_id": null,
"domain": null,
"id": 9893836,
"ip": null,
"port": null,
"query": null,
"color": 0,
"city": null,
"description": null,
"game": 885570,
"owner": 128040,
"boosts": 1,
"last_offline": 1759763036,
"score": 0,
"last_online": 1756543223,
"icon": null,
"name": "NordiRP | 50k Départ | New | Recrute PDG et Staff",
"connect": null,
"request": null,
"map": "Amboise",
"gamemode": "Nova-Life: Amboise",
"version": null,
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": false,
"private": false,
"country": "FR",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1753885094,
"last_update": 1759763036,
"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": 29,
"language": "fr",
"parked": true,
"app": {
"id": 48590,
"steam_id": 885570,
"name": "Nova-Life: Amboise",
"url": "nova-life-amboise"
},
"server_owner": {
"username": "Martin_DUFOUR",
"avatar": "f25ea24f-2843-4e2d-b41b-bf2b9bfeb367.jpg",
"last_online": 1753886752
},
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/9893836");
$data = json_decode($json, true);
var_dump($data);