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

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