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=6
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=7",
    "previous": "https://jaspar2018.genereg.net/api/v1/matrix?format=api&page=5",
    "results": [
        {
            "matrix_id": "MA0007.2",
            "name": "AR",
            "collection": "CORE",
            "base_id": "MA0007",
            "version": "2",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0007.2.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0007.2/"
        },
        {
            "matrix_id": "MA1098.1",
            "name": "ARALYDRAFT_484486",
            "collection": "CORE",
            "base_id": "MA1098",
            "version": "1",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA1098.1.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA1098.1/"
        },
        {
            "matrix_id": "MA1097.1",
            "name": "ARALYDRAFT_493022",
            "collection": "CORE",
            "base_id": "MA1097",
            "version": "1",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA1097.1.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA1097.1/"
        },
        {
            "matrix_id": "MA1095.1",
            "name": "ARALYDRAFT_495258",
            "collection": "CORE",
            "base_id": "MA1095",
            "version": "1",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA1095.1.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA1095.1/"
        },
        {
            "matrix_id": "MA1096.1",
            "name": "ARALYDRAFT_496250",
            "collection": "CORE",
            "base_id": "MA1096",
            "version": "1",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA1096.1.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA1096.1/"
        },
        {
            "matrix_id": "MA1054.1",
            "name": "ARALYDRAFT_897773",
            "collection": "CORE",
            "base_id": "MA1054",
            "version": "1",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA1054.1.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA1054.1/"
        },
        {
            "matrix_id": "MA1338.1",
            "name": "AREB3",
            "collection": "CORE",
            "base_id": "MA1338",
            "version": "1",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA1338.1.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA1338.1/"
        },
        {
            "matrix_id": "MA0942.1",
            "name": "ARF1",
            "collection": "CORE",
            "base_id": "MA0942",
            "version": "1",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0942.1.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0942.1/"
        },
        {
            "matrix_id": "MA1206.1",
            "name": "ARF2",
            "collection": "CORE",
            "base_id": "MA1206",
            "version": "1",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA1206.1.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA1206.1/"
        },
        {
            "matrix_id": "MA1009.1",
            "name": "ARF3",
            "collection": "CORE",
            "base_id": "MA1009",
            "version": "1",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA1009.1.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA1009.1/"
        }
    ]
}