{"id":19212762,"url":"https://github.com/riyavsinha/ensembl-node-api","last_synced_at":"2026-05-14T08:43:11.573Z","repository":{"id":191119137,"uuid":"683902479","full_name":"riyavsinha/ensembl-node-api","owner":"riyavsinha","description":"Unofficial NodeJS API client for Ensembl's REST API","archived":false,"fork":false,"pushed_at":"2023-09-23T09:44:19.000Z","size":26,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-04T17:32:40.518Z","etag":null,"topics":["api","ensembl","genomics","nodejs"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/riyavsinha.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-08-28T02:59:26.000Z","updated_at":"2023-09-17T20:04:52.000Z","dependencies_parsed_at":"2024-11-09T13:47:58.351Z","dependency_job_id":null,"html_url":"https://github.com/riyavsinha/ensembl-node-api","commit_stats":null,"previous_names":["riyavsinha/ensembl-node-api"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/riyavsinha%2Fensembl-node-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/riyavsinha%2Fensembl-node-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/riyavsinha%2Fensembl-node-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/riyavsinha%2Fensembl-node-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/riyavsinha","download_url":"https://codeload.github.com/riyavsinha/ensembl-node-api/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240286520,"owners_count":19777353,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","ensembl","genomics","nodejs"],"created_at":"2024-11-09T13:47:54.425Z","updated_at":"2025-11-14T08:02:52.693Z","avatar_url":"https://github.com/riyavsinha.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ensembl-node-api\n\nUnofficial NodeJS API client for Ensembl's REST API\n\nIt is extremely limited in scope currently. Help is welcome to incrementally expand it. See [Supported Endpoints](#supported-endpoints) for a list of endpoints that are currently supported.\n\nThis client supports automatic rate-limiting per the [Ensembl REST API documentation](https://github.com/Ensembl/ensembl-rest/wiki/Rate-Limits).\n\n## Usage\n\n### Installation\n\n```\nnpm install ensembl-node-api\n```\n\n### Example\n\n```\nimport { EnsemblClient } from 'ensembl-node-api';\n\nconst client = new EnsemblClient();\nconsole.log(await client.xref.externalSymbol({\n  species: 'human',\n  symbol: 'BRCA2'\n}))\n```\n\n## Supported Endpoints\n\n- [ ] Archive\n- [ ] Comparative Genomics\n- [x] Cross References\n  - [x] ID\n  - [x] Name\n  - [x] Symbol\n- [ ] Information\n- [x] Linkage Disequilibrium\n  - [x] For variant\n  - [x] For region\n  - [x] Pairwise\n- [ ] Lookup\n  - [x] Id\n  - [ ] Ids\n  - [ ] Symbol\n  - [ ] Symbols\n- [ ] Mapping\n- [ ] Ontologies and Taxonomy\n- [ ] Phenotype Annotations\n- [ ] Overlap\n- [ ] Regulation\n- [ ] Sequence\n- [ ] Transcript Haplotypes\n- [ ] VEP\n- [ ] Variation\n- [ ] Variation GA4GH\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Friyavsinha%2Fensembl-node-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Friyavsinha%2Fensembl-node-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Friyavsinha%2Fensembl-node-api/lists"}