RTrack API v1.0

Your API Balance (Not signed in): $0Top Up

Please note that the RTrack API is not intended for free use. Requests are closely monitored and abuse of this API could result in your IP address being blacklisted for all RTrack services.


Remember, never share or screenshot this key, anyone with access to it will be able to access your API balance.
Not-signed-in

About

This endpoint returns data on player count, visits, ratings, name and creator for the given placeid. With the Precise parameter, player count will be manually calculated by adding all of the players in servers together. The difference between this number and the Roblox player count is returned under the 'vipservers' parameter, as this difference is mostly made up of vipservers and private servers.

Parameters

Name
Data Type
Description
key
string
This is your account API key and should be included with all of your api requests or they will not be accepted.
PlaceId
integer
The place id of the game, as found in the address bar when on the game page. For example, the place id of Adopt Me is 920587237.
Precise (optional)
integer
Whether to enable precise player count or not, either 0 (no) or 1 (yes)

JSON Response

{
	"data": 
	{
    	"playing":10240,
    	"visits":404867439,
    	"name":"Theme Park Tycoon 2",
    	"creator":"Den_S",
    	"likes":865137,
    	"dislikes":86134,
    	"percentage":90.95
    	},
    "Cost":0.00005
}

Remember, never share or screenshot this key, anyone with access to it will be able to access your API balance.
https://gamestats.rtrack.live/GetGameDetails?key=Not-signed-in&PlaceId=606849621

$0.00185/request (+$0.0001/ 100 servers with Precise parameter)
About

This endpoint returns concurrent player data for the requested game over the requested time period. Data returned will start from the closest available value to the 'SinceUnix' parameter and end at the most recent value.

Parameters

Name
Data Type
Description
key
string
This is your account API key and should be included with all of your api requests or they will not be accepted.
PlaceId
integer
The place id of the game, as found in the address bar when on the game page. For example, the place id of Adopt Me is 920587237.
SinceUnix
integer
The UNIX time value that represents the earliest datapoint returned.
MaxDatapoints (optional)
integer
The maximum number of datapoints to return. This will increase the time interval between datapoints to reduce the number of datapoints.

JSON Response

{
	"success":true,
	"data":{
		"UNIX (string)":playercount (integer),
		"UNIX (string)":playercount (integer)
	},
	"datapointCount":2,
	"Cost":0.0002
}

Remember, never share or screenshot this key, anyone with access to it will be able to access your API balance.
https://gamestats.rtrack.live/concurrent?key=Not-signed-in&PlaceId=920587237&SinceUnix=1685763906

$0.0001/datapoint
About

This endpoint returns visit data for the requested game over the requested time period. Data returned will start from the closest available value to the 'SinceUnix' parameter and end at the most recent value.

Parameters

Name
Data Type
Description
key
string
This is your account API key and should be included with all of your api requests or they will not be accepted.
PlaceId
integer
The place id of the game, as found in the address bar when on the game page. For example, the place id of Adopt Me is 920587237.
SinceUnix
integer
The UNIX time value that represents the earliest datapoint returned.
MaxDatapoints (optional)
integer
The maximum number of datapoints to return. This will increase the time interval between datapoints to reduce the number of datapoints.

JSON Response

{
	"success":true,
	"data":{
		"UNIX (string)":visits (integer),
		"UNIX (string)":visits (integer)
	},
	"datapointCount":2,
	"Cost":0.0004
}

Remember, never share or screenshot this key, anyone with access to it will be able to access your API balance.
https://gamestats.rtrack.live/visits?key=Not-signed-in&PlaceId=920587237&SinceUnix=1685763906

$0.0002/datapoint
About

This endpoint returns like count for the requested game over the requested time period. Data returned will start from the closest available value to the 'SinceUnix' parameter and end at the most recent value.

Parameters

Name
Data Type
Description
key
string
This is your account API key and should be included with all of your api requests or they will not be accepted.
PlaceId
integer
The place id of the game, as found in the address bar when on the game page. For example, the place id of Adopt Me is 920587237.
SinceUnix
integer
The UNIX time value that represents the earliest datapoint returned.
MaxDatapoints (optional)
integer
The maximum number of datapoints to return. This will increase the time interval between datapoints to reduce the number of datapoints.

JSON Response

{
	"success":true,
	"data":{
		"UNIX (string)":likes (integer),
		"UNIX (string)":likes (integer)
	},
	"datapointCount":2,
	"Cost":0.0003
}

Remember, never share or screenshot this key, anyone with access to it will be able to access your API balance.
https://gamestats.rtrack.live/likes?key=Not-signed-in&PlaceId=920587237&SinceUnix=1685763906

$0.00015/datapoint
About

This endpoint returns dislikes count for the requested game over the requested time period. Data returned will start from the closest available value to the 'SinceUnix' parameter and end at the most recent value.

Parameters

Name
Data Type
Description
key
string
This is your account API key and should be included with all of your api requests or they will not be accepted.
PlaceId
integer
The place id of the game, as found in the address bar when on the game page. For example, the place id of Adopt Me is 920587237.
SinceUnix
integer
The UNIX time value that represents the earliest datapoint returned.
MaxDatapoints (optional)
integer
The maximum number of datapoints to return. This will increase the time interval between datapoints to reduce the number of datapoints.

JSON Response

{
	"success":true,
	"data":{
		"UNIX (string)":dislikes (integer),
		"UNIX (string)":dislikes (integer)
	},
	"datapointCount":2,
	"Cost":0.0003
}

Remember, never share or screenshot this key, anyone with access to it will be able to access your API balance.
https://gamestats.rtrack.live/dislikes?key=Not-signed-in&PlaceId=920587237&SinceUnix=1685763906

$0.00015/datapoint
About

