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=187
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=188",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=186",
    "results": [
        {
            "matrix_id": "MA2105.1",
            "name": "GLYMA-13G317000",
            "collection": "CORE",
            "base_id": "MA2105",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2105.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2105.1/"
        },
        {
            "matrix_id": "MA1811.2",
            "name": "GLYMA-13G317000",
            "collection": "CORE",
            "base_id": "MA1811",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1811.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1811.2/"
        },
        {
            "matrix_id": "MA1811.3",
            "name": "GLYMA-13G317000",
            "collection": "CORE",
            "base_id": "MA1811",
            "version": "3",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1811.3.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1811.3/"
        },
        {
            "matrix_id": "MA2656.1",
            "name": "GLYMA-14G006800",
            "collection": "CORE",
            "base_id": "MA2656",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2656.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2656.1/"
        },
        {
            "matrix_id": "MA2657.1",
            "name": "GLYMA-14G028900",
            "collection": "CORE",
            "base_id": "MA2657",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2657.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2657.1/"
        },
        {
            "matrix_id": "MA2644.1",
            "name": "GLYMA-14G030700",
            "collection": "CORE",
            "base_id": "MA2644",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2644.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2644.1/"
        },
        {
            "matrix_id": "UN1231.1",
            "name": "GLYMA-14G070000",
            "collection": "UNVALIDATED",
            "base_id": "UN1231",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1231.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN1231.1/"
        },
        {
            "matrix_id": "UN1221.1",
            "name": "GLYMA-14G197200",
            "collection": "UNVALIDATED",
            "base_id": "UN1221",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1221.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN1221.1/"
        },
        {
            "matrix_id": "UN1218.1",
            "name": "GLYMA-14G202600",
            "collection": "UNVALIDATED",
            "base_id": "UN1218",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1218.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN1218.1/"
        },
        {
            "matrix_id": "UN1232.1",
            "name": "GLYMA-15G018400",
            "collection": "UNVALIDATED",
            "base_id": "UN1232",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1232.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN1232.1/"
        }
    ]
}