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=30075
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=30100",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=30050",
    "results": [
        {
            "id": 30069,
            "identifier": "D014202",
            "identifier_type": "str",
            "name": "Tremor",
            "properties": {
                "url": "http://identifiers.org/mesh/D014202",
                "source": "MeSH",
                "license": "CC0 1.0"
            },
            "metanode": "Symptom"
        },
        {
            "id": 30070,
            "identifier": "GO:0031781",
            "identifier_type": "str",
            "name": "type 3 melanocortin receptor binding",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0031781",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 30071,
            "identifier": "GO:0019003",
            "identifier_type": "str",
            "name": "GDP binding",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0019003",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 30072,
            "identifier": "78988",
            "identifier_type": "int",
            "name": "MRPL57",
            "properties": {
                "url": "http://identifiers.org/ncbigene/78988",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "13",
                "description": "mitochondrial ribosomal protein L57"
            },
            "metanode": "Gene"
        },
        {
            "id": 30073,
            "identifier": "DOID:9074",
            "identifier_type": "str",
            "name": "systemic lupus erythematosus",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/DOID_9074",
                "source": "Disease Ontology",
                "license": "CC BY 3.0"
            },
            "metanode": "Disease"
        },
        {
            "id": 30074,
            "identifier": "GO:0010983",
            "identifier_type": "str",
            "name": "positive regulation of high-density lipoprotein particle clearance",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0010983",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 30075,
            "identifier": "D011697",
            "identifier_type": "str",
            "name": "Purpura, Thrombotic Thrombocytopenic",
            "properties": {
                "url": "http://identifiers.org/mesh/D011697",
                "source": "MeSH",
                "license": "CC0 1.0"
            },
            "metanode": "Symptom"
        },
        {
            "id": 30076,
            "identifier": "C0271441",
            "identifier_type": "str",
            "name": "Otitis media chronic",
            "properties": {
                "url": "http://identifiers.org/umls/C0271441",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 30077,
            "identifier": "6690",
            "identifier_type": "int",
            "name": "SPINK1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/6690",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "5",
                "description": "serine peptidase inhibitor, Kazal type 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 30078,
            "identifier": "GO:0046058",
            "identifier_type": "str",
            "name": "cAMP metabolic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0046058",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 30079,
            "identifier": "C0741983",
            "identifier_type": "str",
            "name": "Carotid sinus hypersensitivity",
            "properties": {
                "url": "http://identifiers.org/umls/C0741983",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 30080,
            "identifier": "91647",
            "identifier_type": "int",
            "name": "ATPAF2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/91647",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "17",
                "description": "ATP synthase mitochondrial F1 complex assembly factor 2"
            },
            "metanode": "Gene"
        },
        {
            "id": 30081,
            "identifier": "105377131",
            "identifier_type": "int",
            "name": "LOC105377131",
            "properties": {
                "url": "http://identifiers.org/ncbigene/105377131",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "3",
                "description": "putative uncharacterized protein YIL100C-A"
            },
            "metanode": "Gene"
        },
        {
            "id": 30082,
            "identifier": "GO:0005976",
            "identifier_type": "str",
            "name": "polysaccharide metabolic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0005976",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 30083,
            "identifier": "UBERON:0002397",
            "identifier_type": "str",
            "name": "maxilla",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/UBERON_0002397",
                "source": "Uberon",
                "license": "CC BY 3.0",
                "mesh_id": "D008437"
            },
            "metanode": "Anatomy"
        },
        {
            "id": 30084,
            "identifier": "1522",
            "identifier_type": "int",
            "name": "CTSZ",
            "properties": {
                "url": "http://identifiers.org/ncbigene/1522",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "20",
                "description": "cathepsin Z"
            },
            "metanode": "Gene"
        },
        {
            "id": 30085,
            "identifier": "GO:0030820",
            "identifier_type": "str",
            "name": "regulation of cAMP catabolic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0030820",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 30086,
            "identifier": "GO:0048557",
            "identifier_type": "str",
            "name": "embryonic digestive tract morphogenesis",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0048557",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 30087,
            "identifier": "GO:0005683",
            "identifier_type": "str",
            "name": "U7 snRNP",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0005683",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Cellular Component"
        },
        {
            "id": 30088,
            "identifier": "GO:0005774",
            "identifier_type": "str",
            "name": "vacuolar membrane",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0005774",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Cellular Component"
        },
        {
            "id": 30089,
            "identifier": "GO:0019932",
            "identifier_type": "str",
            "name": "second-messenger-mediated signaling",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0019932",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 30090,
            "identifier": "GO:0032271",
            "identifier_type": "str",
            "name": "regulation of protein polymerization",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0032271",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 30091,
            "identifier": "GO:0005198",
            "identifier_type": "str",
            "name": "structural molecule activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0005198",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 30092,
            "identifier": "DB00971",
            "identifier_type": "str",
            "name": "Selenium Sulfide",
            "properties": {
                "url": "http://www.drugbank.ca/drugs/DB00971",
                "inchi": "InChI=1S/SSe/c1-2",
                "source": "DrugBank",
                "license": "CC BY-NC 4.0",
                "inchikey": "InChIKey=VIDTVPHHDGRGAF-UHFFFAOYSA-N"
            },
            "metanode": "Compound"
        },
        {
            "id": 30093,
            "identifier": "8514",
            "identifier_type": "int",
            "name": "KCNAB2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/8514",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "potassium channel, voltage gated subfamily A regulatory beta subunit 2"
            },
            "metanode": "Gene"
        }
    ]
}