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=5
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=6",
    "previous": "https://jaspar2020.genereg.net/api/v1/species/3483/?format=api&page=4",
    "results": [
        {
            "matrix_id": "UN0054.1",
            "name": "PK20543.1",
            "collection": "UNVALIDATED",
            "base_id": "UN0054",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0054.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0054.1/"
        },
        {
            "matrix_id": "UN0055.1",
            "name": "PK20555.1",
            "collection": "UNVALIDATED",
            "base_id": "UN0055",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0055.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0055.1/"
        },
        {
            "matrix_id": "UN0056.1",
            "name": "PK20942.1",
            "collection": "UNVALIDATED",
            "base_id": "UN0056",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0056.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0056.1/"
        },
        {
            "matrix_id": "UN0057.1",
            "name": "PK21166.1",
            "collection": "UNVALIDATED",
            "base_id": "UN0057",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0057.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0057.1/"
        },
        {
            "matrix_id": "UN0058.1",
            "name": "PK21687.1",
            "collection": "UNVALIDATED",
            "base_id": "UN0058",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0058.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0058.1/"
        },
        {
            "matrix_id": "UN0059.1",
            "name": "PK23009.1",
            "collection": "UNVALIDATED",
            "base_id": "UN0059",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0059.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0059.1/"
        },
        {
            "matrix_id": "UN0060.1",
            "name": "PK23763.1",
            "collection": "UNVALIDATED",
            "base_id": "UN0060",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0060.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0060.1/"
        },
        {
            "matrix_id": "UN0061.1",
            "name": "PK23964.1",
            "collection": "UNVALIDATED",
            "base_id": "UN0061",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0061.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0061.1/"
        },
        {
            "matrix_id": "UN0063.1",
            "name": "PK24205.1",
            "collection": "UNVALIDATED",
            "base_id": "UN0063",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0063.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0063.1/"
        },
        {
            "matrix_id": "UN0064.1",
            "name": "PK24580.1",
            "collection": "UNVALIDATED",
            "base_id": "UN0064",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0064.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0064.1/"
        }
    ]
}