Genelists
# Gene Lists (moved into Shared Data documentation)
The Gene List resource contains immunologically relevant gene-lists curated from Reactome and GO. The resource is available as JSON, TXT and GMT files on ImmPort's release S3 bucket. This page consolidates the GeneList API information under the Shared Data section.
## Available formats
1. json - https://s3.immport.org/release/genelists/current/all_gene_lists.json
2. txt - https://s3.immport.org/release/genelists/current/all_gene_lists.txt
3. gmt - https://s3.immport.org/release/genelists/current/all_gene_lists.gmt
### Download (examples)
```
curl https://s3.immport.org/release/genelists/current/all_gene_lists.json -o all_gene_lists.json
wget https://s3.immport.org/release/genelists/current/all_gene_lists.json
```
### Individual lists
Base URL: https://s3.immport.org/release/genelists/current/
Examples
```
curl https://s3.immport.org/release/genelists/current/GO:0090716.json -o GO:0090716.json
wget https://s3.immport.org/release/genelists/current/R-HSA-879415.json
```
If you previously linked to the old GeneList page, use this page under the Shared Data API section going forward.