mirror of
https://github.com/ipverse/rir-ip.git
synced 2024-12-22 13:32:18 +01:00
Update README.md
This commit is contained in:
parent
55d02d9022
commit
947cea5ae4
1 changed files with 3 additions and 3 deletions
|
@ -15,13 +15,13 @@ To download the delegated IPv6 subnets for Switzerland, try:
|
|||
```$ curl https://raw.githubusercontent.com/ipverse/rir-ip/master/country/ch/ipv6-aggregated.txt```
|
||||
|
||||
The data (IPv4 + IPv6 combined) is available in JSON format as well:
|
||||
```$ curl https://raw.githubusercontent.com/ipverse/rir-ip/master/country/tl/aggregated.json```
|
||||
```$ curl https://raw.githubusercontent.com/ipverse/rir-ip/master/country/ch/aggregated.json```
|
||||
|
||||
The resulting JSON will look similar to this:
|
||||
```
|
||||
{
|
||||
"country": "Timor-Leste",
|
||||
"country-code": "TL",
|
||||
"country": "Switzerland",
|
||||
"country-code": "CH",
|
||||
"delegation-status": [
|
||||
"allocated",
|
||||
"assigned"
|
||||
|
|
Loading…
Reference in a new issue