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=24775
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=24800",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=24750",
    "results": [
        {
            "id": 24769,
            "identifier": "GO:0070571",
            "identifier_type": "str",
            "name": "negative regulation of neuron projection regeneration",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0070571",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 24770,
            "identifier": "105379473",
            "identifier_type": "int",
            "name": "LOC105379473",
            "properties": {
                "url": "http://identifiers.org/ncbigene/105379473",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "16",
                "description": "uncharacterized LOC105379473"
            },
            "metanode": "Gene"
        },
        {
            "id": 24771,
            "identifier": "GO:0035088",
            "identifier_type": "str",
            "name": "establishment or maintenance of apical/basal cell polarity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0035088",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 24772,
            "identifier": "101060376",
            "identifier_type": "int",
            "name": "TBC1D3L",
            "properties": {
                "url": "http://identifiers.org/ncbigene/101060376",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "17",
                "description": "TBC1 domain family, member 3L"
            },
            "metanode": "Gene"
        },
        {
            "id": 24773,
            "identifier": "GO:0006693",
            "identifier_type": "str",
            "name": "prostaglandin metabolic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0006693",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 24774,
            "identifier": "GO:0016580",
            "identifier_type": "str",
            "name": "Sin3 complex",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0016580",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Cellular Component"
        },
        {
            "id": 24775,
            "identifier": "GO:0080008",
            "identifier_type": "str",
            "name": "Cul4-RING E3 ubiquitin ligase complex",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0080008",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Cellular Component"
        },
        {
            "id": 24776,
            "identifier": "284119",
            "identifier_type": "int",
            "name": "PTRF",
            "properties": {
                "url": "http://identifiers.org/ncbigene/284119",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "17",
                "description": "polymerase I and transcript release factor"
            },
            "metanode": "Gene"
        },
        {
            "id": 24777,
            "identifier": "2237",
            "identifier_type": "int",
            "name": "FEN1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/2237",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "11",
                "description": "flap structure-specific endonuclease 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 24778,
            "identifier": "GO:0019199",
            "identifier_type": "str",
            "name": "transmembrane receptor protein kinase activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0019199",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 24779,
            "identifier": "PC7_6871",
            "identifier_type": "str",
            "name": "Regulated proteolysis of p75NTR",
            "properties": {
                "source": "Reactome via Pathway Commons",
                "license": "CC BY 4.0"
            },
            "metanode": "Pathway"
        },
        {
            "id": 24780,
            "identifier": "C0015376",
            "identifier_type": "str",
            "name": "Extravasation",
            "properties": {
                "url": "http://identifiers.org/umls/C0015376",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 24781,
            "identifier": "4818",
            "identifier_type": "int",
            "name": "NKG7",
            "properties": {
                "url": "http://identifiers.org/ncbigene/4818",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "19",
                "description": "natural killer cell granule protein 7"
            },
            "metanode": "Gene"
        },
        {
            "id": 24782,
            "identifier": "C0022073",
            "identifier_type": "str",
            "name": "Iridocyclitis",
            "properties": {
                "url": "http://identifiers.org/umls/C0022073",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 24783,
            "identifier": "C0022573",
            "identifier_type": "str",
            "name": "Keratoconjunctivitis",
            "properties": {
                "url": "http://identifiers.org/umls/C0022573",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 24784,
            "identifier": "GO:0006710",
            "identifier_type": "str",
            "name": "androgen catabolic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0006710",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 24785,
            "identifier": "146850",
            "identifier_type": "int",
            "name": "PIK3R6",
            "properties": {
                "url": "http://identifiers.org/ncbigene/146850",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "17",
                "description": "phosphoinositide-3-kinase, regulatory subunit 6"
            },
            "metanode": "Gene"
        },
        {
            "id": 24786,
            "identifier": "DB00650",
            "identifier_type": "str",
            "name": "Leucovorin",
            "properties": {
                "url": "http://www.drugbank.ca/drugs/DB00650",
                "inchi": "InChI=1S/C20H23N7O7/c21-20-25-16-15(18(32)26-20)27(9-28)12(8-23-16)7-22-11-3-1-10(2-4-11)17(31)24-13(19(33)34)5-6-14(29)30/h1-4,9,12-13,22H,5-8H2,(H,24,31)(H,29,30)(H,33,34)(H4,21,23,25,26,32)/t12-,13-/m0/s1",
                "source": "DrugBank",
                "license": "CC BY-NC 4.0",
                "inchikey": "InChIKey=VVIAGPKUTFNRDU-STQMWFEESA-N"
            },
            "metanode": "Compound"
        },
        {
            "id": 24787,
            "identifier": "GO:0097272",
            "identifier_type": "str",
            "name": "ammonia homeostasis",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0097272",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 24788,
            "identifier": "C0233477",
            "identifier_type": "str",
            "name": "Dysphoria",
            "properties": {
                "url": "http://identifiers.org/umls/C0233477",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 24789,
            "identifier": "25996",
            "identifier_type": "int",
            "name": "REXO2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/25996",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "11",
                "description": "RNA exonuclease 2"
            },
            "metanode": "Gene"
        },
        {
            "id": 24790,
            "identifier": "GO:0050957",
            "identifier_type": "str",
            "name": "equilibrioception",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0050957",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 24791,
            "identifier": "55666",
            "identifier_type": "int",
            "name": "NPLOC4",
            "properties": {
                "url": "http://identifiers.org/ncbigene/55666",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "17",
                "description": "nuclear protein localization 4 homolog (S. cerevisiae)"
            },
            "metanode": "Gene"
        },
        {
            "id": 24792,
            "identifier": "GO:0001163",
            "identifier_type": "str",
            "name": "RNA polymerase I regulatory region sequence-specific DNA binding",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0001163",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 24793,
            "identifier": "GO:0016137",
            "identifier_type": "str",
            "name": "glycoside metabolic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0016137",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        }
    ]
}