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

{
    "pazar_tf_id": [],
    "version": 1,
    "uniprot_ids": [
        "Q9AT76"
    ],
    "matrix_id": "MA1012.1",
    "tfe_id": [],
    "type": "ChIP-seq",
    "class": [
        "MADS box factors"
    ],
    "medline": [
        "24067612"
    ],
    "tfbs_shape_id": "1",
    "sites_url": null,
    "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA1012.1.svg",
    "tfe_ids": [],
    "pazar_tf_ids": [],
    "family": [],
    "collection": "CORE",
    "name": "AGL27",
    "base_id": "MA1012",
    "source": "25361952",
    "pfm": {
        "T": [
            14.0,
            137.0,
            142.0,
            127.0,
            0.0,
            87.0,
            33.0,
            108.0,
            133.0,
            140.0,
            104.0,
            68.0,
            0.0,
            37.0
        ],
        "G": [
            25.0,
            0.0,
            0.0,
            1.0,
            0.0,
            0.0,
            1.0,
            0.0,
            0.0,
            0.0,
            2.0,
            42.0,
            109.0,
            92.0
        ],
        "A": [
            25.0,
            1.0,
            0.0,
            14.0,
            0.0,
            0.0,
            108.0,
            32.0,
            9.0,
            2.0,
            15.0,
            17.0,
            33.0,
            11.0
        ],
        "C": [
            78.0,
            4.0,
            0.0,
            0.0,
            142.0,
            55.0,
            0.0,
            2.0,
            0.0,
            0.0,
            21.0,
            15.0,
            0.0,
            2.0
        ]
    },
    "tax_group": "plants",
    "tffm": null,
    "pubmed_ids": [
        "24067612"
    ],
    "versions_url": "https://jaspar2020.genereg.net/api/v1/matrix/MA1012/versions",
    "species": [
        {
            "tax_id": 3702,
            "name": "Arabidopsis thaliana"
        }
    ]
}