We offer a wide range of integration methods. You can use any of them or create your own using the JSON API. If you have a suggestion to add a new integration method, please contact us. Connect with us
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/7806573
json
{
"response": {
"id": 7806573,
"ip": "141.95.72.76",
"port": 28016,
"query": 28016,
"owner_name": null,
"owner_avatar": null,
"color": 0,
"description": "![[DE/EU] NEW* No 1. German Primitive 2x - PVP | Raidtimes | Acti](https://www.dropbox.com/scl/fi/r9vv02xy9m3e0qzvwtqqd/primitiv.png?rlkey=nfdqt3kdpio1pfx6bna1x0ro3&dl=1)\nWillkommen zu [DE/EU] No 1. German Primitive 2x | Raidtimes | Active Admins\r\n\r\n- Map Size: 4500\r\n- Decay: 2x reduced\r\n- Ressourcen: 2x\r\n- Teamlimit: 6\r\n- Clans\r\n\r\n------------------------------------------\r\n\r\nOffline Raidschutz:\r\nSo-Do: 0:00 - 14:00 Uhr\r\nFr-So: 03:00-14:00 Uhr\r\nDer Raidschutz ist nur aktiv wenn alle Mitglieder eines Clans offline sind.\r\n\r\n------------------------------------------\r\nServerneustart jeden Tag um 6:00 Uhr.\r\n\r\nNächster Fullwipe - 19.03.2024\r\n\r\n\r\nRegeln:\r\n\r\n- Benutze F7 um Cheater zu reporten. Keine shoutouts!\r\n- Im Chat wird nur Deutsch oder Englisch geschrieben\r\n- Kein Rassismus!\r\n- Keine Beleidigungen\r\n- Kein Streamsniping\r\n- Keine Werbung in jeglicher Weise!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1744977285,
"score": 0,
"last_online": 1744250726,
"icon": null,
"name": "[DE/EU] NEW* No 1. German Primitive 2x - PVP | Raidtimes | Acti",
"connect": "141.95.72.76:28015",
"request": "141.95.72.76:28016",
"map": "Procedural Map",
"gamemode": "Primitive",
"version": null,
"numplayers": 0,
"maxplayers": 200,
"bots": 0,
"secured": false,
"private": false,
"country": "DE",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1739974603,
"last_update": 1744977285,
"banned": false,
"wipe": 1741287640,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"list_hidden": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust",
"popular_maps_available": false
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}
Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/7806573");
$data = json_decode($json, true);
var_dump($data);