Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • C Cspec Registry
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Monitor
    • Monitor
    • Incidents
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Create a new issue
  • Issue Boards
Collapse sidebar
  • ClinGenClinGen
  • cspec
  • Cspec Registry
  • Wiki
  • CSpec Registry API

CSpec Registry API · Changes

Page history
Update CSpec Registry API authored Aug 08, 2022 by Neethu Shah's avatar Neethu Shah
Show whitespace changes
Inline Side-by-side
CSpec-Registry-API.md
View page @ 62b094b1
Overview of CSpec Registry API services
<table>
<tr>
<td>
**Endpoints**
</td>
<td>
**Description**
</td>
<td>
**Example**
</td>
</tr>
<tr>
<td>
**/srvc**
</td>
<td>
<span dir="">CSpec Service; lists all entity types and counts</span>
</td>
<td>
[<span dir="">https://cspec.genome.network/cspec/srvc</span>](https://cspec.genome.network/cspec/srvc)<span dir=""> </span>
</td>
</tr>
<tr>
<td>
**/id/{val}**
</td>
<td>
<span dir="">Non-specific identity-based lookup</span>
</td>
<td>
[<span dir="">https://cspec.genome.network/cspec/id/GN016</span>](https://cspec.genome.network/cspec/id/GN016)<span dir=""> </span>
</td>
</tr>
<tr>
<td>
**/{type}**
</td>
<td>
<span dir="">Get info about an CSpec entity type</span>
</td>
<td>
[<span dir="">https://cspec.genome.network/cspec/SequenceVariantInterpretation</span>](https://cspec.genome.network/cspec/SequenceVariantInterpretation)<span dir=""> </span>
</td>
</tr>
<tr>
<td>
**/{type}/id**
</td>
<td>
<span dir="">Paged list; Batch entity retrieval</span>
</td>
<td>
[<span dir="">https://cspec.genome.network/cspec/SequenceVariantInterpretation/id</span>](https://cspec.genome.network/cspec/SequenceVariantInterpretation/id)<span dir=""> </span>
</td>
</tr>
<tr>
<td>
**/{type}/id/{val}**
</td>
<td>
<span dir="">Specific identity-based lookup for an entity type</span>
</td>
<td>
[<span dir="">https://cspec.genome.network/cspec/SequenceVariantInterpretation/id/GN016</span>](https://cspec.genome.network/cspec/SequenceVariantInterpretation/id/GN016)<span dir=""> </span>
</td>
</tr>
<tr>
<td>
**/{type}/id/{val}/ld** <br>**/{type}/id/{val}/ldFor**
</td>
<td>
<span dir="">Get LD for an entity or get entities for which this one IS LD</span>
</td>
<td>
[<span dir="">https://cspec.genome.network/cspec/SequenceVariantInterpretation/id/GN016/ld</span>](https://cspec.genome.network/cspec/SequenceVariantInterpretation/id/GN016/ld)<span dir=""> </span>
[<span dir="">https://cspec.genome.network/cspec/SequenceVariantInterpretation/id/GN016/ldFor</span>](https://cspec.genome.network/cspec/SequenceVariantInterpretation/id/GN016/ldFor)<span dir=""> </span>
</td>
</tr>
<tr>
<td>
**/{type}/id/{val}/types** <br>**/{type}/id/{val}/types/ld** <br>**/{type}/id/{val}/types/ldFor**
</td>
<td>
<span dir="">Get the list of types for an entity or get types of LD an entity has or types it is LD for; includes entity counts</span>
</td>
<td>
[<span dir="">https://cspec.genome.network/cspec/SequenceVariantInterpretation/id/GN016/types</span>](https://cspec.genome.network/cspec/SequenceVariantInterpretation/id/GN016/types)
[<span dir="">https://cspec.genome.network/cspec/SequenceVariantInterpretation/id/GN016/types/ld</span>](https://cspec.genome.network/cspec/SequenceVariantInterpretation/id/GN016/types/ld)
[<span dir="">https://cspec.genome.network/cspec/SequenceVariantInterpretation/id/GN016/types/ldFor</span>](https://cspec.genome.network/cspec/SequenceVariantInterpretation/id/GN016/types/ldFor)
</td>
</tr>
</table>
Clone repository
  • ACMG+AMP+CAP+ClinGen v4 Specifications
  • CSpec Registry API
    • Versions
  • CSpec Registry Data Streams
  • Markdown and Citations
  • Home