Skip to main content
GET
/
unique_nodes
Get Unique Nodes
curl --request GET \
  --url https://api.infera.org/unique_nodes
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Query Parameters

model_name
string
required
start_date
string<date-time> | null

Start date for the range (ISO format)

end_date
string<date-time> | null

End date for the range (ISO format)

Response

Successful Response