-
Notifications
You must be signed in to change notification settings - Fork 5
StackExchange
Jakob Voß edited this page Jun 13, 2019
·
2 revisions
This page collects some notes about integration of StackExchange tags. See StackExchange API documentation.
A tag is identified by its name and a StackExchange site
. For instance https://japanese.stackexchange.com/questions/tagged/grammar could be mapped to "Japanese Grammar".
First get a list of all sites:
Sites can be mapped to JSKOS concept schemes because each site has its own tag vocabulary.
Sites are grouped e.g. https://stackexchange.com/sites#science
Get tag info (the latter with synonym)
Get related tags
Get tag wiki excerpt
- https://api.stackexchange.com/docs/wikis-by-tags
- https://api.stackexchange.com/2.2/tags/electromagnetism/wikis?site=physics&filter=!20Npv2q3OH6K*ytcpqCKy
Tag wiki may further contain links to Wikipedia etc.
list all tags of a site / search/typeahead tags