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=383
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=384",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=382",
    "results": [
        {
            "matrix_id": "MA1557.1",
            "name": "SMAD5",
            "collection": "CORE",
            "base_id": "MA1557",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1557.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1557.1/"
        },
        {
            "matrix_id": "MA2010.1",
            "name": "SMB",
            "collection": "CORE",
            "base_id": "MA2010",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2010.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2010.1/"
        },
        {
            "matrix_id": "MA2010.2",
            "name": "SMB",
            "collection": "CORE",
            "base_id": "MA2010",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2010.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2010.2/"
        },
        {
            "matrix_id": "MA2706.1",
            "name": "SMP1",
            "collection": "CORE",
            "base_id": "MA2706",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2706.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2706.1/"
        },
        {
            "matrix_id": "UN0875.1",
            "name": "SMZ",
            "collection": "UNVALIDATED",
            "base_id": "UN0875",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0875.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0875.1/"
        },
        {
            "matrix_id": "MA2643.1",
            "name": "SNAC23",
            "collection": "CORE",
            "base_id": "MA2643",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2643.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2643.1/"
        },
        {
            "matrix_id": "MA1558.1",
            "name": "SNAI1",
            "collection": "CORE",
            "base_id": "MA1558",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1558.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1558.1/"
        },
        {
            "matrix_id": "MA1558.2",
            "name": "SNAI1",
            "collection": "CORE",
            "base_id": "MA1558",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1558.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1558.2/"
        },
        {
            "matrix_id": "MA0745.1",
            "name": "SNAI2",
            "collection": "CORE",
            "base_id": "MA0745",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0745.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0745.1/"
        },
        {
            "matrix_id": "MA0745.2",
            "name": "SNAI2",
            "collection": "CORE",
            "base_id": "MA0745",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0745.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0745.2/"
        }
    ]
}