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=34
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 5278,
    "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=35",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=33",
    "results": [
        {
            "matrix_id": "MA2109.1",
            "name": "Arid3",
            "collection": "CORE",
            "base_id": "MA2109",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2109.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2109.1/"
        },
        {
            "matrix_id": "MA0151.1",
            "name": "Arid3a",
            "collection": "CORE",
            "base_id": "MA0151",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0151.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0151.1/"
        },
        {
            "matrix_id": "MA0601.1",
            "name": "Arid3b",
            "collection": "CORE",
            "base_id": "MA0601",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0601.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0601.1/"
        },
        {
            "matrix_id": "MA0601.2",
            "name": "Arid3b",
            "collection": "CORE",
            "base_id": "MA0601",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0601.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0601.2/"
        },
        {
            "matrix_id": "MA0602.1",
            "name": "Arid5a",
            "collection": "CORE",
            "base_id": "MA0602",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0602.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0602.1/"
        },
        {
            "matrix_id": "MA0602.2",
            "name": "Arid5a",
            "collection": "CORE",
            "base_id": "MA0602",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0602.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0602.2/"
        },
        {
            "matrix_id": "MA0004.1",
            "name": "Arnt",
            "collection": "CORE",
            "base_id": "MA0004",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0004.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0004.1/"
        },
        {
            "matrix_id": "MA0603.1",
            "name": "Arntl",
            "collection": "CORE",
            "base_id": "MA0603",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0603.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0603.1/"
        },
        {
            "matrix_id": "MA0603.2",
            "name": "Arntl",
            "collection": "CORE",
            "base_id": "MA0603",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0603.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0603.2/"
        },
        {
            "matrix_id": "MA0874.1",
            "name": "Arx",
            "collection": "CORE",
            "base_id": "MA0874",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0874.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0874.1/"
        }
    ]
}