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=57
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=58",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=56",
    "results": [
        {
            "matrix_id": "MA0279.3",
            "name": "CAD1",
            "collection": "CORE",
            "base_id": "MA0279",
            "version": "3",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0279.3.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0279.3/"
        },
        {
            "matrix_id": "MA1197.1",
            "name": "CAMTA1",
            "collection": "CORE",
            "base_id": "MA1197",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1197.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1197.1/"
        },
        {
            "matrix_id": "MA1197.2",
            "name": "CAMTA1",
            "collection": "CORE",
            "base_id": "MA1197",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1197.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1197.2/"
        },
        {
            "matrix_id": "MA0969.1",
            "name": "CAMTA2",
            "collection": "CORE",
            "base_id": "MA0969",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0969.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0969.1/"
        },
        {
            "matrix_id": "MA0969.2",
            "name": "CAMTA2",
            "collection": "CORE",
            "base_id": "MA0969",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0969.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0969.2/"
        },
        {
            "matrix_id": "MA0970.1",
            "name": "CAMTA3",
            "collection": "CORE",
            "base_id": "MA0970",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0970.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0970.1/"
        },
        {
            "matrix_id": "MA0970.2",
            "name": "CAMTA3",
            "collection": "CORE",
            "base_id": "MA0970",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0970.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0970.2/"
        },
        {
            "matrix_id": "MA2376.1",
            "name": "CAMTA5",
            "collection": "CORE",
            "base_id": "MA2376",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2376.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2376.1/"
        },
        {
            "matrix_id": "MA2508.1",
            "name": "CASZ1",
            "collection": "CORE",
            "base_id": "MA2508",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2508.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2508.1/"
        },
        {
            "matrix_id": "MA0280.1",
            "name": "CAT8",
            "collection": "CORE",
            "base_id": "MA0280",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0280.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0280.1/"
        }
    ]
}