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/matrix?format=api&page=35
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 5278,
    "next": "https://jaspar.uio.no/api/v1/matrix?format=api&page=36",
    "previous": "https://jaspar.uio.no/api/v1/matrix?format=api&page=34",
    "results": [
        {
            "matrix_id": "MA0874.2",
            "name": "Arx",
            "collection": "CORE",
            "base_id": "MA0874",
            "version": "2",
            "sequence_logo": "https://jaspar.uio.no/static/logos/svg/MA0874.2.svg",
            "url": "https://jaspar.uio.no/api/v1/matrix/MA0874.2/"
        },
        {
            "matrix_id": "MA0816.1",
            "name": "Ascl2",
            "collection": "CORE",
            "base_id": "MA0816",
            "version": "1",
            "sequence_logo": "https://jaspar.uio.no/static/logos/svg/MA0816.1.svg",
            "url": "https://jaspar.uio.no/api/v1/matrix/MA0816.1/"
        },
        {
            "matrix_id": "MA1188.1",
            "name": "At3g11280",
            "collection": "CORE",
            "base_id": "MA1188",
            "version": "1",
            "sequence_logo": "https://jaspar.uio.no/static/logos/svg/MA1188.1.svg",
            "url": "https://jaspar.uio.no/api/v1/matrix/MA1188.1/"
        },
        {
            "matrix_id": "UN0394.1",
            "name": "AtPLATZ6",
            "collection": "UNVALIDATED",
            "base_id": "UN0394",
            "version": "1",
            "sequence_logo": "https://jaspar.uio.no/static/logos/svg/UN0394.1.svg",
            "url": "https://jaspar.uio.no/api/v1/matrix/UN0394.1/"
        },
        {
            "matrix_id": "UN0394.2",
            "name": "AtPLATZ6",
            "collection": "UNVALIDATED",
            "base_id": "UN0394",
            "version": "2",
            "sequence_logo": "https://jaspar.uio.no/static/logos/svg/UN0394.2.svg",
            "url": "https://jaspar.uio.no/api/v1/matrix/UN0394.2/"
        },
        {
            "matrix_id": "MA1844.1",
            "name": "Atbf",
            "collection": "CORE",
            "base_id": "MA1844",
            "version": "1",
            "sequence_logo": "https://jaspar.uio.no/static/logos/svg/MA1844.1.svg",
            "url": "https://jaspar.uio.no/api/v1/matrix/MA1844.1/"
        },
        {
            "matrix_id": "MA1844.2",
            "name": "Atbf",
            "collection": "CORE",
            "base_id": "MA1844",
            "version": "2",
            "sequence_logo": "https://jaspar.uio.no/static/logos/svg/MA1844.2.svg",
            "url": "https://jaspar.uio.no/api/v1/matrix/MA1844.2/"
        },
        {
            "matrix_id": "MA2192.1",
            "name": "Atf-2",
            "collection": "CORE",
            "base_id": "MA2192",
            "version": "1",
            "sequence_logo": "https://jaspar.uio.no/static/logos/svg/MA2192.1.svg",
            "url": "https://jaspar.uio.no/api/v1/matrix/MA2192.1/"
        },
        {
            "matrix_id": "MA0604.1",
            "name": "Atf1",
            "collection": "CORE",
            "base_id": "MA0604",
            "version": "1",
            "sequence_logo": "https://jaspar.uio.no/static/logos/svg/MA0604.1.svg",
            "url": "https://jaspar.uio.no/api/v1/matrix/MA0604.1/"
        },
        {
            "matrix_id": "MA0605.1",
            "name": "Atf3",
            "collection": "CORE",
            "base_id": "MA0605",
            "version": "1",
            "sequence_logo": "https://jaspar.uio.no/static/logos/svg/MA0605.1.svg",
            "url": "https://jaspar.uio.no/api/v1/matrix/MA0605.1/"
        }
    ]
}