-
Notifications
You must be signed in to change notification settings - Fork 0
Using Stack API
Arlyn edited this page Nov 26, 2020
·
2 revisions
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:
- Advanced Search: To search the question ids
- Questions/Answers: To return answers based on the question ids returned by advanced search