| Endpoint | Method | Description |
|---|---|---|
/ws/ |
GET | Search identifiers |
/ws/map/ |
GET | Map through dataset chains |
/ws/entry/ |
GET | Get full entry details |
/ws/meta |
GET | List all datasets |
GET /ws/?i={terms}&s={dataset}&mode={full|lite}&p={page}
Parameters:
i(required): Comma-separated identifierss(optional): Filter to specific datasetmode(optional):full(default) orlitep(optional): Pagination token
Example:
curl "http://localhost:9292/ws/?i=P04637&mode=lite"GET /ws/map/?i={terms}&m={chain}&mode={full|lite}&p={page}
Parameters:
i(required): Comma-separated identifiersm(required): Mapping chain (e.g.,>>ensembl>>uniprot)mode(optional):full(default) orlitep(optional): Pagination token
Example:
curl "http://localhost:9292/ws/map/?i=TP53&m=>>ensembl>>uniprot&mode=lite"GET /ws/entry/?i={identifier}&s={dataset}
Parameters:
i(required): Single identifiers(required): Dataset name
Example:
curl "http://localhost:9292/ws/entry/?i=P04637&s=uniprot"GET /ws/meta
Returns list of all available datasets.
- full: Complete data with all attributes
- lite: Compact IDs-only (~50x smaller, for AI agents)