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
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=2",
    "previous": null,
    "results": [
        {
            "matrix_id": "UN0001.1",
            "name": "PK00315.1",
            "collection": "UNVALIDATED",
            "base_id": "UN0001",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0001.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0001.1/"
        },
        {
            "matrix_id": "UN0002.1",
            "name": "PK01144.1",
            "collection": "UNVALIDATED",
            "base_id": "UN0002",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0002.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0002.1/"
        },
        {
            "matrix_id": "UN0003.1",
            "name": "PK01630.1",
            "collection": "UNVALIDATED",
            "base_id": "UN0003",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0003.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0003.1/"
        },
        {
            "matrix_id": "UN0005.1",
            "name": "PK03025.1",
            "collection": "UNVALIDATED",
            "base_id": "UN0005",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0005.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0005.1/"
        },
        {
            "matrix_id": "UN0006.1",
            "name": "PK03576.1",
            "collection": "UNVALIDATED",
            "base_id": "UN0006",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0006.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0006.1/"
        },
        {
            "matrix_id": "UN0007.1",
            "name": "PK03929.1",
            "collection": "UNVALIDATED",
            "base_id": "UN0007",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0007.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0007.1/"
        },
        {
            "matrix_id": "UN0008.1",
            "name": "PK04914.1",
            "collection": "UNVALIDATED",
            "base_id": "UN0008",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0008.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0008.1/"
        },
        {
            "matrix_id": "UN0010.1",
            "name": "PK05432.1",
            "collection": "UNVALIDATED",
            "base_id": "UN0010",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0010.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0010.1/"
        },
        {
            "matrix_id": "UN0011.1",
            "name": "PK05451.1",
            "collection": "UNVALIDATED",
            "base_id": "UN0011",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0011.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0011.1/"
        },
        {
            "matrix_id": "UN0013.1",
            "name": "PK05732.1",
            "collection": "UNVALIDATED",
            "base_id": "UN0013",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0013.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0013.1/"
        }
    ]
}