Skip to content

Instantly share code, notes, and snippets.

@MiaoziYu
Created February 25, 2019 08:59
Show Gist options
  • Select an option

  • Save MiaoziYu/e4af5c5ebb906a1fc62ff2d7a40303cf to your computer and use it in GitHub Desktop.

Select an option

Save MiaoziYu/e4af5c5ebb906a1fc62ff2d7a40303cf to your computer and use it in GitHub Desktop.
links.list API Attempt/Response
Request:
GET https://api.sistrix.com/links.list?api_key={api_key}&domain=gfm-automaten.de&format=json
Response:
{
"method": [
[
"links.list"
]
],
"answer": [
{
"link": [
{
"url.from": "http://www.stadtausstellung.de/land/bayern/gfm-automaten/",
"text": "www.gfm-automaten.de",
"url.to": "http://www.gfm-automaten.de/"
},
{
"url.from": "http://www.stadtausstellung.de/aschheim/gfm-automaten/",
"text": "www.gfm-automaten.de",
"url.to": "http://www.gfm-automaten.de/"
}
]
}
],
"credits": [
{
"used": 2
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment