Return nodes, sorted by similarity to the search term. Use search=<str> to search identifier for prefix match, and name for substring and trigram searches (similarity defaults to 0.3); Use search=<str>&similarity=<value> to set your own similarity value in the range of (0, 1.0]. Set similarity=1.0 to exclude trigram search. Filter for select metanodes using metanodes=<str>, where <str> is a comma-separated list of metanode abbreviations. For example, metanodes=C,D will restrict to Compound and Disease nodes.

Set other-node=<node_id> to return non-null values for metapath_count. metapath_counts measures the number of metapaths stored in the database between the result node and other node. If search and other-node and both specified, results are sorted by search similarity and results with metapath_count == 0 are returned. If other-node is specified but not search, results are sorted by metapath_count (descending) and only results with metapath_count > 0 are returned.

GET /v1/nodes/?format=api&offset=22125
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 47031,
    "next": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=22150",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=22100",
    "results": [
        {
            "id": 22115,
            "identifier": "GO:0014801",
            "identifier_type": "str",
            "name": "longitudinal sarcoplasmic reticulum",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0014801",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Cellular Component"
        },
        {
            "id": 22116,
            "identifier": "131375",
            "identifier_type": "int",
            "name": "LYZL4",
            "properties": {
                "url": "http://identifiers.org/ncbigene/131375",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "3",
                "description": "lysozyme-like 4"
            },
            "metanode": "Gene"
        },
        {
            "id": 22117,
            "identifier": "C0149520",
            "identifier_type": "str",
            "name": "Cholecystitis acute",
            "properties": {
                "url": "http://identifiers.org/umls/C0149520",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 22118,
            "identifier": "C2987469",
            "identifier_type": "str",
            "name": "Substance-induced psychotic disorder",
            "properties": {
                "url": "http://identifiers.org/umls/C2987469",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 22119,
            "identifier": "GO:0006694",
            "identifier_type": "str",
            "name": "steroid biosynthetic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0006694",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 22120,
            "identifier": "GO:1990778",
            "identifier_type": "str",
            "name": "protein localization to cell periphery",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_1990778",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 22121,
            "identifier": "GO:0031512",
            "identifier_type": "str",
            "name": "motile primary cilium",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0031512",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Cellular Component"
        },
        {
            "id": 22122,
            "identifier": "GO:1903923",
            "identifier_type": "str",
            "name": "positive regulation of protein processing in phagocytic vesicle",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_1903923",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 22123,
            "identifier": "C0206062",
            "identifier_type": "str",
            "name": "Interstitial lung disease",
            "properties": {
                "url": "http://identifiers.org/umls/C0206062",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 22124,
            "identifier": "80108",
            "identifier_type": "int",
            "name": "ZFP2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/80108",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "5",
                "description": "ZFP2 zinc finger protein"
            },
            "metanode": "Gene"
        },
        {
            "id": 22125,
            "identifier": "105378828",
            "identifier_type": "int",
            "name": "LOC105378828",
            "properties": {
                "url": "http://identifiers.org/ncbigene/105378828",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "uncharacterized LOC105378828"
            },
            "metanode": "Gene"
        },
        {
            "id": 22126,
            "identifier": "5337",
            "identifier_type": "int",
            "name": "PLD1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/5337",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "3",
                "description": "phospholipase D1, phosphatidylcholine-specific"
            },
            "metanode": "Gene"
        },
        {
            "id": 22127,
            "identifier": "51279",
            "identifier_type": "int",
            "name": "C1RL",
            "properties": {
                "url": "http://identifiers.org/ncbigene/51279",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "12",
                "description": "complement component 1, r subcomponent-like"
            },
            "metanode": "Gene"
        },
        {
            "id": 22128,
            "identifier": "GO:0033290",
            "identifier_type": "str",
            "name": "eukaryotic 48S preinitiation complex",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0033290",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Cellular Component"
        },
        {
            "id": 22129,
            "identifier": "101928603",
            "identifier_type": "int",
            "name": "C6orf229",
            "properties": {
                "url": "http://identifiers.org/ncbigene/101928603",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "6",
                "description": "chromosome 6 open reading frame 229"
            },
            "metanode": "Gene"
        },
        {
            "id": 22130,
            "identifier": "90326",
            "identifier_type": "int",
            "name": "THAP3",
            "properties": {
                "url": "http://identifiers.org/ncbigene/90326",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "THAP domain containing, apoptosis associated protein 3"
            },
            "metanode": "Gene"
        },
        {
            "id": 22131,
            "identifier": "GO:1904429",
            "identifier_type": "str",
            "name": "regulation of t-circle formation",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_1904429",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 22132,
            "identifier": "GO:0035922",
            "identifier_type": "str",
            "name": "foramen ovale closure",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0035922",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 22133,
            "identifier": "23176",
            "identifier_type": "int",
            "name": "SEPT8",
            "properties": {
                "url": "http://identifiers.org/ncbigene/23176",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "5",
                "description": "septin 8"
            },
            "metanode": "Gene"
        },
        {
            "id": 22134,
            "identifier": "GO:0000028",
            "identifier_type": "str",
            "name": "ribosomal small subunit assembly",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0000028",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 22135,
            "identifier": "123207",
            "identifier_type": "int",
            "name": "C15orf40",
            "properties": {
                "url": "http://identifiers.org/ncbigene/123207",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "15",
                "description": "chromosome 15 open reading frame 40"
            },
            "metanode": "Gene"
        },
        {
            "id": 22136,
            "identifier": "26515",
            "identifier_type": "int",
            "name": "TIMM10B",
            "properties": {
                "url": "http://identifiers.org/ncbigene/26515",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "11",
                "description": "translocase of inner mitochondrial membrane 10 homolog B (yeast)"
            },
            "metanode": "Gene"
        },
        {
            "id": 22137,
            "identifier": "C0003044",
            "identifier_type": "str",
            "name": "Animal bite",
            "properties": {
                "url": "http://identifiers.org/umls/C0003044",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 22138,
            "identifier": "C0085679",
            "identifier_type": "str",
            "name": "Hyperchloraemia",
            "properties": {
                "url": "http://identifiers.org/umls/C0085679",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 22139,
            "identifier": "79734",
            "identifier_type": "int",
            "name": "KCTD17",
            "properties": {
                "url": "http://identifiers.org/ncbigene/79734",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "22",
                "description": "potassium channel tetramerization domain containing 17"
            },
            "metanode": "Gene"
        }
    ]
}