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=141
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=142",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=140",
    "results": [
        {
            "matrix_id": "UN0121.2",
            "name": "FEZF1",
            "collection": "UNVALIDATED",
            "base_id": "UN0121",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0121.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0121.2/"
        },
        {
            "matrix_id": "MA2341.1",
            "name": "FEZF2",
            "collection": "CORE",
            "base_id": "MA2341",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2341.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2341.1/"
        },
        {
            "matrix_id": "UN0103.1",
            "name": "FG04288.1",
            "collection": "UNVALIDATED",
            "base_id": "UN0103",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0103.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0103.1/"
        },
        {
            "matrix_id": "UN0103.2",
            "name": "FG04288.1",
            "collection": "UNVALIDATED",
            "base_id": "UN0103",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0103.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0103.2/"
        },
        {
            "matrix_id": "MA0295.1",
            "name": "FHL1",
            "collection": "CORE",
            "base_id": "MA0295",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0295.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0295.1/"
        },
        {
            "matrix_id": "MA0295.2",
            "name": "FHL1",
            "collection": "CORE",
            "base_id": "MA0295",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0295.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0295.2/"
        },
        {
            "matrix_id": "MA0557.1",
            "name": "FHY3",
            "collection": "CORE",
            "base_id": "MA0557",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0557.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0557.1/"
        },
        {
            "matrix_id": "MA0557.2",
            "name": "FHY3",
            "collection": "CORE",
            "base_id": "MA0557",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0557.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0557.2/"
        },
        {
            "matrix_id": "MA0820.1",
            "name": "FIGLA",
            "collection": "CORE",
            "base_id": "MA0820",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0820.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0820.1/"
        },
        {
            "matrix_id": "MA0820.2",
            "name": "FIGLA",
            "collection": "CORE",
            "base_id": "MA0820",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0820.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0820.2/"
        }
    ]
}