# networks

## networks

<mark style="color:blue;">`GET`</mark> `https://www.openagua.org/api/v1/networks/:network_id`

Get a network, with various options for downloading in different formats and including related data.

#### Path Parameters

| Name        | Type   | Description               |
| ----------- | ------ | ------------------------- |
| network\_id | number | ID of the network to get. |

#### Query Parameters

| Name    | Type   | Description                                                                                                                                                                                       |
| ------- | ------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| purpose | string | <p>This is a way of specifying the purpose of the request. If omitted, the normal, JSON-formatted version of the network will be returned.<br>For now, the only option is "download".</p>         |
| format  | string | <p>If the purpose is "download", the "format" parameter is used to specify the file format of the download.<br>Options include "json", "csv", "xlsx", "adjacency", "geojson" and "shapefile".</p> |

{% tabs %}
{% tab title="200 " %}

```
```

{% endtab %}
{% endtabs %}
