All URIs are relative to https://api.gametools.network
| Method | HTTP request | Description |
|---|---|---|
| logged_server_data_bfv_marne_serverarray_get | GET /bfv_marne/serverarray/ | Get the servers playeramount over time |
| print_logged_data_bfv_marne_statusarray_get | GET /bfv_marne/statusarray/ | Get the player- / serveramount for all regions from database gathered every hour. |
| status_bfv_marne_status_get | GET /bfv_marne/status/ | Get the player- / serveramount for all regions. |
serde_json::Value logged_server_data_bfv_marne_serverarray_get(days, serverid, servername) Get the servers playeramount over time
| Name | Type | Description | Required | Notes |
|---|---|---|---|---|
| days | Option<i32> | Number of days to get historic values for | [default to 7] | |
| serverid | Option<String> | Id of the server to get historic values for | ||
| servername | Option<String> | Name of the server to get historic values for |
serde_json::Value
No authorization required
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
models::FrostbiteStatusArray print_logged_data_bfv_marne_statusarray_get(days, region, platform, r#type) Get the player- / serveramount for all regions from database gathered every hour.
| Name | Type | Description | Required | Notes |
|---|---|---|---|---|
| days | Option<i32> | Number of days to get historic values for | [default to 7] | |
| region | Option<FrostbiteRegionsWithMultiple> | Region to get historic values for | [default to all] | |
| platform | Option<FrostbitePlatforms> | Platform to get historic values for | [default to pc] | |
| r#type | Option<StatusArrayType> | Type of historic data to return | [default to amounts] |
No authorization required
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
models::FrostbiteGameStatus status_bfv_marne_status_get(platform) Get the player- / serveramount for all regions.
For platform there is pc, xboxone and ps4
| Name | Type | Description | Required | Notes |
|---|---|---|---|---|
| platform | Option<String> | Platform to get amounts for | [default to pc] |
No authorization required
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]