Created
February 25, 2019 09:00
-
-
Save MiaoziYu/2386ea82f570c39021cedd9e557f53d5 to your computer and use it in GitHub Desktop.
links.overview 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.overview?api_key={api_key}&domain=gfm-automaten.de&format=json | |
| Response: | |
| { | |
| "method": [ | |
| [ | |
| "links.overview" | |
| ] | |
| ], | |
| "answer": [ | |
| { | |
| "total": [ | |
| { | |
| "num": 64 | |
| } | |
| ], | |
| "hosts": [ | |
| { | |
| "num": 25 | |
| } | |
| ], | |
| "domains": [ | |
| { | |
| "num": 10 | |
| } | |
| ], | |
| "networks": [ | |
| { | |
| "num": 7 | |
| } | |
| ], | |
| "class_c": [ | |
| { | |
| "num": 7 | |
| } | |
| ] | |
| } | |
| ], | |
| "credits": [ | |
| { | |
| "used": 25 | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment