Nodes API

Retorna la lista de nodos activos.

Lista de nodos

GET /public/nodes

Request

Headers

Content-Type: application/json
Host: example.org
Cookie: 

Route

GET /public/nodes

Response

Headers

X-Frame-Options: SAMEORIGIN
X-XSS-Protection: 1; mode=block
X-Content-Type-Options: nosniff
X-Download-Options: noopen
X-Permitted-Cross-Domain-Policies: none
Referrer-Policy: strict-origin-when-cross-origin
Content-Type: application/json; charset=utf-8
ETag: W/"c50d226ff64987223f6e66d6a5310694"
Cache-Control: max-age=0, private, must-revalidate
X-Request-Id: 49c4f7f8-bfe9-4772-859f-c44752bea84d
X-Runtime: 0.051196
Vary: Origin
Content-Length: 190

Status

200 OK

Body

{
  "data": {
    "Venezuela": {
      "Distrito Capital": [
        {
          "id": 24,
          "alias": "Test 1"
        },
        {
          "id": 25,
          "alias": "Test 2"
        }
      ]
    },
    "Argentina": {
      "CABA": [
        {
          "id": 26,
          "alias": "Test 3"
        }
      ],
      "Bariloche": [
        {
          "id": 27,
          "alias": "Test 4"
        }
      ]
    }
  }
}