STRING · Example Payload

Get String Ids

Example: Map human gene names TP53, EGFR, and BRCA1 to STRING identifiers

BioinformaticsProteinsGenomicsLife SciencesResearchOpen Data

Get String Ids is an example object payload from STRING, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

descriptionrequestresponse

Example Payload

Raw ↑
{
  "description": "Example: Map human gene names TP53, EGFR, and BRCA1 to STRING identifiers",
  "request": {
    "method": "GET",
    "url": "https://string-db.org/api/json/get_string_ids",
    "parameters": {
      "identifiers": "TP53%0dEGFR%0dBRCA1",
      "species": 9606,
      "caller_identity": "example_pipeline"
    }
  },
  "response": [
    {
      "queryIndex": 0,
      "stringId": "9606.ENSP00000269305",
      "ncbiTaxonId": 9606,
      "taxonName": "Homo sapiens",
      "preferredName": "TP53",
      "annotation": "Cellular tumor antigen p53; Acts as a tumor suppressor in many tumor types"
    },
    {
      "queryIndex": 1,
      "stringId": "9606.ENSP00000275493",
      "ncbiTaxonId": 9606,
      "taxonName": "Homo sapiens",
      "preferredName": "EGFR",
      "annotation": "Epidermal growth factor receptor; Receptor tyrosine kinase"
    },
    {
      "queryIndex": 2,
      "stringId": "9606.ENSP00000380152",
      "ncbiTaxonId": 9606,
      "taxonName": "Homo sapiens",
      "preferredName": "BRCA1",
      "annotation": "Breast cancer type 1 susceptibility protein; DNA repair"
    }
  ]
}

Work with this as data

Every example here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This example
curl "https://apis.io/api/v1/examples/get-string-ids"
All examples
curl "https://apis.io/api/v1/examples?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.