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=138
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=139",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=137",
    "results": [
        {
            "matrix_id": "MA0474.1",
            "name": "Erg",
            "collection": "CORE",
            "base_id": "MA0474",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0474.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0474.1/"
        },
        {
            "matrix_id": "MA0474.3",
            "name": "Erg",
            "collection": "CORE",
            "base_id": "MA0474",
            "version": "3",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0474.3.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0474.3/"
        },
        {
            "matrix_id": "MA0474.4",
            "name": "Erg",
            "collection": "CORE",
            "base_id": "MA0474",
            "version": "4",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0474.4.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0474.4/"
        },
        {
            "matrix_id": "MA0592.2",
            "name": "Esrra",
            "collection": "CORE",
            "base_id": "MA0592",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0592.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0592.2/"
        },
        {
            "matrix_id": "MA0141.1",
            "name": "Esrrb",
            "collection": "CORE",
            "base_id": "MA0141",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0141.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0141.1/"
        },
        {
            "matrix_id": "MA0141.2",
            "name": "Esrrb",
            "collection": "CORE",
            "base_id": "MA0141",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0141.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0141.2/"
        },
        {
            "matrix_id": "MA0643.1",
            "name": "Esrrg",
            "collection": "CORE",
            "base_id": "MA0643",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0643.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0643.1/"
        },
        {
            "matrix_id": "MA0643.2",
            "name": "Esrrg",
            "collection": "CORE",
            "base_id": "MA0643",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0643.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0643.2/"
        },
        {
            "matrix_id": "MA0098.2",
            "name": "Ets1",
            "collection": "CORE",
            "base_id": "MA0098",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0098.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0098.2/"
        },
        {
            "matrix_id": "MA0916.1",
            "name": "Ets21C",
            "collection": "CORE",
            "base_id": "MA0916",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0916.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0916.1/"
        }
    ]
}