2

I need to build an web application C# and below is what I'm stuck with

Can I use Stack Exchange's API with Key? Do they have a "hello world" key can be used for learning purpose. I wish to get the count of response posted for any question on Stack Exchange ... https://api.stackexchange.com/

Brock Adams
  • 12,901
  • 5
  • 38
  • 64
singhswat
  • 133
  • 4

1 Answers1

1

You can use the API without a key, you'll just have lower limits without it. From the application registration form:

Upon registering, you'll be provided an API key which grants your app a much larger per-day request quota than using the API anonymously.

svick
  • 216
  • 1
  • 5