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=49
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=50",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=48",
    "results": [
        {
            "matrix_id": "MA0965.3",
            "name": "BIM2",
            "collection": "CORE",
            "base_id": "MA0965",
            "version": "3",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0965.3.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0965.3/"
        },
        {
            "matrix_id": "MA0966.1",
            "name": "BIM3",
            "collection": "CORE",
            "base_id": "MA0966",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0966.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0966.1/"
        },
        {
            "matrix_id": "MA0966.2",
            "name": "BIM3",
            "collection": "CORE",
            "base_id": "MA0966",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0966.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0966.2/"
        },
        {
            "matrix_id": "MA1742.2",
            "name": "BIZP18",
            "collection": "CORE",
            "base_id": "MA1742",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1742.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1742.2/"
        },
        {
            "matrix_id": "MA2375.1",
            "name": "BMY2",
            "collection": "CORE",
            "base_id": "MA2375",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2375.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2375.1/"
        },
        {
            "matrix_id": "MA1928.1",
            "name": "BNC2",
            "collection": "CORE",
            "base_id": "MA1928",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1928.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1928.1/"
        },
        {
            "matrix_id": "MA1928.2",
            "name": "BNC2",
            "collection": "CORE",
            "base_id": "MA1928",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1928.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1928.2/"
        },
        {
            "matrix_id": "MA1404.1",
            "name": "BPC1",
            "collection": "CORE",
            "base_id": "MA1404",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1404.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1404.1/"
        },
        {
            "matrix_id": "MA1403.1",
            "name": "BPC5",
            "collection": "CORE",
            "base_id": "MA1403",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1403.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1403.1/"
        },
        {
            "matrix_id": "MA1402.1",
            "name": "BPC6",
            "collection": "CORE",
            "base_id": "MA1402",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1402.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1402.1/"
        }
    ]
}