This API provides an easy-to-use REST web interface to query/retrieve matrix profile data from the latest version of the JASPAR database. The API comes with a human browsable interface and also a programmatic interface which return the results in eight different formats, including json, jsonp, jaspar, meme, transfac, pfm, yaml and bed.
GET /api/v1/matrix/MA1078.1/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "sites_url": null,
    "uniprot_ids": [
        "Q9FG77"
    ],
    "source": "25215497",
    "pubmed_ids": [
        "11449049"
    ],
    "collection": "CORE",
    "tffm": null,
    "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA1078.1.svg",
    "tfe_id": [],
    "type": "PBM",
    "species": [
        {
            "name": "Arabidopsis thaliana",
            "tax_id": 3702
        }
    ],
    "medline": [
        "11449049"
    ],
    "pazar_tf_ids": [],
    "comment": "Data is from PMID:25215497",
    "pazar_tf_id": [],
    "family": [],
    "version": 1,
    "pfm": {
        "T": [
            246.0,
            0.0,
            0.0,
            1000.0,
            0.0,
            0.0,
            31.0,
            129.0
        ],
        "A": [
            115.0,
            277.0,
            0.0,
            0.0,
            0.0,
            961.0,
            806.0,
            271.0
        ],
        "G": [
            246.0,
            713.0,
            1000.0,
            0.0,
            0.0,
            19.0,
            163.0,
            72.0
        ],
        "C": [
            393.0,
            11.0,
            0.0,
            0.0,
            1000.0,
            19.0,
            0.0,
            528.0
        ]
    },
    "name": "WRKY2",
    "tfe_ids": [],
    "base_id": "MA1078",
    "matrix_id": "MA1078.1",
    "tax_group": "plants",
    "versions_url": "https://jaspar2018.genereg.net/api/v1/matrix/MA1078/versions",
    "class": [
        "WRKY"
    ]
}