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

{
    "count": 60,
    "next": null,
    "previous": "https://jaspar2020.genereg.net/api/v1/species/3483/?format=api&page=5",
    "results": [
        {
            "matrix_id": "UN0067.1",
            "name": "PK25034.1",
            "collection": "UNVALIDATED",
            "base_id": "UN0067",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0067.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0067.1/"
        },
        {
            "matrix_id": "UN0068.1",
            "name": "PK25870.1",
            "collection": "UNVALIDATED",
            "base_id": "UN0068",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0068.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0068.1/"
        },
        {
            "matrix_id": "UN0070.1",
            "name": "PK26523.1",
            "collection": "UNVALIDATED",
            "base_id": "UN0070",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0070.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0070.1/"
        },
        {
            "matrix_id": "UN0072.1",
            "name": "PK27085.1",
            "collection": "UNVALIDATED",
            "base_id": "UN0072",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0072.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0072.1/"
        },
        {
            "matrix_id": "UN0073.1",
            "name": "PK27109.1",
            "collection": "UNVALIDATED",
            "base_id": "UN0073",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0073.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0073.1/"
        },
        {
            "matrix_id": "UN0074.1",
            "name": "PK27149.1",
            "collection": "UNVALIDATED",
            "base_id": "UN0074",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0074.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0074.1/"
        },
        {
            "matrix_id": "UN0075.1",
            "name": "PK27213.1",
            "collection": "UNVALIDATED",
            "base_id": "UN0075",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0075.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0075.1/"
        },
        {
            "matrix_id": "UN0076.1",
            "name": "PK27683.1",
            "collection": "UNVALIDATED",
            "base_id": "UN0076",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0076.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0076.1/"
        },
        {
            "matrix_id": "UN0077.1",
            "name": "PK27693.1",
            "collection": "UNVALIDATED",
            "base_id": "UN0077",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0077.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0077.1/"
        },
        {
            "matrix_id": "UN0078.1",
            "name": "PK28187.1",
            "collection": "UNVALIDATED",
            "base_id": "UN0078",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0078.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0078.1/"
        }
    ]
}