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/MA0206.1/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "species": [
        {
            "tax_id": 7227,
            "name": "Drosophila melanogaster"
        }
    ],
    "matrix_id": "MA0206.1",
    "sites_url": null,
    "comment": "-",
    "type": "bacterial 1-hybrid",
    "pubmed_ids": [
        "18332042"
    ],
    "version": 1,
    "tfe_id": [],
    "class": [
        "Homeo domain factors"
    ],
    "name": "abd-A",
    "collection": "CORE",
    "uniprot_ids": [
        "P29555"
    ],
    "pazar_tf_id": [],
    "pazar_tf_ids": [],
    "tax_group": "insects",
    "tfe_ids": [],
    "medline": [
        "18332042"
    ],
    "tffm": null,
    "pfm": {
        "A": [
            1.0,
            0.0,
            16.0,
            18.0,
            1.0,
            0.0,
            15.0
        ],
        "T": [
            14.0,
            18.0,
            2.0,
            0.0,
            17.0,
            12.0,
            0.0
        ],
        "G": [
            0.0,
            0.0,
            0.0,
            0.0,
            0.0,
            6.0,
            2.0
        ],
        "C": [
            3.0,
            0.0,
            0.0,
            0.0,
            0.0,
            0.0,
            1.0
        ]
    },
    "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0206.1.svg",
    "base_id": "MA0206",
    "tfbs_shape_id": "188",
    "family": [
        "HOX-related factors"
    ],
    "versions_url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0206/versions"
}