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=375
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=376",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=374",
    "results": [
        {
            "matrix_id": "MA0074.1",
            "name": "RXRA::VDR",
            "collection": "CORE",
            "base_id": "MA0074",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0074.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0074.1/"
        },
        {
            "matrix_id": "MA0855.1",
            "name": "RXRB",
            "collection": "CORE",
            "base_id": "MA0855",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0855.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0855.1/"
        },
        {
            "matrix_id": "MA1555.1",
            "name": "RXRB",
            "collection": "CORE",
            "base_id": "MA1555",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1555.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1555.1/"
        },
        {
            "matrix_id": "MA0856.1",
            "name": "RXRG",
            "collection": "CORE",
            "base_id": "MA0856",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0856.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0856.1/"
        },
        {
            "matrix_id": "MA1556.1",
            "name": "RXRG",
            "collection": "CORE",
            "base_id": "MA1556",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1556.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1556.1/"
        },
        {
            "matrix_id": "MA0857.1",
            "name": "Rarb",
            "collection": "CORE",
            "base_id": "MA0857",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0857.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0857.1/"
        },
        {
            "matrix_id": "MA0858.1",
            "name": "Rarb",
            "collection": "CORE",
            "base_id": "MA0858",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0858.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0858.1/"
        },
        {
            "matrix_id": "MA0859.1",
            "name": "Rarg",
            "collection": "CORE",
            "base_id": "MA0859",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0859.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0859.1/"
        },
        {
            "matrix_id": "MA0860.1",
            "name": "Rarg",
            "collection": "CORE",
            "base_id": "MA0860",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0860.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0860.1/"
        },
        {
            "matrix_id": "MA0859.2",
            "name": "Rarg",
            "collection": "CORE",
            "base_id": "MA0859",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0859.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0859.2/"
        }
    ]
}