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

{
    "count": 60,
    "next": "https://jaspar2020.genereg.net/api/v1/species/3483/?format=api&page=5",
    "previous": "https://jaspar2020.genereg.net/api/v1/species/3483/?format=api&page=3",
    "results": [
        {
            "matrix_id": "UN0041.1",
            "name": "PK18009.1",
            "collection": "UNVALIDATED",
            "base_id": "UN0041",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0041.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0041.1/"
        },
        {
            "matrix_id": "UN0042.1",
            "name": "PK18401.1",
            "collection": "UNVALIDATED",
            "base_id": "UN0042",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0042.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0042.1/"
        },
        {
            "matrix_id": "UN0043.1",
            "name": "PK18474.1",
            "collection": "UNVALIDATED",
            "base_id": "UN0043",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0043.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0043.1/"
        },
        {
            "matrix_id": "UN0044.1",
            "name": "PK19166.1",
            "collection": "UNVALIDATED",
            "base_id": "UN0044",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0044.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0044.1/"
        },
        {
            "matrix_id": "UN0046.1",
            "name": "PK19363.1",
            "collection": "UNVALIDATED",
            "base_id": "UN0046",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0046.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0046.1/"
        },
        {
            "matrix_id": "UN0047.1",
            "name": "PK19621.1",
            "collection": "UNVALIDATED",
            "base_id": "UN0047",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0047.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0047.1/"
        },
        {
            "matrix_id": "UN0048.1",
            "name": "PK19717.1",
            "collection": "UNVALIDATED",
            "base_id": "UN0048",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0048.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0048.1/"
        },
        {
            "matrix_id": "UN0049.1",
            "name": "PK20225.1",
            "collection": "UNVALIDATED",
            "base_id": "UN0049",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0049.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0049.1/"
        },
        {
            "matrix_id": "UN0050.1",
            "name": "PK20317.1",
            "collection": "UNVALIDATED",
            "base_id": "UN0050",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0050.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0050.1/"
        },
        {
            "matrix_id": "UN0051.1",
            "name": "PK20392.1",
            "collection": "UNVALIDATED",
            "base_id": "UN0051",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0051.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0051.1/"
        }
    ]
}