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=188
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=189",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=187",
    "results": [
        {
            "matrix_id": "MA2673.1",
            "name": "GLYMA-15G086400",
            "collection": "CORE",
            "base_id": "MA2673",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2673.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2673.1/"
        },
        {
            "matrix_id": "MA2670.1",
            "name": "GLYMA-15G168800",
            "collection": "CORE",
            "base_id": "MA2670",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2670.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2670.1/"
        },
        {
            "matrix_id": "UN1236.1",
            "name": "GLYMA-15G263700",
            "collection": "UNVALIDATED",
            "base_id": "UN1236",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1236.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN1236.1/"
        },
        {
            "matrix_id": "MA2645.1",
            "name": "GLYMA-16G042900",
            "collection": "CORE",
            "base_id": "MA2645",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2645.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2645.1/"
        },
        {
            "matrix_id": "UN1237.1",
            "name": "GLYMA-16G050300",
            "collection": "UNVALIDATED",
            "base_id": "UN1237",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1237.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN1237.1/"
        },
        {
            "matrix_id": "UN1233.1",
            "name": "GLYMA-17G194100",
            "collection": "UNVALIDATED",
            "base_id": "UN1233",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1233.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN1233.1/"
        },
        {
            "matrix_id": "UN1234.1",
            "name": "GLYMA-17G254600",
            "collection": "UNVALIDATED",
            "base_id": "UN1234",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1234.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN1234.1/"
        },
        {
            "matrix_id": "UN1222.1",
            "name": "GLYMA-18G117100",
            "collection": "UNVALIDATED",
            "base_id": "UN1222",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1222.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN1222.1/"
        },
        {
            "matrix_id": "UN1246.1",
            "name": "GLYMA-18G297100",
            "collection": "UNVALIDATED",
            "base_id": "UN1246",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1246.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN1246.1/"
        },
        {
            "matrix_id": "MA2640.1",
            "name": "GLYMA-19G062000",
            "collection": "CORE",
            "base_id": "MA2640",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2640.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2640.1/"
        }
    ]
}