← 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: 6-75113256-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=6&pos=75113256&ref=A&alt=G&genome=hg38&allGenes=true"API Response
json
{
  "variants": [
    {
      "chr": "6",
      "pos": 75113256,
      "ref": "A",
      "alt": "G",
      "effect": "missense_variant",
      "transcript": "ENST00000322507.13",
      "consequences": [
        {
          "aa_ref": "V",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 51,
          "exon_rank_end": null,
          "exon_count": 66,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "COL12A1",
          "gene_hgnc_id": 2188,
          "hgvs_c": "c.7898T>C",
          "hgvs_p": "p.Val2633Ala",
          "transcript": "NM_004370.6",
          "protein_id": "NP_004361.3",
          "transcript_support_level": null,
          "aa_start": 2633,
          "aa_end": null,
          "aa_length": 3063,
          "cds_start": 7898,
          "cds_end": null,
          "cds_length": 9192,
          "cdna_start": 8210,
          "cdna_end": null,
          "cdna_length": 11725,
          "mane_select": "ENST00000322507.13",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "A",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 51,
          "exon_rank_end": null,
          "exon_count": 66,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "COL12A1",
          "gene_hgnc_id": 2188,
          "hgvs_c": "c.7898T>C",
          "hgvs_p": "p.Val2633Ala",
          "transcript": "ENST00000322507.13",
          "protein_id": "ENSP00000325146.8",
          "transcript_support_level": 1,
          "aa_start": 2633,
          "aa_end": null,
          "aa_length": 3063,
          "cds_start": 7898,
          "cds_end": null,
          "cds_length": 9192,
          "cdna_start": 8210,
          "cdna_end": null,
          "cdna_length": 11725,
          "mane_select": "NM_004370.6",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 36,
          "exon_rank_end": null,
          "exon_count": 51,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "COL12A1",
          "gene_hgnc_id": 2188,
          "hgvs_c": "c.4406T>C",
          "hgvs_p": "p.Val1469Ala",
          "transcript": "ENST00000345356.10",
          "protein_id": "ENSP00000305147.9",
          "transcript_support_level": 1,
          "aa_start": 1469,
          "aa_end": null,
          "aa_length": 1899,
          "cds_start": 4406,
          "cds_end": null,
          "cds_length": 5700,
          "cdna_start": 4516,
          "cdna_end": null,
          "cdna_length": 5886,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 51,
          "exon_rank_end": null,
          "exon_count": 66,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "COL12A1",
          "gene_hgnc_id": 2188,
          "hgvs_c": "c.7898T>C",
          "hgvs_p": "p.Val2633Ala",
          "transcript": "NM_001424113.1",
          "protein_id": "NP_001411042.1",
          "transcript_support_level": null,
          "aa_start": 2633,
          "aa_end": null,
          "aa_length": 3118,
          "cds_start": 7898,
          "cds_end": null,
          "cds_length": 9357,
          "cdna_start": 8210,
          "cdna_end": null,
          "cdna_length": 10533,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 51,
          "exon_rank_end": null,
          "exon_count": 65,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "COL12A1",
          "gene_hgnc_id": 2188,
          "hgvs_c": "c.7898T>C",
          "hgvs_p": "p.Val2633Ala",
          "transcript": "ENST00000483888.6",
          "protein_id": "ENSP00000421216.1",
          "transcript_support_level": 5,
          "aa_start": 2633,
          "aa_end": null,
          "aa_length": 3062,
          "cds_start": 7898,
          "cds_end": null,
          "cds_length": 9189,
          "cdna_start": 7979,
          "cdna_end": null,
          "cdna_length": 9637,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 50,
          "exon_rank_end": null,
          "exon_count": 65,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "COL12A1",
          "gene_hgnc_id": 2188,
          "hgvs_c": "c.7877T>C",
          "hgvs_p": "p.Val2626Ala",
          "transcript": "NM_001424114.1",
          "protein_id": "NP_001411043.1",
          "transcript_support_level": null,
          "aa_start": 2626,
          "aa_end": null,
          "aa_length": 3056,
          "cds_start": 7877,
          "cds_end": null,
          "cds_length": 9171,
          "cdna_start": 8189,
          "cdna_end": null,
          "cdna_length": 11704,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 50,
          "exon_rank_end": null,
          "exon_count": 63,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "COL12A1",
          "gene_hgnc_id": 2188,
          "hgvs_c": "c.7898T>C",
          "hgvs_p": "p.Val2633Ala",
          "transcript": "ENST00000416123.6",
          "protein_id": "ENSP00000412864.2",
          "transcript_support_level": 5,
          "aa_start": 2633,
          "aa_end": null,
          "aa_length": 2987,
          "cds_start": 7898,
          "cds_end": null,
          "cds_length": 8964,
          "cdna_start": 7898,
          "cdna_end": null,
          "cdna_length": 8964,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 50,
          "exon_rank_end": null,
          "exon_count": 65,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "COL12A1",
          "gene_hgnc_id": 2188,
          "hgvs_c": "c.7625T>C",
          "hgvs_p": "p.Val2542Ala",
          "transcript": "NM_001424115.1",
          "protein_id": "NP_001411044.1",
          "transcript_support_level": null,
          "aa_start": 2542,
          "aa_end": null,
          "aa_length": 2972,
          "cds_start": 7625,
          "cds_end": null,
          "cds_length": 8919,
          "cdna_start": 7937,
          "cdna_end": null,
          "cdna_length": 11452,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 36,
          "exon_rank_end": null,
          "exon_count": 51,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "COL12A1",
          "gene_hgnc_id": 2188,
          "hgvs_c": "c.4406T>C",
          "hgvs_p": "p.Val1469Ala",
          "transcript": "NM_001424116.1",
          "protein_id": "NP_001411045.1",
          "transcript_support_level": null,
          "aa_start": 1469,
          "aa_end": null,
          "aa_length": 1954,
          "cds_start": 4406,
          "cds_end": null,
          "cds_length": 5865,
          "cdna_start": 4718,
          "cdna_end": null,
          "cdna_length": 7041,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 36,
          "exon_rank_end": null,
          "exon_count": 51,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "COL12A1",
          "gene_hgnc_id": 2188,
          "hgvs_c": "c.4406T>C",
          "hgvs_p": "p.Val1469Ala",
          "transcript": "NM_080645.3",
          "protein_id": "NP_542376.2",
          "transcript_support_level": null,
          "aa_start": 1469,
          "aa_end": null,
          "aa_length": 1899,
          "cds_start": 4406,
          "cds_end": null,
          "cds_length": 5700,
          "cdna_start": 4718,
          "cdna_end": null,
          "cdna_length": 8233,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "COL12A1",
          "gene_hgnc_id": 2188,
          "hgvs_c": "c.812T>C",
          "hgvs_p": "p.Val271Ala",
          "transcript": "ENST00000425443.6",
          "protein_id": "ENSP00000399812.2",
          "transcript_support_level": 5,
          "aa_start": 271,
          "aa_end": null,
          "aa_length": 756,
          "cds_start": 812,
          "cds_end": null,
          "cds_length": 2271,
          "cdna_start": 812,
          "cdna_end": null,
          "cdna_length": 3135,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "COL12A1",
          "gene_hgnc_id": 2188,
          "hgvs_c": "c.560T>C",
          "hgvs_p": "p.Val187Ala",
          "transcript": "ENST00000493109.2",
          "protein_id": "ENSP00000423423.1",
          "transcript_support_level": 5,
          "aa_start": 187,
          "aa_end": null,
          "aa_length": 207,
          "cds_start": 560,
          "cds_end": null,
          "cds_length": 624,
          "cdna_start": 560,
          "cdna_end": null,
          "cdna_length": 794,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 51,
          "exon_rank_end": null,
          "exon_count": 66,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "COL12A1",
          "gene_hgnc_id": 2188,
          "hgvs_c": "c.7898T>C",
          "hgvs_p": "p.Val2633Ala",
          "transcript": "XM_047418184.1",
          "protein_id": "XP_047274140.1",
          "transcript_support_level": null,
          "aa_start": 2633,
          "aa_end": null,
          "aa_length": 3118,
          "cds_start": 7898,
          "cds_end": null,
          "cds_length": 9357,
          "cdna_start": 8260,
          "cdna_end": null,
          "cdna_length": 10583,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 50,
          "exon_rank_end": null,
          "exon_count": 65,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "COL12A1",
          "gene_hgnc_id": 2188,
          "hgvs_c": "c.7862T>C",
          "hgvs_p": "p.Val2621Ala",
          "transcript": "XM_017010252.3",
          "protein_id": "XP_016865741.1",
          "transcript_support_level": null,
          "aa_start": 2621,
          "aa_end": null,
          "aa_length": 3106,
          "cds_start": 7862,
          "cds_end": null,
          "cds_length": 9321,
          "cdna_start": 8457,
          "cdna_end": null,
          "cdna_length": 10780,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 50,
          "exon_rank_end": null,
          "exon_count": 65,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "COL12A1",
          "gene_hgnc_id": 2188,
          "hgvs_c": "c.7625T>C",
          "hgvs_p": "p.Val2542Ala",
          "transcript": "XM_011535435.2",
          "protein_id": "XP_011533737.1",
          "transcript_support_level": null,
          "aa_start": 2542,
          "aa_end": null,
          "aa_length": 3027,
          "cds_start": 7625,
          "cds_end": null,
          "cds_length": 9084,
          "cdna_start": 7937,
          "cdna_end": null,
          "cdna_length": 10260,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 36,
          "exon_rank_end": null,
          "exon_count": 51,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "COL12A1",
          "gene_hgnc_id": 2188,
          "hgvs_c": "c.4406T>C",
          "hgvs_p": "p.Val1469Ala",
          "transcript": "XM_047418186.1",
          "protein_id": "XP_047274142.1",
          "transcript_support_level": null,
          "aa_start": 1469,
          "aa_end": null,
          "aa_length": 1899,
          "cds_start": 4406,
          "cds_end": null,
          "cds_length": 5700,
          "cdna_start": 4768,
          "cdna_end": null,
          "cdna_length": 8283,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "COL12A1",
      "gene_hgnc_id": 2188,
      "dbsnp": "rs200408101",
      "frequency_reference_population": 0.00032640662,
      "hom_count_reference_population": 3,
      "allele_count_reference_population": 511,
      "gnomad_exomes_af": 0.000246879,
      "gnomad_genomes_af": 0.00106659,
      "gnomad_exomes_ac": 349,
      "gnomad_genomes_ac": 162,
      "gnomad_exomes_homalt": 3,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.009590089321136475,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.046,
      "revel_prediction": "Benign",
      "alphamissense_score": 0.2011,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.4,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 3.853,
      "phylop100way_prediction": "Uncertain_significance",
      "spliceai_max_score": 0,
      "spliceai_max_prediction": "Benign",
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": -13,
      "acmg_classification": "Benign",
      "acmg_criteria": "BP4_Strong,BP6,BS1,BS2",
      "acmg_by_gene": [
        {
          "score": -13,
          "benign_score": 13,
          "pathogenic_score": 0,
          "criteria": [
            "BP4_Strong",
            "BP6",
            "BS1",
            "BS2"
          ],
          "verdict": "Benign",
          "transcript": "ENST00000322507.13",
          "gene_symbol": "COL12A1",
          "hgnc_id": 2188,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AD,AR",
          "hgvs_c": "c.7898T>C",
          "hgvs_p": "p.Val2633Ala"
        }
      ],
      "clinvar_disease": "Bethlem myopathy 2,See cases,Ullrich congenital muscular dystrophy 2,not provided,not specified",
      "clinvar_classification": "Conflicting classifications of pathogenicity",
      "clinvar_review_status": "criteria provided, conflicting classifications",
      "clinvar_submissions_summary": "US:1 LB:4",
      "phenotype_combined": "not specified|Ullrich congenital muscular dystrophy 2;Bethlem myopathy 2|not provided|See cases",
      "pathogenicity_classification_combined": "Conflicting classifications of pathogenicity",
      "custom_annotations": null
    }
  ],
  "message": null
}