Skip to content

Latest commit

 

History

History
102 lines (58 loc) · 3.67 KB

File metadata and controls

102 lines (58 loc) · 3.67 KB

\Battlefield1MarneApi

All URIs are relative to https://api.gametools.network

Method HTTP request Description
logged_server_data_bf1_marne_serverarray_get GET /bf1_marne/serverarray/ Get the servers playeramount over time
print_logged_data_bf1_marne_statusarray_get GET /bf1_marne/statusarray/ Get the player- / serveramount for all regions from database gathered every hour.
status_bf1_marne_status_get GET /bf1_marne/status/ Get the player- / serveramount for all regions.

logged_server_data_bf1_marne_serverarray_get

serde_json::Value logged_server_data_bf1_marne_serverarray_get(days, serverid, servername) Get the servers playeramount over time

Parameters

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

Return type

serde_json::Value

Authorization

No authorization required

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]

print_logged_data_bf1_marne_statusarray_get

models::FrostbiteStatusArray print_logged_data_bf1_marne_statusarray_get(days, region, platform, r#type) Get the player- / serveramount for all regions from database gathered every hour.

Parameters

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]

Return type

models::FrostbiteStatusArray

Authorization

No authorization required

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]

status_bf1_marne_status_get

models::FrostbiteGameStatus status_bf1_marne_status_get(platform) Get the player- / serveramount for all regions.

For platform there is pc, xboxone and ps4

Parameters

Name Type Description Required Notes
platform Option<String> Platform to get amounts for [default to pc]

Return type

models::FrostbiteGameStatus

Authorization

No authorization required

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]