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=318
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=319",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=317",
    "results": [
        {
            "matrix_id": "MA1905.1",
            "name": "Nkx3",
            "collection": "CORE",
            "base_id": "MA1905",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1905.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1905.1/"
        },
        {
            "matrix_id": "MA1905.2",
            "name": "Nkx3",
            "collection": "CORE",
            "base_id": "MA1905",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1905.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1905.2/"
        },
        {
            "matrix_id": "MA0124.2",
            "name": "Nkx3-1",
            "collection": "CORE",
            "base_id": "MA0124",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0124.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0124.2/"
        },
        {
            "matrix_id": "MA0124.3",
            "name": "Nkx3-1",
            "collection": "CORE",
            "base_id": "MA0124",
            "version": "3",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0124.3.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0124.3/"
        },
        {
            "matrix_id": "MA0122.1",
            "name": "Nkx3-2",
            "collection": "CORE",
            "base_id": "MA0122",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0122.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0122.1/"
        },
        {
            "matrix_id": "MA0122.3",
            "name": "Nkx3-2",
            "collection": "CORE",
            "base_id": "MA0122",
            "version": "3",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0122.3.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0122.3/"
        },
        {
            "matrix_id": "MA0122.4",
            "name": "Nkx3-2",
            "collection": "CORE",
            "base_id": "MA0122",
            "version": "4",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0122.4.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0122.4/"
        },
        {
            "matrix_id": "MA0125.1",
            "name": "Nobox",
            "collection": "CORE",
            "base_id": "MA0125",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0125.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0125.1/"
        },
        {
            "matrix_id": "MA0125.2",
            "name": "Nobox",
            "collection": "CORE",
            "base_id": "MA0125",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0125.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0125.2/"
        },
        {
            "matrix_id": "MA1906.1",
            "name": "Noto",
            "collection": "CORE",
            "base_id": "MA1906",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1906.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1906.1/"
        }
    ]
}