Nova-Life: Amboise
API for Elipse RP | Start 75k | Recherche Staffs & PDG
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/10973510json
{
"response": {
"steam_id": null,
"domain": null,
"id": 10973510,
"ip": null,
"port": null,
"query": null,
"color": 0,
"city": "Saint-Denis",
"description": null,
"game": 885570,
"owner": 164441,
"boosts": 1,
"last_offline": 1773294696,
"score": 0,
"last_online": 1772390415,
"icon": null,
"name": "Elipse RP | Start 75k | Recherche Staffs & PDG",
"connect": null,
"request": null,
"map": "Amboise",
"gamemode": "Nova-Life: Amboise",
"version": null,
"numplayers": 0,
"maxplayers": 35,
"bots": 0,
"secured": false,
"private": false,
"country": "FR",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1769812742,
"last_update": 1773294696,
"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": 33,
"language": "fr",
"parked": true,
"app": {
"id": 48590,
"steam_id": 885570,
"name": "Nova-Life: Amboise",
"url": "nova-life-amboise"
},
"server_owner": {
"username": "jules",
"avatar": "7818c54b-0913-4ff3-9b66-df4cc0b34cab.jpg",
"last_online": 1775078530
},
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/10973510");
$data = json_decode($json, true);
var_dump($data);