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

{
    "count": 3141,
    "next": "https://jaspar2020.genereg.net/api/v1/matrix?format=api&page=244",
    "previous": "https://jaspar2020.genereg.net/api/v1/matrix?format=api&page=242",
    "results": [
        {
            "matrix_id": "MA1063.1",
            "name": "TCP19",
            "collection": "CORE",
            "base_id": "MA1063",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA1063.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA1063.1/"
        },
        {
            "matrix_id": "MA1064.1",
            "name": "TCP2",
            "collection": "CORE",
            "base_id": "MA1064",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA1064.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA1064.1/"
        },
        {
            "matrix_id": "MA1065.1",
            "name": "TCP20",
            "collection": "CORE",
            "base_id": "MA1065",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA1065.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA1065.1/"
        },
        {
            "matrix_id": "MA1065.2",
            "name": "TCP20",
            "collection": "CORE",
            "base_id": "MA1065",
            "version": "2",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA1065.2.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA1065.2/"
        },
        {
            "matrix_id": "MA1287.1",
            "name": "TCP21",
            "collection": "CORE",
            "base_id": "MA1287",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA1287.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA1287.1/"
        },
        {
            "matrix_id": "MA1066.1",
            "name": "TCP23",
            "collection": "CORE",
            "base_id": "MA1066",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA1066.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA1066.1/"
        },
        {
            "matrix_id": "MA1286.1",
            "name": "TCP24",
            "collection": "CORE",
            "base_id": "MA1286",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA1286.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA1286.1/"
        },
        {
            "matrix_id": "MA1289.1",
            "name": "TCP3",
            "collection": "CORE",
            "base_id": "MA1289",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA1289.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA1289.1/"
        },
        {
            "matrix_id": "MA1035.1",
            "name": "TCP4",
            "collection": "CORE",
            "base_id": "MA1035",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA1035.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA1035.1/"
        },
        {
            "matrix_id": "MA1067.1",
            "name": "TCP5",
            "collection": "CORE",
            "base_id": "MA1067",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA1067.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA1067.1/"
        }
    ]
}