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=3
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=4",
    "previous": "https://jaspar2020.genereg.net/api/v1/species/3483/?format=api&page=2",
    "results": [
        {
            "matrix_id": "UN0027.1",
            "name": "PK10955.1",
            "collection": "UNVALIDATED",
            "base_id": "UN0027",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0027.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0027.1/"
        },
        {
            "matrix_id": "UN0029.1",
            "name": "PK12011.1",
            "collection": "UNVALIDATED",
            "base_id": "UN0029",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0029.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0029.1/"
        },
        {
            "matrix_id": "UN0030.1",
            "name": "PK12240.1",
            "collection": "UNVALIDATED",
            "base_id": "UN0030",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0030.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0030.1/"
        },
        {
            "matrix_id": "UN0032.1",
            "name": "PK13314.1",
            "collection": "UNVALIDATED",
            "base_id": "UN0032",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0032.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0032.1/"
        },
        {
            "matrix_id": "UN0034.1",
            "name": "PK14653.1",
            "collection": "UNVALIDATED",
            "base_id": "UN0034",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0034.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0034.1/"
        },
        {
            "matrix_id": "UN0036.1",
            "name": "PK15337.1",
            "collection": "UNVALIDATED",
            "base_id": "UN0036",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0036.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0036.1/"
        },
        {
            "matrix_id": "UN0037.1",
            "name": "PK15505.1",
            "collection": "UNVALIDATED",
            "base_id": "UN0037",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0037.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0037.1/"
        },
        {
            "matrix_id": "UN0038.1",
            "name": "PK16335.1",
            "collection": "UNVALIDATED",
            "base_id": "UN0038",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0038.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0038.1/"
        },
        {
            "matrix_id": "UN0039.1",
            "name": "PK16340.1",
            "collection": "UNVALIDATED",
            "base_id": "UN0039",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0039.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0039.1/"
        },
        {
            "matrix_id": "UN0040.1",
            "name": "PK17878.1",
            "collection": "UNVALIDATED",
            "base_id": "UN0040",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0040.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0040.1/"
        }
    ]
}