I need to create reports around tag usage and unanswered posts. What're the different mechanisms available to access this data?
Asked
Active
Viewed 2,571 times
1 Answers
3
There are mainly 3 options:
1) Use SEDE (Stack Exchange Data Explorer), which allows you to easily query the data. You can download the queried rows, however it does not allow you to run queries locally and can only be used manually.
2) Use SE API, which allows you to query some things of Stack Overflow over REST calls.
3) Download a public release of the SO data dump and use historical data.

DJanssens
- 17,849
- 7
- 27
- 42
-
3There are (now) 4 options. [Announcing Stack Overflow Data on Google’s BigQuery](https://stackoverflow.blog/2016/12/15/you-can-now-play-with-stack-overflow-data-on-googles-bigquery/) – Brock Adams Apr 27 '17 at 07:08
-
Awesome, nice to hear that. – DJanssens Apr 27 '17 at 07:19