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=2
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=3",
    "previous": "https://jaspar2020.genereg.net/api/v1/species/3483/?format=api",
    "results": [
        {
            "matrix_id": "UN0015.1",
            "name": "PK06517.1",
            "collection": "UNVALIDATED",
            "base_id": "UN0015",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0015.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0015.1/"
        },
        {
            "matrix_id": "UN0016.1",
            "name": "PK07031.1",
            "collection": "UNVALIDATED",
            "base_id": "UN0016",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0016.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0016.1/"
        },
        {
            "matrix_id": "UN0017.1",
            "name": "PK07402.1",
            "collection": "UNVALIDATED",
            "base_id": "UN0017",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0017.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0017.1/"
        },
        {
            "matrix_id": "UN0018.1",
            "name": "PK07741.1",
            "collection": "UNVALIDATED",
            "base_id": "UN0018",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0018.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0018.1/"
        },
        {
            "matrix_id": "UN0019.1",
            "name": "PK07858.1",
            "collection": "UNVALIDATED",
            "base_id": "UN0019",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0019.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0019.1/"
        },
        {
            "matrix_id": "UN0020.1",
            "name": "PK07924.1",
            "collection": "UNVALIDATED",
            "base_id": "UN0020",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0020.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0020.1/"
        },
        {
            "matrix_id": "UN0021.1",
            "name": "PK08602.1",
            "collection": "UNVALIDATED",
            "base_id": "UN0021",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0021.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0021.1/"
        },
        {
            "matrix_id": "UN0022.1",
            "name": "PK09021.1",
            "collection": "UNVALIDATED",
            "base_id": "UN0022",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0022.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0022.1/"
        },
        {
            "matrix_id": "UN0025.1",
            "name": "PK09702.1",
            "collection": "UNVALIDATED",
            "base_id": "UN0025",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0025.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0025.1/"
        },
        {
            "matrix_id": "UN0026.1",
            "name": "PK10344.1",
            "collection": "UNVALIDATED",
            "base_id": "UN0026",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0026.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0026.1/"
        }
    ]
}