Skip to content

Using Stack API

Arlyn edited this page Nov 26, 2020 · 2 revisions

How to use Stack API

To access StackOverflow you need to use Stack Exchange API. If you register your app with Stack Exchange you get a higher quota of API calls.

  • If app is registered you get 10k calls per day
  • If app is not registered you get 300 calls per day

Please add your api key in the .env file under key

There are multiple features available with Stack API.

In this project we mainly used:

Clone this wiki locally