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=114
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=115",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=113",
    "results": [
        {
            "matrix_id": "MA1238.2",
            "name": "ERF038",
            "collection": "CORE",
            "base_id": "MA1238",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1238.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1238.2/"
        },
        {
            "matrix_id": "MA1238.3",
            "name": "ERF038",
            "collection": "CORE",
            "base_id": "MA1238",
            "version": "3",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1238.3.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1238.3/"
        },
        {
            "matrix_id": "MA0995.1",
            "name": "ERF039",
            "collection": "CORE",
            "base_id": "MA0995",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0995.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0995.1/"
        },
        {
            "matrix_id": "MA0995.2",
            "name": "ERF039",
            "collection": "CORE",
            "base_id": "MA0995",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0995.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0995.2/"
        },
        {
            "matrix_id": "MA0995.3",
            "name": "ERF039",
            "collection": "CORE",
            "base_id": "MA0995",
            "version": "3",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0995.3.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0995.3/"
        },
        {
            "matrix_id": "MA1241.1",
            "name": "ERF043",
            "collection": "CORE",
            "base_id": "MA1241",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1241.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1241.1/"
        },
        {
            "matrix_id": "MA1241.2",
            "name": "ERF043",
            "collection": "CORE",
            "base_id": "MA1241",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1241.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1241.2/"
        },
        {
            "matrix_id": "MA1232.1",
            "name": "ERF054",
            "collection": "CORE",
            "base_id": "MA1232",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1232.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1232.1/"
        },
        {
            "matrix_id": "MA1232.2",
            "name": "ERF054",
            "collection": "CORE",
            "base_id": "MA1232",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1232.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1232.2/"
        },
        {
            "matrix_id": "MA1263.1",
            "name": "ERF055",
            "collection": "CORE",
            "base_id": "MA1263",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1263.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1263.1/"
        }
    ]
}