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

{
    "count": 2404,
    "next": "https://jaspar2018.genereg.net/api/v1/matrix?format=api&page=143",
    "previous": "https://jaspar2018.genereg.net/api/v1/matrix?format=api&page=141",
    "results": [
        {
            "matrix_id": "MA1111.1",
            "name": "NR2F2",
            "collection": "CORE",
            "base_id": "MA1111",
            "version": "1",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA1111.1.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA1111.1/"
        },
        {
            "matrix_id": "MA0113.1",
            "name": "NR3C1",
            "collection": "CORE",
            "base_id": "MA0113",
            "version": "1",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0113.1.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0113.1/"
        },
        {
            "matrix_id": "MA0113.2",
            "name": "NR3C1",
            "collection": "CORE",
            "base_id": "MA0113",
            "version": "2",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0113.2.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0113.2/"
        },
        {
            "matrix_id": "MA0113.3",
            "name": "NR3C1",
            "collection": "CORE",
            "base_id": "MA0113",
            "version": "3",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0113.3.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0113.3/"
        },
        {
            "matrix_id": "MA0727.1",
            "name": "NR3C2",
            "collection": "CORE",
            "base_id": "MA0727",
            "version": "1",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0727.1.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0727.1/"
        },
        {
            "matrix_id": "MA1112.1",
            "name": "NR4A1",
            "collection": "CORE",
            "base_id": "MA1112",
            "version": "1",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA1112.1.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA1112.1/"
        },
        {
            "matrix_id": "MA0160.1",
            "name": "NR4A2",
            "collection": "CORE",
            "base_id": "MA0160",
            "version": "1",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0160.1.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0160.1/"
        },
        {
            "matrix_id": "MA1147.1",
            "name": "NR4A2::RXRA",
            "collection": "CORE",
            "base_id": "MA1147",
            "version": "1",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA1147.1.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA1147.1/"
        },
        {
            "matrix_id": "MA0506.1",
            "name": "NRF1",
            "collection": "CORE",
            "base_id": "MA0506",
            "version": "1",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0506.1.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0506.1/"
        },
        {
            "matrix_id": "MA0347.1",
            "name": "NRG1",
            "collection": "CORE",
            "base_id": "MA0347",
            "version": "1",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0347.1.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0347.1/"
        }
    ]
}