The url-syntax tag has no wiki summary.
2
votes
1answer
22 views
Is question_id unique across all stackexchange sites?
The standard structure of a question URL is:
http://site.com/questions/question-id/title
Example:
http://stackoverflow.com/questions/457927/git-workflow-and-rebase-vs-merge-questions
It is ...
2
votes
1answer
90 views
what is the url for a *.stackexchange site's api?
from my understanding, the documentation suggests that we can use the api against any current *.stackexchange website
what would be the url for the api for one of these ? e.g. ...
5
votes
1answer
127 views
Will URLs always follow this pattern?
Many of the API endpoints return urls, such as /questions/{id} (which returns urls for question_timeline_url, question_comments_url, etc). However, the URL returned is a relative URL, like ...
4
votes
1answer
278 views
What is the syntax for specifying parameters?
How do I specify a parameter in the URL?
http://api.stackoverflow.com/0.8/questions works as expected.
Then I would like to pass parameter body with a value of true (that is available according to ...