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=5075
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=5100",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=5050",
    "results": [
        {
            "id": 5064,
            "identifier": "UBERON:0001769",
            "identifier_type": "str",
            "name": "iris",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/UBERON_0001769",
                "bto_id": "BTO:0000653",
                "source": "Uberon",
                "license": "CC BY 3.0",
                "mesh_id": "D007498"
            },
            "metanode": "Anatomy"
        },
        {
            "id": 5065,
            "identifier": "GO:0022618",
            "identifier_type": "str",
            "name": "ribonucleoprotein complex assembly",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0022618",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 5066,
            "identifier": "GO:0008593",
            "identifier_type": "str",
            "name": "regulation of Notch signaling pathway",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0008593",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 5067,
            "identifier": "6643",
            "identifier_type": "int",
            "name": "SNX2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/6643",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "5",
                "description": "sorting nexin 2"
            },
            "metanode": "Gene"
        },
        {
            "id": 5068,
            "identifier": "GO:0071830",
            "identifier_type": "str",
            "name": "triglyceride-rich lipoprotein particle clearance",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0071830",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 5069,
            "identifier": "55432",
            "identifier_type": "int",
            "name": "YOD1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/55432",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "YOD1 deubiquitinase"
            },
            "metanode": "Gene"
        },
        {
            "id": 5070,
            "identifier": "29057",
            "identifier_type": "int",
            "name": "FAM156A",
            "properties": {
                "url": "http://identifiers.org/ncbigene/29057",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "X",
                "description": "family with sequence similarity 156, member A"
            },
            "metanode": "Gene"
        },
        {
            "id": 5071,
            "identifier": "UBERON:0001404",
            "identifier_type": "str",
            "name": "radial artery",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/UBERON_0001404",
                "source": "Uberon",
                "license": "CC BY 3.0",
                "mesh_id": "D017534"
            },
            "metanode": "Anatomy"
        },
        {
            "id": 5072,
            "identifier": "4184",
            "identifier_type": "int",
            "name": "SMCP",
            "properties": {
                "url": "http://identifiers.org/ncbigene/4184",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "sperm mitochondria-associated cysteine-rich protein"
            },
            "metanode": "Gene"
        },
        {
            "id": 5073,
            "identifier": "105371184",
            "identifier_type": "int",
            "name": "LOC105371184",
            "properties": {
                "url": "http://identifiers.org/ncbigene/105371184",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "16",
                "description": "collagen alpha-1(I) chain-like"
            },
            "metanode": "Gene"
        },
        {
            "id": 5074,
            "identifier": "242",
            "identifier_type": "int",
            "name": "ALOX12B",
            "properties": {
                "url": "http://identifiers.org/ncbigene/242",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "17",
                "description": "arachidonate 12-lipoxygenase, 12R type"
            },
            "metanode": "Gene"
        },
        {
            "id": 5075,
            "identifier": "8749",
            "identifier_type": "int",
            "name": "ADAM18",
            "properties": {
                "url": "http://identifiers.org/ncbigene/8749",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "8",
                "description": "ADAM metallopeptidase domain 18"
            },
            "metanode": "Gene"
        },
        {
            "id": 5076,
            "identifier": "GO:0097499",
            "identifier_type": "str",
            "name": "protein localization to nonmotile primary cilium",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0097499",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 5077,
            "identifier": "343578",
            "identifier_type": "int",
            "name": "ARHGAP40",
            "properties": {
                "url": "http://identifiers.org/ncbigene/343578",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "20",
                "description": "Rho GTPase activating protein 40"
            },
            "metanode": "Gene"
        },
        {
            "id": 5078,
            "identifier": "105378176",
            "identifier_type": "int",
            "name": "LOC105378176",
            "properties": {
                "url": "http://identifiers.org/ncbigene/105378176",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "14",
                "description": "proline-rich receptor-like protein kinase PERK2"
            },
            "metanode": "Gene"
        },
        {
            "id": 5079,
            "identifier": "GO:0060449",
            "identifier_type": "str",
            "name": "bud elongation involved in lung branching",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0060449",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 5080,
            "identifier": "2583",
            "identifier_type": "int",
            "name": "B4GALNT1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/2583",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "12",
                "description": "beta-1,4-N-acetyl-galactosaminyl transferase 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 5081,
            "identifier": "11330",
            "identifier_type": "int",
            "name": "CTRC",
            "properties": {
                "url": "http://identifiers.org/ncbigene/11330",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "chymotrypsin C (caldecrin)"
            },
            "metanode": "Gene"
        },
        {
            "id": 5082,
            "identifier": "139065",
            "identifier_type": "int",
            "name": "SLITRK4",
            "properties": {
                "url": "http://identifiers.org/ncbigene/139065",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "X",
                "description": "SLIT and NTRK-like family, member 4"
            },
            "metanode": "Gene"
        },
        {
            "id": 5083,
            "identifier": "GO:0047179",
            "identifier_type": "str",
            "name": "platelet-activating factor acetyltransferase activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0047179",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 5084,
            "identifier": "C0232695",
            "identifier_type": "str",
            "name": "Bowel sounds decreased",
            "properties": {
                "url": "http://identifiers.org/umls/C0232695",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 5085,
            "identifier": "GO:0098534",
            "identifier_type": "str",
            "name": "centriole assembly",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0098534",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 5086,
            "identifier": "GO:0021695",
            "identifier_type": "str",
            "name": "cerebellar cortex development",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0021695",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 5087,
            "identifier": "5036",
            "identifier_type": "int",
            "name": "PA2G4",
            "properties": {
                "url": "http://identifiers.org/ncbigene/5036",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "12",
                "description": "proliferation-associated 2G4, 38kDa"
            },
            "metanode": "Gene"
        },
        {
            "id": 5088,
            "identifier": "GO:0042256",
            "identifier_type": "str",
            "name": "mature ribosome assembly",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0042256",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        }
    ]
}