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=25100
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=25125",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=25075",
    "results": [
        {
            "id": 25093,
            "identifier": "GO:0042275",
            "identifier_type": "str",
            "name": "error-free postreplication DNA repair",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0042275",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 25094,
            "identifier": "GO:1990837",
            "identifier_type": "str",
            "name": "sequence-specific double-stranded DNA binding",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_1990837",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 25095,
            "identifier": "105377643",
            "identifier_type": "int",
            "name": "LOC105377643",
            "properties": {
                "url": "http://identifiers.org/ncbigene/105377643",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "3",
                "description": "uncharacterized LOC105377643"
            },
            "metanode": "Gene"
        },
        {
            "id": 25096,
            "identifier": "4669",
            "identifier_type": "int",
            "name": "NAGLU",
            "properties": {
                "url": "http://identifiers.org/ncbigene/4669",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "17",
                "description": "N-acetylglucosaminidase, alpha"
            },
            "metanode": "Gene"
        },
        {
            "id": 25097,
            "identifier": "GO:0006622",
            "identifier_type": "str",
            "name": "protein targeting to lysosome",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0006622",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 25098,
            "identifier": "C0004691",
            "identifier_type": "str",
            "name": "Balanoposthitis",
            "properties": {
                "url": "http://identifiers.org/umls/C0004691",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 25099,
            "identifier": "GO:0071287",
            "identifier_type": "str",
            "name": "cellular response to manganese ion",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0071287",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 25100,
            "identifier": "C0035304",
            "identifier_type": "str",
            "name": "Retinal degeneration",
            "properties": {
                "url": "http://identifiers.org/umls/C0035304",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 25101,
            "identifier": "C0149531",
            "identifier_type": "str",
            "name": "Pelvic fracture",
            "properties": {
                "url": "http://identifiers.org/umls/C0149531",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 25103,
            "identifier": "57144",
            "identifier_type": "int",
            "name": "PAK7",
            "properties": {
                "url": "http://identifiers.org/ncbigene/57144",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "20",
                "description": "p21 protein (Cdc42/Rac)-activated kinase 7"
            },
            "metanode": "Gene"
        },
        {
            "id": 25104,
            "identifier": "GO:2001198",
            "identifier_type": "str",
            "name": "regulation of dendritic cell differentiation",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_2001198",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 25105,
            "identifier": "C0272315",
            "identifier_type": "str",
            "name": "Coagulation factor decreased",
            "properties": {
                "url": "http://identifiers.org/umls/C0272315",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 25106,
            "identifier": "GO:0010977",
            "identifier_type": "str",
            "name": "negative regulation of neuron projection development",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0010977",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 25107,
            "identifier": "GO:0032732",
            "identifier_type": "str",
            "name": "positive regulation of interleukin-1 production",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0032732",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 25108,
            "identifier": "GO:0034224",
            "identifier_type": "str",
            "name": "cellular response to zinc ion starvation",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0034224",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 25109,
            "identifier": "26103",
            "identifier_type": "int",
            "name": "LRIT1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/26103",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "10",
                "description": "leucine-rich repeat, immunoglobulin-like and transmembrane domains 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 25110,
            "identifier": "1826",
            "identifier_type": "int",
            "name": "DSCAM",
            "properties": {
                "url": "http://identifiers.org/ncbigene/1826",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "21",
                "description": "Down syndrome cell adhesion molecule"
            },
            "metanode": "Gene"
        },
        {
            "id": 25111,
            "identifier": "100129069",
            "identifier_type": "int",
            "name": "LOC100129069",
            "properties": {
                "url": "http://identifiers.org/ncbigene/100129069",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "11",
                "description": "uncharacterized LOC100129069"
            },
            "metanode": "Gene"
        },
        {
            "id": 25112,
            "identifier": "90025",
            "identifier_type": "int",
            "name": "UBE3D",
            "properties": {
                "url": "http://identifiers.org/ncbigene/90025",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "6",
                "description": "ubiquitin protein ligase E3D"
            },
            "metanode": "Gene"
        },
        {
            "id": 25113,
            "identifier": "GO:0001671",
            "identifier_type": "str",
            "name": "ATPase activator activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0001671",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 25114,
            "identifier": "79178",
            "identifier_type": "int",
            "name": "THTPA",
            "properties": {
                "url": "http://identifiers.org/ncbigene/79178",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "14",
                "description": "thiamine triphosphatase"
            },
            "metanode": "Gene"
        },
        {
            "id": 25115,
            "identifier": "124976",
            "identifier_type": "int",
            "name": "SPNS2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/124976",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "17",
                "description": "spinster homolog 2 (Drosophila)"
            },
            "metanode": "Gene"
        },
        {
            "id": 25116,
            "identifier": "C0007682",
            "identifier_type": "str",
            "name": "Central nervous system disorder",
            "properties": {
                "url": "http://identifiers.org/umls/C0007682",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 25117,
            "identifier": "C0004610",
            "identifier_type": "str",
            "name": "Bacteraemia",
            "properties": {
                "url": "http://identifiers.org/umls/C0004610",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 25118,
            "identifier": "327",
            "identifier_type": "int",
            "name": "APEH",
            "properties": {
                "url": "http://identifiers.org/ncbigene/327",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "3",
                "description": "acylaminoacyl-peptide hydrolase"
            },
            "metanode": "Gene"
        }
    ]
}