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=31700
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=31725",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=31675",
    "results": [
        {
            "id": 31694,
            "identifier": "WP2816_r76465",
            "identifier_type": "str",
            "name": "Felbamate Metabolism",
            "properties": {
                "url": "http://www.wikipathways.org/instance/WP2816_r76465",
                "source": "WikiPathways",
                "license": "CC BY 3.0"
            },
            "metanode": "Pathway"
        },
        {
            "id": 31695,
            "identifier": "285679",
            "identifier_type": "int",
            "name": "C5orf60",
            "properties": {
                "url": "http://identifiers.org/ncbigene/285679",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "5",
                "description": "chromosome 5 open reading frame 60"
            },
            "metanode": "Gene"
        },
        {
            "id": 31696,
            "identifier": "8021",
            "identifier_type": "int",
            "name": "NUP214",
            "properties": {
                "url": "http://identifiers.org/ncbigene/8021",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "9",
                "description": "nucleoporin 214kDa"
            },
            "metanode": "Gene"
        },
        {
            "id": 31697,
            "identifier": "84247",
            "identifier_type": "int",
            "name": "LDOC1L",
            "properties": {
                "url": "http://identifiers.org/ncbigene/84247",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "22",
                "description": "leucine zipper, down-regulated in cancer 1-like"
            },
            "metanode": "Gene"
        },
        {
            "id": 31698,
            "identifier": "114787",
            "identifier_type": "int",
            "name": "GPRIN1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/114787",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "5",
                "description": "G protein regulated inducer of neurite outgrowth 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 31844,
            "identifier": "PC7_2469",
            "identifier_type": "str",
            "name": "Cap-dependent Translation Initiation",
            "properties": {
                "source": "Reactome via Pathway Commons",
                "license": "CC BY 4.0"
            },
            "metanode": "Pathway"
        },
        {
            "id": 31699,
            "identifier": "GO:0010716",
            "identifier_type": "str",
            "name": "negative regulation of extracellular matrix disassembly",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0010716",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 31700,
            "identifier": "GO:0070071",
            "identifier_type": "str",
            "name": "proton-transporting two-sector ATPase complex assembly",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0070071",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 31701,
            "identifier": "145957",
            "identifier_type": "int",
            "name": "NRG4",
            "properties": {
                "url": "http://identifiers.org/ncbigene/145957",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "15",
                "description": "neuregulin 4"
            },
            "metanode": "Gene"
        },
        {
            "id": 31702,
            "identifier": "C0013418",
            "identifier_type": "str",
            "name": "Abnormal labour",
            "properties": {
                "url": "http://identifiers.org/umls/C0013418",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 31703,
            "identifier": "C0238097",
            "identifier_type": "str",
            "name": "Encephalitis cytomegalovirus",
            "properties": {
                "url": "http://identifiers.org/umls/C0238097",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 31704,
            "identifier": "GO:0046880",
            "identifier_type": "str",
            "name": "regulation of follicle-stimulating hormone secretion",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0046880",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 31705,
            "identifier": "GO:0009785",
            "identifier_type": "str",
            "name": "blue light signaling pathway",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0009785",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 31706,
            "identifier": "GO:1901164",
            "identifier_type": "str",
            "name": "negative regulation of trophoblast cell migration",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_1901164",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 31707,
            "identifier": "100533178",
            "identifier_type": "int",
            "name": "PRORY",
            "properties": {
                "url": "http://identifiers.org/ncbigene/100533178",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "Y",
                "description": "proline rich, Y-linked"
            },
            "metanode": "Gene"
        },
        {
            "id": 31708,
            "identifier": "9717",
            "identifier_type": "int",
            "name": "SEC14L5",
            "properties": {
                "url": "http://identifiers.org/ncbigene/9717",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "16",
                "description": "SEC14-like 5 (S. cerevisiae)"
            },
            "metanode": "Gene"
        },
        {
            "id": 31709,
            "identifier": "PC7_2392",
            "identifier_type": "str",
            "name": "Ca-dependent events",
            "properties": {
                "source": "Reactome via Pathway Commons",
                "license": "CC BY 4.0"
            },
            "metanode": "Pathway"
        },
        {
            "id": 31710,
            "identifier": "UBERON:0001296",
            "identifier_type": "str",
            "name": "myometrium",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/UBERON_0001296",
                "bto_id": "BTO:0000907",
                "source": "Uberon",
                "license": "CC BY 3.0",
                "mesh_id": "D009215"
            },
            "metanode": "Anatomy"
        },
        {
            "id": 31711,
            "identifier": "GO:0031838",
            "identifier_type": "str",
            "name": "haptoglobin-hemoglobin complex",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0031838",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Cellular Component"
        },
        {
            "id": 31712,
            "identifier": "UBERON:0001860",
            "identifier_type": "str",
            "name": "endolymphatic duct",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/UBERON_0001860",
                "source": "Uberon",
                "license": "CC BY 3.0",
                "mesh_id": "D004711"
            },
            "metanode": "Anatomy"
        },
        {
            "id": 31713,
            "identifier": "83857",
            "identifier_type": "int",
            "name": "TMTC1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/83857",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "12",
                "description": "transmembrane and tetratricopeptide repeat containing 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 31714,
            "identifier": "GO:0047484",
            "identifier_type": "str",
            "name": "regulation of response to osmotic stress",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0047484",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 31715,
            "identifier": "30009",
            "identifier_type": "int",
            "name": "TBX21",
            "properties": {
                "url": "http://identifiers.org/ncbigene/30009",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "17",
                "description": "T-box 21"
            },
            "metanode": "Gene"
        },
        {
            "id": 31716,
            "identifier": "6004",
            "identifier_type": "int",
            "name": "RGS16",
            "properties": {
                "url": "http://identifiers.org/ncbigene/6004",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "regulator of G-protein signaling 16"
            },
            "metanode": "Gene"
        },
        {
            "id": 31717,
            "identifier": "GO:1901136",
            "identifier_type": "str",
            "name": "carbohydrate derivative catabolic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_1901136",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        }
    ]
}