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=185
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=186",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=184",
    "results": [
        {
            "matrix_id": "MA2659.1",
            "name": "GLYMA-08G281200",
            "collection": "CORE",
            "base_id": "MA2659",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2659.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2659.1/"
        },
        {
            "matrix_id": "MA1810.1",
            "name": "GLYMA-08G357600",
            "collection": "CORE",
            "base_id": "MA1810",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1810.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1810.1/"
        },
        {
            "matrix_id": "UN0420.1",
            "name": "GLYMA-08G357600",
            "collection": "UNVALIDATED",
            "base_id": "UN0420",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0420.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0420.1/"
        },
        {
            "matrix_id": "MA1810.2",
            "name": "GLYMA-08G357600",
            "collection": "CORE",
            "base_id": "MA1810",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1810.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1810.2/"
        },
        {
            "matrix_id": "UN0420.2",
            "name": "GLYMA-08G357600",
            "collection": "UNVALIDATED",
            "base_id": "UN0420",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0420.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0420.2/"
        },
        {
            "matrix_id": "UN1219.1",
            "name": "GLYMA-10G197500",
            "collection": "UNVALIDATED",
            "base_id": "UN1219",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1219.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN1219.1/"
        },
        {
            "matrix_id": "UN1235.1",
            "name": "GLYMA-10G204200",
            "collection": "UNVALIDATED",
            "base_id": "UN1235",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1235.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN1235.1/"
        },
        {
            "matrix_id": "MA2642.1",
            "name": "GLYMA-10G230700",
            "collection": "CORE",
            "base_id": "MA2642",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2642.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2642.1/"
        },
        {
            "matrix_id": "MA2665.1",
            "name": "GLYMA-11G053600",
            "collection": "CORE",
            "base_id": "MA2665",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2665.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2665.1/"
        },
        {
            "matrix_id": "MA2646.1",
            "name": "GLYMA-11G083900",
            "collection": "CORE",
            "base_id": "MA2646",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2646.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2646.1/"
        }
    ]
}