← Back to variant description

GeneBe API Showcase

This page demonstrates how to use the GeneBe API to query variant information. The API provides programmatic access to genomic annotations and variant data.

API presented here should be used for checking single variants. If you want to check many variants at once, please use other API endpoints that you will find in the documentation.

Documentation & Advanced Usage

Complete API documentation:docs.genebe.net/docs/api/overview/

Interactive endpoint tester:api.genebe.net/cloud/gb-api-doc/swagger-ui/

Python client for pandas:pypi.org/project/genebe/

Java CLI for VCF files:github.com/pstawinski/genebe-cli

All tools documented at:docs.genebe.net

API Request Examples for Variant: 12-120739141-A-G (hg38)

Bash / cURL Example

bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=12&pos=120739141&ref=A&alt=G&genome=hg38&allGenes=true"

API Response

json
{
  "variants": [
    {
      "chr": "12",
      "pos": 120739141,
      "ref": "A",
      "alt": "G",
      "effect": "missense_variant,splice_region_variant",
      "transcript": "ENST00000242592.9",
      "consequences": [
        {
          "aa_ref": "E",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant",
            "splice_region_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ACADS",
          "gene_hgnc_id": 90,
          "hgvs_c": "c.1031A>G",
          "hgvs_p": "p.Glu344Gly",
          "transcript": "NM_000017.4",
          "protein_id": "NP_000008.1",
          "transcript_support_level": null,
          "aa_start": 344,
          "aa_end": null,
          "aa_length": 412,
          "cds_start": 1031,
          "cds_end": null,
          "cds_length": 1239,
          "cdna_start": 1091,
          "cdna_end": null,
          "cdna_length": 1859,
          "mane_select": "ENST00000242592.9",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "E",
          "aa_alt": "G",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant",
            "splice_region_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ACADS",
          "gene_hgnc_id": 90,
          "hgvs_c": "c.1031A>G",
          "hgvs_p": "p.Glu344Gly",
          "transcript": "ENST00000242592.9",
          "protein_id": "ENSP00000242592.4",
          "transcript_support_level": 1,
          "aa_start": 344,
          "aa_end": null,
          "aa_length": 412,
          "cds_start": 1031,
          "cds_end": null,
          "cds_length": 1239,
          "cdna_start": 1091,
          "cdna_end": null,
          "cdna_length": 1859,
          "mane_select": "NM_000017.4",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "E",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant",
            "splice_region_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ACADS",
          "gene_hgnc_id": 90,
          "hgvs_c": "c.1019A>G",
          "hgvs_p": "p.Glu340Gly",
          "transcript": "NM_001302554.2",
          "protein_id": "NP_001289483.1",
          "transcript_support_level": null,
          "aa_start": 340,
          "aa_end": null,
          "aa_length": 408,
          "cds_start": 1019,
          "cds_end": null,
          "cds_length": 1227,
          "cdna_start": 1079,
          "cdna_end": null,
          "cdna_length": 1847,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "E",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant",
            "splice_region_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ACADS",
          "gene_hgnc_id": 90,
          "hgvs_c": "c.1019A>G",
          "hgvs_p": "p.Glu340Gly",
          "transcript": "ENST00000411593.2",
          "protein_id": "ENSP00000401045.2",
          "transcript_support_level": 2,
          "aa_start": 340,
          "aa_end": null,
          "aa_length": 408,
          "cds_start": 1019,
          "cds_end": null,
          "cds_length": 1227,
          "cdna_start": 1044,
          "cdna_end": null,
          "cdna_length": 1398,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "ENSG00000255946",
          "gene_hgnc_id": null,
          "hgvs_c": "n.305-8853T>C",
          "hgvs_p": null,
          "transcript": "ENST00000724268.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 644,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "ACADS",
      "gene_hgnc_id": 90,
      "dbsnp": "rs387906950",
      "frequency_reference_population": 0.00005021786,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 81,
      "gnomad_exomes_af": 0.0000527122,
      "gnomad_genomes_af": 0.0000262795,
      "gnomad_exomes_ac": 77,
      "gnomad_genomes_ac": 4,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.847040593624115,
      "computational_prediction_selected": "Pathogenic",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0.6740000247955322,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "dbscSNV1_RF",
      "revel_score": 0.971,
      "revel_prediction": "Pathogenic",
      "alphamissense_score": 0.6343,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": 0.51,
      "bayesdelnoaf_prediction": "Pathogenic",
      "phylop100way_score": 6.597,
      "phylop100way_prediction": "Uncertain_significance",
      "spliceai_max_score": 0.11,
      "spliceai_max_prediction": "Benign",
      "dbscsnv_ada_score": 0.662433586714593,
      "dbscsnv_ada_prediction": "Benign",
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": 11,
      "acmg_classification": "Pathogenic",
      "acmg_criteria": "PP2,PP3_Moderate,PP5_Very_Strong",
      "acmg_by_gene": [
        {
          "score": 11,
          "benign_score": 0,
          "pathogenic_score": 11,
          "criteria": [
            "PP2",
            "PP3_Moderate",
            "PP5_Very_Strong"
          ],
          "verdict": "Pathogenic",
          "transcript": "ENST00000242592.9",
          "gene_symbol": "ACADS",
          "hgnc_id": 90,
          "effects": [
            "missense_variant",
            "splice_region_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.1031A>G",
          "hgvs_p": "p.Glu344Gly"
        },
        {
          "score": 10,
          "benign_score": 0,
          "pathogenic_score": 10,
          "criteria": [
            "PP3_Moderate",
            "PP5_Very_Strong"
          ],
          "verdict": "Pathogenic",
          "transcript": "ENST00000724268.1",
          "gene_symbol": "ENSG00000255946",
          "hgnc_id": null,
          "effects": [
            "intron_variant"
          ],
          "inheritance_mode": "",
          "hgvs_c": "n.305-8853T>C",
          "hgvs_p": null
        }
      ],
      "clinvar_disease": "ACADS-related disorder,Deficiency of butyryl-CoA dehydrogenase",
      "clinvar_classification": "Pathogenic/Likely pathogenic",
      "clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
      "clinvar_submissions_summary": "P:5 LP:2",
      "phenotype_combined": "Deficiency of butyryl-CoA dehydrogenase|ACADS-related disorder",
      "pathogenicity_classification_combined": "Pathogenic/Likely pathogenic",
      "custom_annotations": null
    }
  ],
  "message": null
}