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=29
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=30",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=28",
    "results": [
        {
            "matrix_id": "MA1026.2",
            "name": "ATHB-15",
            "collection": "CORE",
            "base_id": "MA1026",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1026.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1026.2/"
        },
        {
            "matrix_id": "MA1026.3",
            "name": "ATHB-15",
            "collection": "CORE",
            "base_id": "MA1026",
            "version": "3",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1026.3.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1026.3/"
        },
        {
            "matrix_id": "MA0951.1",
            "name": "ATHB-16",
            "collection": "CORE",
            "base_id": "MA0951",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0951.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0951.1/"
        },
        {
            "matrix_id": "MA1209.1",
            "name": "ATHB-20",
            "collection": "CORE",
            "base_id": "MA1209",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1209.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1209.1/"
        },
        {
            "matrix_id": "MA1209.2",
            "name": "ATHB-20",
            "collection": "CORE",
            "base_id": "MA1209",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1209.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1209.2/"
        },
        {
            "matrix_id": "MA1213.1",
            "name": "ATHB-21",
            "collection": "CORE",
            "base_id": "MA1213",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1213.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1213.1/"
        },
        {
            "matrix_id": "MA1327.1",
            "name": "ATHB-23",
            "collection": "CORE",
            "base_id": "MA1327",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1327.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1327.1/"
        },
        {
            "matrix_id": "MA1327.2",
            "name": "ATHB-23",
            "collection": "CORE",
            "base_id": "MA1327",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1327.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1327.2/"
        },
        {
            "matrix_id": "MA1327.3",
            "name": "ATHB-23",
            "collection": "CORE",
            "base_id": "MA1327",
            "version": "3",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1327.3.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1327.3/"
        },
        {
            "matrix_id": "MA1406.1",
            "name": "ATHB-4",
            "collection": "CORE",
            "base_id": "MA1406",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1406.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1406.1/"
        }
    ]
}