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>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.infera.org/llms.txt

Use this file to discover all available pages before exploring further.

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