How to get API key

Greetings!
I’m studying data analysis right now and want to use WoW logs.
So i want to download some reports from warcraft logs but i need an API key.
How can i get it?

Thanks in advance

Every user gets one. Under Settings (upper right) after you log in.

Dumb question, how do i set up the api key on windows 7? I added to authorized_keys but am still getting invalid key error.

Regards,
Lazeeboy

The key is just part of the request URLs you make using the API.

You can get your API key from https://www.warcraftlogs.com/accounts/changeuser at the bottom of the page (Public key only works as stated). An example use is:

https://www.warcraftlogs.com:443/v1/classes?api_key={Your_key_here}