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=186
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=187",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=185",
    "results": [
        {
            "matrix_id": "MA2666.1",
            "name": "GLYMA-12G117000",
            "collection": "CORE",
            "base_id": "MA2666",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2666.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2666.1/"
        },
        {
            "matrix_id": "MA2660.1",
            "name": "GLYMA-12G168700",
            "collection": "CORE",
            "base_id": "MA2660",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2660.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2660.1/"
        },
        {
            "matrix_id": "UN1217.1",
            "name": "GLYMA-12G193300",
            "collection": "UNVALIDATED",
            "base_id": "UN1217",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1217.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN1217.1/"
        },
        {
            "matrix_id": "MA2647.1",
            "name": "GLYMA-12G226000",
            "collection": "CORE",
            "base_id": "MA2647",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2647.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2647.1/"
        },
        {
            "matrix_id": "UN1230.1",
            "name": "GLYMA-13G088100",
            "collection": "UNVALIDATED",
            "base_id": "UN1230",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1230.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN1230.1/"
        },
        {
            "matrix_id": "MA2662.1",
            "name": "GLYMA-13G153200",
            "collection": "CORE",
            "base_id": "MA2662",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2662.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2662.1/"
        },
        {
            "matrix_id": "UN1250.1",
            "name": "GLYMA-13G153200",
            "collection": "UNVALIDATED",
            "base_id": "UN1250",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1250.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN1250.1/"
        },
        {
            "matrix_id": "UN1226.1",
            "name": "GLYMA-13G177500",
            "collection": "UNVALIDATED",
            "base_id": "UN1226",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1226.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN1226.1/"
        },
        {
            "matrix_id": "MA2667.1",
            "name": "GLYMA-13G236500",
            "collection": "CORE",
            "base_id": "MA2667",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2667.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2667.1/"
        },
        {
            "matrix_id": "MA1811.1",
            "name": "GLYMA-13G317000",
            "collection": "CORE",
            "base_id": "MA1811",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1811.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1811.1/"
        }
    ]
}