└── README.md /README.md: -------------------------------------------------------------------------------- 1 | 2 | # Tracker Network API for Developers 3 | Information and Issue Tracker for the Tracker Network API. This API is 100% free for hobby and non-commercial projects. We ask that you give credit to us on your site/bot/etc. Like: Powered By [Tracker Network](https://tracker.gg/) 4 | 5 | ## Support Games 6 | [Apex Legends](https://tracker.gg/developers/docs/titles/apex) 7 | [The Division 2](https://tracker.gg/developers/docs/titles/division-2) 8 | [CSGO](https://tracker.gg/developers/docs/titles/csgo) 9 | [Splitgate](https://tracker.gg/developers/docs/titles/splitgate) 10 | 11 | **Many more coming soon! Use the issue tracker for any requests for data or game support.** 12 | 13 | ## Getting Started 14 | 15 | To get started, [create an app](https://tracker.gg/developers/docs/getting-started). Once created, you will immediately be issued an API Key. This is how you will authenticate requests. 16 | 17 | ## Authentication 18 | Add a header to your `GET` request: 19 | Name: `TRN-Api-Key` 20 | Value: `Your api key` 21 | 22 | Get more information [in the docs](https://tracker.gg/developers/docs/authentication). 23 | 24 | That's it. Now follow our docs to get stats for each game. 25 | 26 | ## Rate Limits 27 | Rate limit increase form coming soon. Your actual rate limit can be seen on the response of your requests. Contact us through Tracker.GG's support page if you are hitting your rate limit and would like an increase. 28 | 29 | Example of response headers returned by the API: 30 | ![Example of API rate limit response headers](https://i.imgur.com/GE1SEqM.png) 31 | 32 | ## Third Party Libraries 33 | Below is a list of third party libraries that you can use to access our API. Want your library featured here? File a request in the issue tracker. 34 | 35 | _No libraries featured yet._ 36 | 37 | ## Terms of Service 38 | Please see our [Terms of Service](https://docs.google.com/document/d/1p3C7hV1WOo4figK2CNzSG_muAuszUIJ-hzzrv2toqrE/edit?usp=sharing) for more information regarding usage restrictions and general availability. 39 | --------------------------------------------------------------------------------