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=143
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=144",
    "previous": "https://jaspar2018.genereg.net/api/v1/matrix?format=api&page=142",
    "results": [
        {
            "matrix_id": "MA0842.1",
            "name": "NRL",
            "collection": "CORE",
            "base_id": "MA0842",
            "version": "1",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0842.1.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0842.1/"
        },
        {
            "matrix_id": "MA0421.1",
            "name": "NSI1",
            "collection": "CORE",
            "base_id": "MA0421",
            "version": "1",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0421.1.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0421.1/"
        },
        {
            "matrix_id": "MA1046.1",
            "name": "NTL9",
            "collection": "CORE",
            "base_id": "MA1046",
            "version": "1",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA1046.1.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA1046.1/"
        },
        {
            "matrix_id": "MA1157.1",
            "name": "NUC",
            "collection": "CORE",
            "base_id": "MA1157",
            "version": "1",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA1157.1.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA1157.1/"
        },
        {
            "matrix_id": "MA0623.1",
            "name": "Neurog1",
            "collection": "CORE",
            "base_id": "MA0623",
            "version": "1",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0623.1.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0623.1/"
        },
        {
            "matrix_id": "MA0150.2",
            "name": "Nfe2l2",
            "collection": "CORE",
            "base_id": "MA0150",
            "version": "2",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0150.2.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0150.2/"
        },
        {
            "matrix_id": "PH0109.1",
            "name": "Nkx1-1",
            "collection": "PBM_HOMEO",
            "base_id": "PH0109",
            "version": "1",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/PH0109.1.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/PH0109.1/"
        },
        {
            "matrix_id": "PH0110.1",
            "name": "Nkx1-2",
            "collection": "PBM_HOMEO",
            "base_id": "PH0110",
            "version": "1",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/PH0110.1.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/PH0110.1/"
        },
        {
            "matrix_id": "PH0171.1",
            "name": "Nkx2-1",
            "collection": "PBM_HOMEO",
            "base_id": "PH0171",
            "version": "1",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/PH0171.1.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/PH0171.1/"
        },
        {
            "matrix_id": "PH0111.1",
            "name": "Nkx2-2",
            "collection": "PBM_HOMEO",
            "base_id": "PH0111",
            "version": "1",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/PH0111.1.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/PH0111.1/"
        }
    ]
}