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=106
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=107",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=105",
    "results": [
        {
            "matrix_id": "UN0503.1",
            "name": "ELK1::SPDEF",
            "collection": "UNVALIDATED",
            "base_id": "UN0503",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0503.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0503.1/"
        },
        {
            "matrix_id": "UN0503.2",
            "name": "ELK1::SPDEF",
            "collection": "UNVALIDATED",
            "base_id": "UN0503",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0503.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0503.2/"
        },
        {
            "matrix_id": "MA1933.1",
            "name": "ELK1::SREBF2",
            "collection": "CORE",
            "base_id": "MA1933",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1933.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1933.1/"
        },
        {
            "matrix_id": "MA1933.2",
            "name": "ELK1::SREBF2",
            "collection": "CORE",
            "base_id": "MA1933",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1933.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1933.2/"
        },
        {
            "matrix_id": "UN0969.1",
            "name": "ELK1::TBX21",
            "collection": "UNVALIDATED",
            "base_id": "UN0969",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0969.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0969.1/"
        },
        {
            "matrix_id": "UN0504.1",
            "name": "ELK1::TEF",
            "collection": "UNVALIDATED",
            "base_id": "UN0504",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0504.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0504.1/"
        },
        {
            "matrix_id": "UN0504.2",
            "name": "ELK1::TEF",
            "collection": "UNVALIDATED",
            "base_id": "UN0504",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0504.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0504.2/"
        },
        {
            "matrix_id": "MA0759.1",
            "name": "ELK3",
            "collection": "CORE",
            "base_id": "MA0759",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0759.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0759.1/"
        },
        {
            "matrix_id": "MA0759.2",
            "name": "ELK3",
            "collection": "CORE",
            "base_id": "MA0759",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0759.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0759.2/"
        },
        {
            "matrix_id": "MA0759.3",
            "name": "ELK3",
            "collection": "CORE",
            "base_id": "MA0759",
            "version": "3",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0759.3.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0759.3/"
        }
    ]
}