This endpoint returns rating ratio (percentage likes) for the requested game over the requested time period. Data returned will start from the closest available value to the 'SinceUnix' parameter and end at the most recent value.

Parameters

Name
Data Type
Description
key
string
This is your account API key and should be included with all of your api requests or they will not be accepted.
PlaceId
integer
The place id of the game, as found in the address bar when on the game page. For example, the place id of Adopt Me is 920587237.
SinceUnix
integer
The UNIX time value that represents the earliest datapoint returned.

JSON Response

{
	"success":true,
	"data":{
		"UNIX (string)":ratingratio (integer),
		"UNIX (string)":ratingratio (integer)
	},
	"datapointCount":2,
	"Cost":0.0005
}

Remember, never share or screenshot this key, anyone with access to it will be able to access your API balance.
https://gamestats.rtrack.live/ratingRatio?key=Not-signed-in&PlaceId=920587237&SinceUnix=1685763906

$0.00025/datapoint
About

This endpoint returns the average playtime in minutes for the requested game over the requested time period. Data returned will start from the closest available value to the 'SinceUnix' parameter and end at the most recent value.

Parameters

Name
Data Type
Description
key
string
This is your account API key and should be included with all of your api requests or they will not be accepted.
PlaceId
integer
The place id of the game, as found in the address bar when on the game page. For example, the place id of Adopt Me is 920587237.
SinceUnix
integer
The UNIX time value that represents the earliest datapoint returned.
MaxDatapoints (optional)
integer
The maximum number of datapoints to return. This will increase the time interval between datapoints to reduce the number of datapoints.

JSON Response

{
	"success":true,
	"data":{
		"UNIX (string)":playtime (integer),
		"UNIX (string)":playtime (integer)
	},
	"datapointCount":2,
	"Cost":0.0012
}

Remember, never share or screenshot this key, anyone with access to it will be able to access your API balance.
https://gamestats.rtrack.live/playtime?key=Not-signed-in&PlaceId=920587237&SinceUnix=1685763906

$0.0006/datapoint
About

This endpoint returns a list of all the known gamepasses for the specified game. Also included are the most recent recorded names of each of the gamepasses.

Parameters

Name
Data Type
Description
key
string
This is your account API key and should be included with all of your api requests or they will not be accepted.
PlaceId
integer
The place id of the game, as found in the address bar when on the game page. For example, the place id of Adopt Me is 920587237.

JSON Response

{
	"success":true,
	"data":{
		"GamepassID (string)":gamepassname (string),
		"GamepassID (string)":gamepassname (string)
	},
	"datapointCount":2,
	"Cost":0.0002
}

Remember, never share or screenshot this key, anyone with access to it will be able to access your API balance.
https://gamestats.rtrack.live/gamepasslist?key=Not-signed-in&PlaceId=920587237

$0.00005/gamepass
About

This endpoint returns historical sale count data for the requested gamepass.

Parameters

Name
Data Type
Description
key
string
This is your account API key and should be included with all of your api requests or they will not be accepted.
GamepassID
integer
The gamepass id of the gamepass, as found in the address bar when on the gamepass page, or retrieve the id from a GET /gamepasslist call.
SinceUnix
integer
The UNIX time value that represents the earliest datapoint returned.
MaxDatapoints (optional)
integer
The maximum number of datapoints to return. This will increase the time interval between datapoints to reduce the number of datapoints.

JSON Response

{
	"success":true,
	"data":{
		"UNIX (string)":salecount (integer),
		"UNIX (string)":salecount (integer)
	},
	"datapointCount":2,
	"Cost":0.0002
}

Remember, never share or screenshot this key, anyone with access to it will be able to access your API balance.
https://gamestats.rtrack.live/sales?key=Not-signed-in&GamepassID=3196348&SinceUnix=1685763906

$0.00004/datapoint
About

This endpoint returns historical price data for the requested gamepass.

Parameters

Name
Data Type
Description
key
string
This is your account API key and should be included with all of your api requests or they will not be accepted.
GamepassID
integer
The gamepass id of the gamepass, as found in the address bar when on the gamepass page, or retrieve the id from a GET /gamepasslist call.
SinceUnix
integer
The UNIX time value that represents the earliest datapoint returned.
MaxDatapoints (optional)
integer
The maximum number of datapoints to return. This will increase the time interval between datapoints to reduce the number of datapoints.

JSON Response

{
	"success":true,
	"data":{
		"UNIX (string)":passprice (integer),
		"UNIX (string)":passprice (integer)
	},
	"datapointCount":2,
	"Cost":0.0003
}

Remember, never share or screenshot this key, anyone with access to it will be able to access your API balance.
https://gamestats.rtrack.live/price?key=Not-signed-in&GamepassID=3196348&SinceUnix=1685763906

$0.00004/datapoint
About

This endpoint returns historical gamepass revenue data for the requested gamepass.

Parameters

Name
Data Type
Description
key
string
This is your account API key and should be included with all of your api requests or they will not be accepted.
GamepassID
integer
The gamepass id of the gamepass, as found in the address bar when on the gamepass page, or retrieve the id from a GET /gamepasslist call.
SinceUnix
integer
The UNIX time value that represents the earliest datapoint returned.
MaxDatapoints (optional)
integer
The maximum number of datapoints to return. This will increase the time interval between datapoints to reduce the number of datapoints.

JSON Response

{
	"success":true,
	"data":{
		"UNIX (string)":passrevenue (integer),
		"UNIX (string)":passrevenue (integer)
	},
	"datapointCount":2,
	"Cost":0.0007
}

Remember, never share or screenshot this key, anyone with access to it will be able to access your API balance.
https://gamestats.rtrack.live/revenue?key=Not-signed-in&GamepassID=3196348&SinceUnix=1685763906

$0.000075/datapoint