v1

latestSwagger 2.0Apache 2.02026-07-1334102.9 MB
Nodes

List all linked nodes

List of all nodes linked to the given node.

Returns

Returns a JSON object containing data and links keys.

The data key contains an array of up to 10 nodes. Each resource in the array is a separate node object.

The links key contains a dictionary of links that can be used for pagination.

Filtering

You can optionally request that the response only include nodes that match your filters by utilizing the filter query parameter, e.g. https://api.osf.io/v2/nodes/?filter[title]=reproducibility.

Nodes may be filtered by their title, category, description, public, registration, or tags. title, description, and category are string fields and will be filteres using simple substring matching. public, registration are boolean and can be filtered using truthy values, such as true, false, 0, 1. tags is an array of simple strings.

get/nodes/{node_id}/linked_nodes/

Path parameters

node_idstring required

The unique identifier of the node.

Response

OK