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=361
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=362",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=360",
    "results": [
        {
            "matrix_id": "MA1416.1",
            "name": "RAMOSA1",
            "collection": "CORE",
            "base_id": "MA1416",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1416.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1416.1/"
        },
        {
            "matrix_id": "MA0359.1",
            "name": "RAP1",
            "collection": "CORE",
            "base_id": "MA0359",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0359.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0359.1/"
        },
        {
            "matrix_id": "MA0359.2",
            "name": "RAP1",
            "collection": "CORE",
            "base_id": "MA0359",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0359.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0359.2/"
        },
        {
            "matrix_id": "MA0359.3",
            "name": "RAP1",
            "collection": "CORE",
            "base_id": "MA0359",
            "version": "3",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0359.3.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0359.3/"
        },
        {
            "matrix_id": "MA1679.1",
            "name": "RAP2-1",
            "collection": "CORE",
            "base_id": "MA1679",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1679.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1679.1/"
        },
        {
            "matrix_id": "MA1679.2",
            "name": "RAP2-1",
            "collection": "CORE",
            "base_id": "MA1679",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1679.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1679.2/"
        },
        {
            "matrix_id": "MA0980.1",
            "name": "RAP2-10",
            "collection": "CORE",
            "base_id": "MA0980",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0980.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0980.1/"
        },
        {
            "matrix_id": "MA0980.2",
            "name": "RAP2-10",
            "collection": "CORE",
            "base_id": "MA0980",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0980.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0980.2/"
        },
        {
            "matrix_id": "MA0980.3",
            "name": "RAP2-10",
            "collection": "CORE",
            "base_id": "MA0980",
            "version": "3",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0980.3.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0980.3/"
        },
        {
            "matrix_id": "MA1266.1",
            "name": "RAP2-11",
            "collection": "CORE",
            "base_id": "MA1266",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1266.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1266.1/"
        }
    ]
}