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

{
    "count": 5935,
    "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=345",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=343",
    "results": [
        {
            "matrix_id": "MA2072.1",
            "name": "PK16335.1",
            "collection": "CORE",
            "base_id": "MA2072",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2072.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2072.1/"
        },
        {
            "matrix_id": "MA2073.1",
            "name": "PK16340.1",
            "collection": "CORE",
            "base_id": "MA2073",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2073.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2073.1/"
        },
        {
            "matrix_id": "MA2074.1",
            "name": "PK17878.1",
            "collection": "CORE",
            "base_id": "MA2074",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2074.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2074.1/"
        },
        {
            "matrix_id": "MA2075.1",
            "name": "PK18009.1",
            "collection": "CORE",
            "base_id": "MA2075",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2075.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2075.1/"
        },
        {
            "matrix_id": "MA2076.1",
            "name": "PK18401.1",
            "collection": "CORE",
            "base_id": "MA2076",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2076.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2076.1/"
        },
        {
            "matrix_id": "MA2077.1",
            "name": "PK18474.1",
            "collection": "CORE",
            "base_id": "MA2077",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2077.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2077.1/"
        },
        {
            "matrix_id": "UN0044.1",
            "name": "PK19166.1",
            "collection": "UNVALIDATED",
            "base_id": "UN0044",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0044.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0044.1/"
        },
        {
            "matrix_id": "MA2078.1",
            "name": "PK19363.1",
            "collection": "CORE",
            "base_id": "MA2078",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2078.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2078.1/"
        },
        {
            "matrix_id": "UN0047.1",
            "name": "PK19621.1",
            "collection": "UNVALIDATED",
            "base_id": "UN0047",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0047.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0047.1/"
        },
        {
            "matrix_id": "UN0047.2",
            "name": "PK19621.1",
            "collection": "UNVALIDATED",
            "base_id": "UN0047",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0047.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0047.2/"
        }
    ]
}