Created
February 25, 2019 08:59
-
-
Save MiaoziYu/e4af5c5ebb906a1fc62ff2d7a40303cf to your computer and use it in GitHub Desktop.
links.list API Attempt/Response
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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