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/19836
json
{
"response": {
"id": 19836,
"ip": "46.174.48.50",
"port": 7788,
"query": 7788,
"owner_name": "SurvivalRolePlay",
"owner_avatar": "185f3ab9-5dcb-412c-8e70-5b4f38c39798.jpg",
"color": 0,
"description": "Сервер SAMP выживание, клановые войны\r\n\r\nSurvival RP - улучшайте способности своего персонажа, находите полезные вещи, вступайте в объединения, захватывайте территории - любые средства хороши для выживания!",
"game": 9000035,
"owner": 31809,
"boosts": 1,
"last_offline": 1737125004,
"score": null,
"last_online": 1743855043,
"icon": null,
"name": "Survival RP || Открытое альфа тестирование",
"connect": "46.174.48.50:7788",
"request": "46.174.48.50:7788",
"map": "7 Jul. 2024",
"gamemode": "Survival/Выживание",
"version": "0.3.7-R2",
"numplayers": 0,
"maxplayers": 25,
"bots": 0,
"secured": false,
"private": false,
"country": "RU",
"status": true,
"votes": 2,
"points": 92,
"add_date": 1511603527,
"last_update": 1743855043,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"list_hidden": false,
"app": {
"id": 168,
"steam_id": 9000035,
"name": "Samp",
"url": "samp",
"popular_maps_available": false
},
"server_owner": {
"username": "SurvivalRolePlay",
"avatar": "185f3ab9-5dcb-412c-8e70-5b4f38c39798.jpg"
},
"mods": [],
"disabled_modules": []
}
}
Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/19836");
$data = json_decode($json, true);
var_dump($data);