Update README.md

pull/12/head
Raphaël Vinot 2019-05-21 12:06:53 +02:00 committed by GitHub
parent aaab8fb5b2
commit 57c6e855f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -60,9 +60,11 @@ curl https://bgpranking-ng.circl.lu/ipasn_history/?ip=143.255.153.0/24
## Get the ranking of the AS
```
curl -X POST -d '{"asn": "5577"}' https://bgpranking-ng.circl.lu/json/asn
curl -X POST -d '{"asn": "5577", "date": "2019-05-19"}' https://bgpranking-ng.circl.lu/json/asn
```
Note: `date` isn't required.
## Response
```json