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=249
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=250",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=248",
    "results": [
        {
            "matrix_id": "MA0701.1",
            "name": "LHX9",
            "collection": "CORE",
            "base_id": "MA0701",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0701.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0701.1/"
        },
        {
            "matrix_id": "MA0701.2",
            "name": "LHX9",
            "collection": "CORE",
            "base_id": "MA0701",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0701.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0701.2/"
        },
        {
            "matrix_id": "MA0701.3",
            "name": "LHX9",
            "collection": "CORE",
            "base_id": "MA0701",
            "version": "3",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0701.3.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0701.3/"
        },
        {
            "matrix_id": "MA1185.1",
            "name": "LHY",
            "collection": "CORE",
            "base_id": "MA1185",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1185.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1185.1/"
        },
        {
            "matrix_id": "MA1185.2",
            "name": "LHY",
            "collection": "CORE",
            "base_id": "MA1185",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1185.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1185.2/"
        },
        {
            "matrix_id": "MA0619.1",
            "name": "LIN54",
            "collection": "CORE",
            "base_id": "MA0619",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0619.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0619.1/"
        },
        {
            "matrix_id": "MA0619.2",
            "name": "LIN54",
            "collection": "CORE",
            "base_id": "MA0619",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0619.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0619.2/"
        },
        {
            "matrix_id": "MA0702.1",
            "name": "LMX1A",
            "collection": "CORE",
            "base_id": "MA0702",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0702.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0702.1/"
        },
        {
            "matrix_id": "MA0702.2",
            "name": "LMX1A",
            "collection": "CORE",
            "base_id": "MA0702",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0702.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0702.2/"
        },
        {
            "matrix_id": "MA0702.3",
            "name": "LMX1A",
            "collection": "CORE",
            "base_id": "MA0702",
            "version": "3",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0702.3.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0702.3/"
        }
    ]
}